Notes for the ELI Learning Circle: Gaming: The World's New Medium Meets EducationModerator: Bryan Alexander, Director for Research, National Institute for Technology and Liberal Education (NITLE) Session convener: Chris Weaver, Liaison, Learning Platforms Framing question: What have we learned so far from connections between gaming and learning? Computer gaming is enormously successful in presenting information and holding attention. It has already hit campuses, brought by members of our community, and sometimes in projects to combine gaming and learning. What have we learned so far? As games constitute a global information medium, what do we know about applying media and information literacy? Consider the Dean Game (2003), FoodForce (United Nations), America's Army (USA), and a Force More Powerful (NGO): how do you think critically about a public game? As citizens who are increasingly connected, and who produce content, how do we position ourselves in this arena? Moreover, how do we best learn about this vast, rapidly developing world, especially given the myriad of educational intersections? Please feel free to post your thoughts var ScrollAmount = 0;// This function does the scrollfunction scrollit() { window.scroll(0,ScrollAmount); }//This function adds the scroll amount to the URLfunction goscroll(url) { //Determine which browser we have so we know what method to use to determine the scroll amount var dom = (document.getElementById) ? true : false; var opera = ((navigator.userAgent.indexOf("Opera")>-1)) ? true: false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; //Determine the exact number of pixels down the page has scrolled var scroll = (ns4||ns5)? window.pageYOffset: document.body.scrollTop; if (document.documentElement.scrollTop) { scroll = document.documentElement.scrollTop; } //Add the scroll amount to the URL, and process the redirection that would be caused by //clicking the link //if there is already a "?", add as "&scroll=" //otherwise add as "?scroll=" window.location.href = unescape(url)+((unescape(url).indexOf("?")>-1) ? "&scroll="+scroll : "?scroll="+scroll); } Login to post comments 194 reads |