نتایج جستجو برای: storytelling with picture pardeh

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

The application of zone of proximal development (ZPD), as a major tenet of Vygotsky’s sociocultural theory (SCT, 1978), has recently been invited in the L2 learning/teaching profession. This study mainly examined whether Iranian EFL learners’ interactions in diverse ZPD-activated proximal contexts through the use of storytelling instruction could improve their oral (speaking) proficiency and at...

Journal: :Cancer nursing 2000
J H Chelf A M Deshler S Hillman R Durazo-Arvizu

The purpose of this focused program evaluation was to explore attitudes and beliefs about storytelling as a strategy for coping with cancer among participants who attended a cancer-related storytelling workshop. The response rate was 70% (n = 94) and included persons with a diagnosis of cancer, their loved ones, and members of the public. The program coordinators used a theoretical model descri...

2006
Amanda Flowers Brian Magerko Punya Mishra

This paper details an experiment that observed multiple gamemasters in live storytelling role playing games. A categorization of the interactive storytelling techniques employed by these gamemasters has been developed. The goal of the experiment was to explore the ways a human agent creates a story while allowing for the proper balance of user interactivity and strong narrative structure. The r...

2009
Thomas Reitmaier Gary Marsden

Technology has changed the way in which people tell their stories. This paper introduces digital storytelling and looks at why the mobile is an ideal platform for creating digital stories. The iterative design approach chosen for our Mobile Digital Storytelling system is discussed. Results of a final experiment, comparing our system to an existing mobile system that supports digital storytellin...

Introduction: Storytelling is one of the appropriate methods to reduce anxiety in children admitted to hospital. The aim of this research was to investigate the effectiveness of storytelling in anxiety among 4-7 year old children who were admitted to hospital. Methods: This research is a clinical trial. The samples were 40 children aged 4 to 7 years which were admitted at Ahvaz educational hos...

2005
Minhua Ma Paul Mc Kevitt

Audio presentation is an important modality in virtual storytelling. In this paper we present our work on audio presentation in our intelligent multimodal storytelling system, CONFUCIUS, which automatically generates 3D animation speech, and non-speech audio from natural language sentences. We provide an overview of the system and describe speech and non-speech audio in virtual storytelling by ...

Journal: :Educational Technology & Society 2012
Marcus Duveskog Matti Tedre Carolina Islas Sedano Erkki Sutinen

Storytelling is one of the earliest forms of knowledge transfer, and parents often use it for teaching their children values and knowledge. Formal schooling, however, is less inclined to use storytelling as a vehicle for knowledge transfer, and even less as a vehicle for modern self-directed, student-centered, and constructionist pedagogy. Research literature reports experiences on student-cent...

Journal: :Organization Science 2011
Eero Vaara Janne Tienari

Although extant research has highlighted the role of discourse in the cultural construction of organizations, there is a need to elucidate the use of narratives as central discursive resources in unfolding organizational change. Hence, the objective of this article is to develop a new kind of antenarrative approach for the cultural analysis of organizational change. We use merging multinational...

Journal: :Austr. J. Intelligent Information Processing Systems 2013
Betty Sargeant

Book applications (apps) have become an active element in children’s publishing. Yet there are a lack of standards and design models within this arena. In this paper I analyse the ways in which book apps can draw on the conventions used in print picture books. I propose that through building closer ties between print and digital book formats, the evolutionary trajectory of digital literature ma...

Journal: :Educational Technology & Society 2015
Zi-Gang Ge

This study aims to investigate the effectiveness of a storytelling approach in Chinese adult e-learners’ vocabulary learning. Two classes of 60 students participated in the experiment, with 30 in the experimental group and 30 in the control group. The storytelling approach and the rote memorization approach were employed by the two groups respectively in one teaching session of 30 minutes. Two ...

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

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

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