نتایج جستجو برای: satisfaction with life scale

تعداد نتایج: 9624767  

Journal: :jentashapir journal of health research 0
allipour birgani allipour birgani allipour birgani

background nowadays, work related stress appears to affect almost all people with connected clinical works. the purpose of this research was to study the relationships of work stress and work engagement with the satisfaction from lives of nurses in ahvaz governmental hospitals. material and methods a correlation study was carried out. nurses from governmental hospitals were selected and statist...

ژورنال: پژوهش های مشاوره 2018

Purpose: This research administrated with the goal of studying the trend of changes in marital satisfaction, sexual satisfaction and subjective well-being in the first 5 years of marital life. Method: So, 200 married women of Sari City aged 40-16 years were selected using convenience sampling. They answered to the scales The Index of Sexual Satisfaction-short‐form, Relationship Assessment scale...

ژورنال: مجله پژوهش سلامت 2019

Introduction: Evidence suggests that self-compassion affects life satisfaction and overall cognitive assessments of life. Although the relationship between self-compassion and life satisfaction has been examined, there are few studies on the mediating mechanism of this relationship. Therefore, the present study aimed to determine the mediating role of hope in the relationship between self-compa...

Journal: :پژوهش های کاربردی روانشناختی 0

the present study aimed to examine the relationships of patience with life satisfaction, depression, anxiety, mental health, and personality factors, among a group of iranian university students. in doing so, 252 university students (including 123 female and 129 male) filled out “the 3-factor patience scale”, “satisfaction with life scale”, “general health questionnarie-12”, “anxiety and depres...

ژورنال: روانشناسی معاصر 2018

Objectives Life satisfaction is an important psychological concept that is associated with person's general assessment of life. Many variables can affect life satisfaction. This research was conducted to determine the relationship between perceived social support and life satisfaction with mediating role of resilience and hope.  Methods A total of 270 adolescents who had records at Imam Khomei...

ژورنال: مجله طب نظامی 2021

Background and Aim: Post-traumatic stress disorder in veterans is associated with low levels of life satisfaction. Therefore, the present study aimed to develop a causal model of life satisfaction of veterans with post-traumatic stress disorder based on loneliness with a mediating role of self-esteem. Methods: In this descriptive and correlational study, 200 veterans with post-traumatic stress ...

Journal: :مجله مطالعات جامعه شناختی جوانان 0
علی اصغر عباسی اسفجیر ali asghar abbasi asfajir babol branchواحد بابل سپیده توانا sepideh tavana amol branchواحد آمل

this study aimed to investigate the moderator role of attachment styles in marital satisfaction and quality of life in married working women. this research is a co-relational design. the group included 514 married women who were working in the laboratories in rasht. with stratified random selection of 200 women from the group were selected from 8 laboratories. the population included 514 marrie...

Ahmadi, Nasim, Rahimianboogar, Eshagh, Talepasand, Siavash,

Background and Aim: The aim of the present study was to investigate the relationship of hope and life satisfaction with students bullying and bullying victimization with the mediating role of school connectedness.                                     Materials and Methods: This was a cross-sectional study, the statistical population being high school students of Tehran city in the school year 2...

ژورنال: مجله پژوهش سلامت 2018

Introduction: Life satisfaction with several factors such as self-esteem and perceived social support has a strong and significant relationship in different groups. The purpose of this study was to investigate the relationship between perceived social support and self-esteem with life satisfaction in Iranian students. Materials and Methods: This correlation study was performed in the populat...

aghdasi, mohamad taghi, ghavami, akbar, mohamad zadeh, hasan,

The aim of this study was to investigate the relationship between passion to physical activity and life satisfaction in male students. 383 male students were chosen through cluster sampling among various schools in Tabriz and completed passion scale (Vallerand, et al. 2003), and multidimensional life satisfaction scale for students (MSLSS, 2001). T-test and Pearson correlation test was used...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->