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

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

Journal: :The journal of positive psychology 2008
Karen L Siedlecki Elliot M Tucker-Drob Shigehiro Oishi Timothy A Salthouse

It is likely that with aging and changing life circumstances, individuals' values shift in systematic ways, and that these shifts may be accompanied by shifts in the determinants of their subjective judgments of well being. To examine this possibility, the relations among the Satisfaction With Life Scale (SWLS) and a number of personality, affect, demographic, and cognitive variables were exami...

Journal: :The Spanish journal of psychology 2015
Berta Schnettler Germán Lobos Ligia Orellana Klaus Grunert José Sepúlveda Marcos Mora Marianela Denegri Horacio Miranda

This study aimed to assess the effect of satisfaction with food-related life on life satisfaction among inhabitants of the main municipalities of central Chile. A survey was applied to a sample of 1,277 people, distributed proportionally by municipality. The questionnaire included the following scales: SWLS (Satisfaction with Life Scale), SWFL (Satisfaction with Food-related Life) and the Healt...

Journal: :iranian journal of psychiatry 0
hadi ranjbar critical care nursing department, nursing and midwifery school, tehran university of medical sciences, tehran, iran andrew thatcher psychology department, university of the witwatersrand, wits, 2050, south africa michael greyling psychology department, university of the witwatersrand, wits, 2050, south africa. mansour arab school of nursing, kerman university of medical sciences, kerman, iran nahid nasri school of nursing, kerman university of medical sciences, kerman, iran

objective: the most commonly used instrument for the research and treatment of excessive internet use is young’s internet addiction test (iat). while the iat has been translated to several languages (including persian) and has demonstrated good psychometric properties across several independent studies, there is still a room for alternative assessment instruments. this study reports a validatio...

Journal: :international journal of occupational hygiene 0
adel mazloumi department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran. zeinab kazemi department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran. gabraeil nasl-saraji department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran. sedighe barideh iran railway research center, tehran, iran.

q uality of working life (qowl) is the attitudes of employees towards their job, especially their work outcomes including job satisfaction, mental health, and safety which directly influence organizational outcomes. therefore, the aim of the present study was to evaluate train drivers' qowl and determine its influencing factors. in this descriptive-analytical and cross-sectional study, qowl was...

جباری, مهسا , موتابی, فرشته, شهیدی, شهریار ,

Objectives: This study was conducted to investigate the effectiveness of group intervention based on positive psychology in decreasing depression and anxiety symptoms and increasing life satisfaction in adolescent girls. Method: Using convenient sampling method 31 girls aged 14-15 years with mild to moderate symptoms of depression and anxiety were assigned randomly to experimental a...

Journal: :SOCIETY, INTEGRATION, EDUCATION. Proceedings of the International Scientific Conference 2015

Journal: :Journal of computer and education research 2023

The purpose of this study was to investigate the measurement invariance in Turkish version Satisfaction with Life Scale according gender among university students. A convenience sample 312 students (194 females) participated study. Multi-group confirmatory factorial analyses were performed examine invariance. results showed a first-order one-factor solution fitted sample. findings revealed that...

Journal: :iranian journal of psychiatry 0
mehrdad mazaheri department of psychology, university of sistan & baluchestan

objective: the main aim of the current survey was to evaluate a hypothesized model on subjective quality of life (sqol), and to survey the role of scale anchoring on satisfaction and dissatisfaction ratings. method: the sample consisted of 456 volunteering students who were randomly assigned in to two different conditions, and rated their current overall life (dis)satisfaction and their (dis)sa...

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

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

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"; } -->