نتایج جستجو برای: cognitive assessment

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

2017
Håkon Ihle-Hansen Thea Vigen Trygve Berge Gunnar Einvik Dag Aarsland Ole Morten Rønning Bente Thommessen Helge Røsjø Arnljot Tveit Hege Ihle-Hansen

Aims To investigate Montreal Cognitive Assessment (MoCA) test scores in a cohort aged 63-65 years from a general population in relation to the proposed cut-off score of 26 for mild cognitive impairment (MCI) and to explore the impact of education. Methods MoCA scores were assessed in the Akershus Cardiac Examination 1950 Study, a cross-sectional cohort study of all men and women born in 1950 ...

Journal: :basic and clinical neuroscience 0
mostafa deilami deputy of research and technology, ministry of health and medical education, tehran, iran. asghar jahandideh deputy of research and technology, ministry of health and medical education, tehran, iran. yousef kazemnejad deputy of research and technology, ministry of health and medical education, tehran, iran. yousef fakour deputy of research and technology, ministry of health and medical education, tehran, iran. shiva alipoor department of educational psychology, islamic azad university, saveh branch, saveh, iran. fatemeh rabiee department of general psychology, islamic azad university, tonekabon branch, tonekabon, iran .

introduction: this study aimed to evaluate the effectiveness of neurofeedback on attention deficit hyperactivity disorder. methods: this is a quasi-experimental study without a control group. the study population included all children aged 5 to 12 years old affected with attention deficit hyperactivity disorders in tehran, iran who were referred to psychiatric clinics and given the diagnosis. t...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1389

this study was conducted to investigate the impact of portfolio assessment as a process-oriented assessment mechanism on iranian efl students’ english writing and its subskills of focus, elaboration, organization, conventions, and vocabulary. out of ninety juniors majoring in english literature and translation at the university of isfahan, sixty one of them who were at the same level of writing...

پایان نامه :موسسه آموزش عالی غیر دولتی و غیرانتفاعی علامه محدث نوری (ره) - پژوهشکده اقتصاد 1393

dynamic assessment according to vygotskys sociocultural theory, states that instruction and assessment are interrelated. using static forms of assessment with second and foreign language students could do more harm than good. many teachers neglect to take account of the complexity involved in learning a second or foreign language and often wonder why learning of a language take so long. thi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه کاشان - دانشکده ادبیات و زبانهای خارجی 1392

abstract this study aimed at investigating the possible relationship between self-assessment in writing and self-regulation of iranian efl learners. the main purpose of the study was not only to report and inform about this relationship, but also to investigate and find practical outcomes of the incorporation of self-assessment in writing, such as improving writing skill. the research was carr...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه رازی - دانشکده ادبیات 1391

nothing affects learners more than assessment, so it is important to involve them in assessment process. involvment of learners in assessment helps them to become autonoumos learners. despite this importance iranian learners specialy javanroodian ones are not activily involved in the process. hence the aim of this thesis is to invesrtigate thier ability in th eassessment process

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده روانشناسی و علوم تربیتی 1391

the purpose of this study was the relationship between problem – solvi ability with fdi cognitive style of students.the research method was correlation method. for data analysis pearson test was used. statistical society in this research was all the students of alligoodarz city in 1391-92 year.to sampling of statiscal population was used sampling multi-stage random the size of sample selected 2...

Journal: :پژوهشنامه تربیتی 0
ابوطالب سعادتی شامیر دکتری روان شناسی تربیتی زینب زحمتکش کارشناس ارشد روان شناسی تربیتی شهلا خجسته دانشجوی کارشناسی ارشد روان شناسی بالینی

the aim of the current study was examine the effectiveness of  cognitive behavioral therapy on affective maturity and happiness in psychology student of azad university of bojnoutd.40 person were selecting by employing simple random sampling . they completed effective maturity scale (ems) for assessment of effective maturity and oxford happiness questionnaire for the assessment of happiness. an...

2017
Etsuko Maeshima Yuka Okumura Juri Tatsumi Sayaka Tomokane Akiko Ikeshima

[Purpose] The purpose of the present study was to examine cognitive function in middle-aged and older adults regularly engaging in synchronized swimming-exercise. [Subjects and Methods] Twenty-three female synchronized swimmers ranging in age from 49 to 85 years were recruited for the present study. The duration of synchronized swimming experience ranged from 1 to 39 years. The control group co...

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

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

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