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

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

2014
HOJAT RAEE MITRA AMINI AMENEH MOMEN NASAB ABDOLRASOUL MALEK POUR MOHAMMAD MORAD JAFARI

INTRODUCTION Self and peer assessment provides important information about the individual's performance and behavior in all aspects of their professional environment work. The aim of this study is to evaluate the professional behavior and performance in medical students in the form of team based assessment. METHODS In a cross-sectional study, 100 medical students in the 7(th) year of educatio...

2014
Charlotte Hales Sue Channon Peter N Taylor Mohd S Draman Ilaria Muller John Lazarus Ruth Paradice Aled Rees Dionne Shillabeer John W Gregory Colin M Dayan Marian Ludgate

BACKGROUND Children whose mothers had low thyroid hormone levels during pregnancy have been reported to have decreased cognitive function. The reported research is part of the follow-on study of the Controlled Antenatal Thyroid Screening Study (CATS I), a randomised controlled trial which investigated the impact of treated vs. untreated low thyroid hormone level in women during pregnancy with t...

2015
Norintan Ab-Murat Aubrey Sheiham Richard Watt Georgios Tsakos

BACKGROUND The traditional measure for assessing dental treatment needs and workforce requirements based solely on normative need (NN) has major shortcomings. The sociodental approach (SDA) to assess needs overcomes some of the shortcomings as it combines normative and subjective needs assessments and also incorporates behavioural propensity (Sheiham and Tsakos 2007). The objective of this stud...

Journal: :Journal of interprofessional care 2009
Phillip G Clark

Interprofessional education (IPE) involves learning, and learning requires reflection. Educators need to "reflect more on reflection" if they are to be effective teachers in ensuring the learning outcomes essential for teamwork and interprofessional practice (IPP), including incorporating both theory and practice into the development of educational interventions. First, this discussion surveys ...

Journal: :Bulletin of the World Health Organization 2003
Robert J Quigley Lorraine C Taylor

Health impact assessment (HIA) is an approach that has experienced increased activity and wide support within England. This is reflected in the large number of HIAs being undertaken at local and regional levels, by the advocacy of HIA in many national policy documents, and by the setting up of specialized HIA posts and centres. To continue this level of support, and to justify any increase, the...

Journal: :Nurse education today 2010
Marie Tarrant James Ware

In multiple-choice tests, four-option items are the standard in nursing education. There are few evidence-based reasons, however, for MCQs to have four or more options as studies have shown that three-option items perform equally as well and the additional options most often do not improve test reliability and validity. The aim of this study was to examine and compare the psychometric propertie...

Journal: :Value in health : the journal of the International Society for Pharmacoeconomics and Outcomes Research 2014
M Obradovic M Rauland

Patient perspective is becoming increasingly important in healthcare decision making. Patients should be involved as ‘end-users’ in the health technology assessment (HTA) processes to broaden the perspectives of the assessments and advice provided to decision makers1. Patients can provide information on their daily experience with disease, treatments and their needs, provide views on aspects no...

Journal: :Journal of experimental child psychology 2004
Candice M Mills Frank C Keil

Adults overestimate the detail and depth of their explanatory knowledge, but through providing explanations they recognize their initial illusion of understanding. By contrast, they are much more accurate in making self-assessments for other kinds of knowledge, such as for procedures, narratives, and facts. Two studies examined this illusion of explanatory depth with 48 children each in grades ...

2018
Megan Brenkel Kimberley Whaley Nathan Herrmann Kerri Crawford Elias Hazan Laura Cardiff Adrian M. Owen Kenneth Shulman

Background With an increasingly aged, frail population that holds a disproportionate amount of wealth, clinicians (especially those with expertise in older adults) may be asked with more frequency to offer a clinical opinion on testamentary capacity (TC), the mental capacity to make a will. Method This paper reviews the legal criteria as well as the empirical research on assessment tools for ...

2002
Lee Sigelman

Attempts to gauge presidential personality on the basis of speeches and other public statements are subject to several potential validity threats. This paper presents a test of the genre imperative of the tendency to make the president sound “presidential,” in combination with the fact that most presidential addresses are drafted by ghostwriters. The test involves comparing the “activity” and “...

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

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

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