نتایج جستجو برای: classroom literacy

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

2013
Ben Kelcey Joanne F. Carlisle

The purpose of this study is to contribute to efforts to improve methods for gathering and analyzing data from classroom observations in early literacy. The methodological approach addresses current problems of reliability and validity of classroom observations by taking into account differences in teachers’ uses of instructional actions (e.g., modeling) in specific skill areas (e.g., fluency, ...

2012
Cara Gormally Peggy Brickman Mary Lutz

Life sciences faculty agree that developing scientific literacy is an integral part of undergraduate education and report that they teach these skills. However, few measures of scientific literacy are available to assess students' proficiency in using scientific literacy skills to solve scenarios in and beyond the undergraduate biology classroom. In this paper, we describe the development, vali...

2007
Eva Hornecker John Halloran Geraldine Fitzpatrick

We report on a project that demonstrates how fieldtrips can be structured and delivered in novel ways, and how they can extend the range of curricula that can be addressed – in this case to literacy. After describing a fieldtrip to support creative writing, which employed UbiComp technologies, we focus on how outcome and process were affected, and how working with a mobile device was perceived ...

2008
Susan B. Neuman Serene Koh Julie Dwyer

The purpose of this study was to develop a valid and reliable tool for measuring the quality of the language and literacy environment in home-based settings. Based on a convergence of research on the ecological and psychological factors associated with early literacy development, the Child/Home Environmental Language and Literacy Observation (CHELLO) was developed to gauge the quality of curren...

Journal: :Language, speech, and hearing services in schools 2013
Karyn L Carson Gail T Gillon Therese M Boustead

PURPOSE Despite strong investment in raising literacy achievement for all children, significant inequalities in literacy outcomes continue to exist among some of the world's most advanced economies. This study investigated the influence of a short, intensive period of phonological awareness (PA) instruction implemented by classroom teachers on raising the literacy achievement of children with a...

Journal: :IJVPLE 2011
Deborah Kitchener Janet Murphy Robert Lebans

This article reports on the implementation and impact of two blended models of teacher professional learning that promote innovative classroom practice and improved literacy and numeracy in six school districts in Ontario, Canada. The Advanced Broadband Enabled Learning Program (ABEL), situated at York University in Toronto, Ontario, Canada, transforms how teachers learn and teach through a str...

2016
Ilana Stonebraker

Studies have shown that introducing additional information without context leads to worse decision-making. Informed leadership is the purposeful integration of information into decision management. This paper reframes information literacy as decision management using elements of evidencebased management. It highlights strategies such as decision awareness, process creation, and decision practic...

2003
CAREY JEWITT

All teaching and learning in the school classroom involves a range of modes including speech, writing, gesture, gaze, body-posture, movement, and so on—in other words teaching and learning are multimodal. This is as true of school English, where common-sense would have it that teaching and learning are fully realised in language, as it is of school Science where the role of action is firmly est...

Journal: :BJET 2007
Michael Thomas

Mark Warschauer's Laptops and Literacy: Learning in the Wireless Classroom has eight chapters that build upon one another to show how the incorporation of technology, specifically laptops, could work to increase literacy rates. Warschauer looks at ten schools in Maine and California to show how laptops help improve literacy in the classroom. He wrote his book based on the action research he con...

Journal: :First Monday 2004
David A. Huffaker

This article explores the role of weblogs in promoting literacy in classroom settings. Literacy remains paramount in learning, not only for language development, but also as the foundation of all academic disciplines including science and mathematics. Storytelling ignites literacy and remains an important part of life from childhood through adulthood. Weblogs resemble personal journals or diari...

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

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

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