نتایج جستجو برای: belief in favorable self

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

Background and purpose: Coronavirus disease (COVID-19) is an infectious disease caused by the new corona virus. The disease has led to high death toll and extensive damage throughout the world. The aim of this study was to determine the predictors of COVID-19 preventive behaviors in Iranian population based on the Health Belief Model. Materials and methods: A descriptive-analytical cross-secti...

2005
LAURENT BÈGUE Laurent Bègue

In this study, the author hypothesized that a high belief in a just world for Self (BJW-S), coupled with high perceived self-efficacy, would contribute to preservation of self-esteem in threatening social comparison. Participants (N=186) completed the General Self-Efficacy Scale (Walliser, Schwartzer, & Jerusalem, 1993) and the BJW-S and BJW for Others (BJWO) scales (Lipkus, Dalbert, & Siegler,...

Mojtaba Mohammadi, Parviz Birjandi

Unlike teacher beliefs, there has been a dearth of study regarding EFL learner beliefs. The reason can be that Horwitz (1987) and the existing literature has predominantly been in an ESL context. The present study reports the development and validation of a scale to measure the learner beliefs about language learning in Iranian EFL contexts. Using a combination of verbal creativity method, inte...

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

in the name of allah , the compassionate the merciful abstract shath ( blasphemic utterace made during spiritual ) is a complicated concept that deserves reflection in gnosticism and sufism ( mysticism ) and estem and westem scholars have alwaya paid attention to it. although principal essence of gnostic belief is the holy divine law ,gnosticism has pure and unique thoughts . by glancing at t...

Background & Aim: Breast cancer is the most common cancer in women around the world. Early detection of this cancer plays an important role in its treatment. Therefore, the aim of this study was to determine the effect of educational intervention based on health belief model in adopting breast cancer prevention behaviors in female health workers in Torbat Heydariyeh. Methods: This study was a ...

Journal: :international journal of pediatrics 0
zahra hosseini social determinants in health promotion research center, hormozgan university of medical sciences, bandar abbas, iran. zabihollah gharlipour department of health education and promotion, faculty of health, qom university of medical sciences, qom, iran. siamak mohebi department of health education and promotion, faculty of health, qom university of medical sciences, qom, iran. gholamreza sharifirad faculty of medicine, islamic azad university, qom branch, iran.3department of epidemiology and biostatistics, faculty of health, qom university of medical sciences, qom, iran. abolfazl mohammadbeigi department of epidemiology and biostatistics, faculty of health, qom university of medical sciences, qom, iran. zohreh kazazloo health center, qom university of medical sciences, qom, iran.

backgroundamong various food products, milk and dairy products are among the most basic nutrient foods. the consumption of milk and dairy products in iran is much lower than the global rate of per capita consumption. this study used health belief model to determine associated factors of milk consumption among 7-9th students.materials and methodsthis cross-sectional descriptive analytical study ...

ژورنال: طلوع بهداشت یزد 2016
آق تابای, رابعه, جدگال, خیر محمد, علیزاده, سمیه, مظلومی محمودآباد, سید سعید, موحد, احسان,

Introduction: The prevalence of high blood pressure worldwide and Creation of serious complications in organs, the disease has become a major health problem in all societies that management of the disease appears to be very important. The present study aimed to determine predictive factors of high blood pressure in patients with hypertension, according to the health belief model. Methods: Th...

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

abstract in written mode of language, metadiscourse markers are used commonly to help writers in general and academic writers in particular to produce coherent and professional texts. the purpose of the present study was to compare introduction sections of applied linguistics and physics articles regarding their use of interactive and interactional metadiscourse markers based on the model pro...

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

this thesis attempts to measure learning styles, self efficacy and intrinsic motivation as predictors of iranian ielts reading comprehension. in order to address this issue, a quantitative study was conducted on some randomly selected intact students at ferdowsi university. these two groups were assigned as they were undergraduate (ba=91) and graduate (ma =74) students; they were all aged betwe...

Journal: :iranian red crescent medical journal 0
fatemeh rahmati-najarkolaei health research center, baqiyatallah university of medical sciences, tehran, ir iran sedigheh sadat tavafian department of health educations, faculty of medical sciences, tarbiat modaress university, tehran, ir iran; department of health educations, faculty of medical sciences, tarbiat modaress university, tehran, ir iran. tel: +98-2182884547, fax: +98-2182884555 mohammad gholami fesharaki biostatistics department, faculty of medical sciences, tarbiat modares university, tehran, ir iran mohammad reza jafari department of psychology,college of humanitiec saveh science and research branch islamic azad university saveh, ir iran

conclusions this study indicated that health belief model contrasts could predict the risky behavior of university students due to heart disease. however, more researches are needed to verify the predictors of high risky behaviors in students. background disease preventing methods focus mostly on lifestyle factors such as physical activity, healthy diet and not smoking. previous studies verifie...

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

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

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