نتایج جستجو برای: teachers attitude

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

Journal: :Revista de saude publica 2008
Lúcia Ramiro Margarida Gaspar de Matos

OBJECTIVE To assess perceptions and attitudes regarding sex education among middle and high school teachers in Portugal. METHODS A study comprising 371 middle and high school teachers, both female and male, was conducted in Portugal in February and March 2006. Data was collected through snowball technique. The questionnaire was made up of two parts: the first collected data on demographics, c...

Journal: :Ethnicity & disease 2008
Shivnath Ghosh Rosy Chhabra Carolyn Springer Sunil Kumar Sharma

North India is considered a low knowledge and low prevalence setting according to the recent National AIDS Control Organization survey regarding HIV/AIDS. As more than one third of the population in India is young adults and adolescents, reaching and educating them is key for prevention programs and a healthier future. School systems provide an ideal situation to impart this awareness and reach...

2010
Tomáš ČECH

The paper deals with the topic of drug-abuse prevention in primary schools and it is based on the research into the attitudes of primary-school teachers towards the topic of drug abuse, as the attitudes are the prerequisites for teachers ́ competency for the preventive – educative work at school. It may be said that in general, the attitude of teachers from the fi rst grade of primary school tow...

رجایی قناد, فاطمه, رجب پور صنعتی, علی, زارع بیدکی, مجید, نجفی سمنانی, محمد, هاشمیان, سید سپهر,

Introduction : In universities of medical sciences, teachers are known as key elements in education and research . Therefore, evaluating performance is the best way to quality control academic members in a medical educational system. The current study aimed to investigate students' attitudes towards current teaching characteristics of teachers in Birjand University of Medical Sciences . Method:...

Journal: :روانپزشکی و روانشناسی بالینی ایران 0
قربانعلی اسدالهی ghorbanali asadollahi khorshid hospitalاصفهان. بیمارستان خورشید. سید غفور موسوی ghafour moosavi horshid hospital، اصفهان. بیمارستان خورشید قاسم یادکارفر ghasem yadkarfar khorshid hospitalبیمارستان خورشید، اصفهان محمد یعقوبی mohammad yaghobi khorshid hospitaبیمارستان خورشید، اصفهان

using a semantic differential scale 280 third grade highschool students (male and female) were asked to express their attitudes towards themselves, parents, teachers, and their education. finding indicate possitive correlation between students attitude towards themselves and their education as well as between their attitude towards themselves and their parents.

2014
Jian Shuai Pengying Yue Liping Li Fengying Liu Sheng Wang

BACKGROUND Musculoskeletal disorders represent one of the most common and most costly occupational health problems in both developed and developing countries. The aim of this study was to assess the effect of occupational health education and ergonomic training on awareness, attitude and behavior of work-related musculoskeletal disorders among teachers. METHODS A self-controlled longitudinal ...

2017
Susan Hurley Andrew Hertz David O. Nelson Michael Layefsky Julie Von Behren Leslie Bernstein Dennis Deapen Peggy Reynolds

Large-scale environmental epidemiologic studies often rely on exposure estimates based on linkage to residential addresses. This approach, however, is limited by the lack of residential histories typically available for study participants. Our objective was to evaluate the feasibility of using address data from LexisNexis (a division of RELX, Inc., Dayton, Ohio), a commercially available credit...

2017
Dupe Lasisi Cornelius Ani Victor Lasebikan Lateef Sheikh Olayinka Omigbodun

BACKGROUND There are indications that teachers have limited knowledge about attention deficit hyperactivity disorder (ADHD), despite its high prevalence in childhood and its long-term effects on students such as academic underachievement, reduced self-esteem, and social and behavioural difficulties. This study is therefore aimed at assessing the effect of an ADHD training program on the knowled...

2015
Lu Niu Dan Luo Vincent M.B. Silenzio Shuiyuan Xiao Yongquan Tian Paul B. Tchounwou

BACKGROUND This study is one part of a five-year tobacco-control project in China, which aimed to gain insight into the smoking behavior, knowledge, and attitudes among medical teachers in China. METHODS In May 2010, a cross-sectional survey was conducted among medical teachers of Xiangya Medical School, Central South University, China. RESULTS A total number of 682 medical teachers complet...

ژورنال: مجله دندانپزشکی 2021

Background and Aims: School teachers have key role in providing the basic health information for their students, and their knowledge, attitude, and practice affect children's oral health through developing of the healthy behaviors. The goal of this study was to evaluate the effectiveness of an oral health education program for primary school teachers on their knowledge, attitude, and practice f...

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

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

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