<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>E1n1verse &#187; teaching</title>
	<atom:link href="http://einiverse.eingang.org/tag/teaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://einiverse.eingang.org</link>
	<description>WoW, Learning, and Teaching by Michelle A. Hoyle</description>
	<lastBuildDate>Fri, 26 Oct 2012 16:25:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>The Ecstasy and Agony of Primitive Learning Analytics</title>
		<link>http://einiverse.eingang.org/2012/10/13/the-ecstasy-and-agony-of-primitive-learning-analytics/</link>
		<comments>http://einiverse.eingang.org/2012/10/13/the-ecstasy-and-agony-of-primitive-learning-analytics/#comments</comments>
		<pubDate>Sat, 13 Oct 2012 10:31:47 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[learning analytics]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[planetou]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[T320]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[TT284]]></category>
		<category><![CDATA[tt381]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/?p=821</guid>
		<description><![CDATA[Musings on the difficulties and practicalities of performing primitive learning analytics based around participation in OU course forums from FirstClass to Moodle 1.x to Moodle 2.x.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m awake and trying to be productive (for me) early in the day. I&#8217;m technically on a medical leave of absence but I&#8217;m not very good at doing nothing. I therefore promised to coordinate and edit the efforts of four moderators to produce a cohesive TT284 moderators&#8217; report and I have some work ahead contributing my share to one for T320 too. This led to some musing about the primitive learning analytics I like to collect based on forum participation and the difficulties in obtaining them.</p>
<h2>Forum Statistics for OU Courses</h2>
<p>One thing I like to do is track forum usage statistics, a primitive form of learning analytics. Since we changed to <em>Moodle</em> from <em>FirstClass</em>, I don&#8217;t find this very easy. In <em>FirstClass</em>, not only could you do standard types of search on message data, but the read history of each message was also searchable. Combine that with a built-in way to restrict the search to specific conferences, sort the output by conference, user, or date, and group by conference or user, and you could determine all kinds of things. Some of my favourites were:</p>
<ul>
<li>Total # of messages posted.</li>
<li>Total # of unique posters.</li>
<li>Total # of unique readers contrasted with enrolled students.</li>
<li>Percentage of posts that were moderators/course news versus students.</li>
<li>Top ten student posters and % of overall posts they contributed.</li>
<li>A breakdown of posting activity by logical parts and subparts, e.g. &#8220;Block 1&#8243; overall but also &#8220;Block 1: Software Support&#8221; and &#8220;Block 1: Discussion&#8221;.</li>
</ul>
<p>The last one was useful to examine between different presentations when combined with knowledge of total number of students enrolled. It permitted me to see where students had the most problems and collect evidence if, when changes had been made for the following presentation, changes were having a positive effect. You could also see the trends in posting behaviour across cohorts.</p>
<h2>Getting at the Data</h2>
<p>In theory, some of this information is available in the <em>Moodle</em> logs. I just downloaded the log for one of my past courses I chaired and was surprised to note I could see &#8220;add reply&#8221; buried amongst the many &#8220;view forumng&#8221; entries. It&#8217;s downloadable as a CSV, so you&#8217;d have to roll your own data analysis tools to pull out the relevant bits. There are built-in statistics analysis facilities but they always seemed to be disabled on my courses, making download logs the only real option.</p>
<p>The problem is access to those logs isn&#8217;t always available. As a course chair on <em>Moodle</em> 1.x, if the course was &#8220;editable&#8221;, then the admin tools were visible and the logs could be accessed. My last presentation (2012B, ending May 2012) somehow got into LTS&#8217;s update loop and the status/workflow changed back to needing to request access, so the admin links aren&#8217;t visible. I was able to hack the URL based on access to another course and get at it but that&#8217;s a bit of a pain.</p>
<p>On my <em>Moodle</em> 2.x version course, I can see &#8220;Reports&#8221; but not a link to logs anywhere. I could edit the course site and back up the content, but perhaps I don&#8217;t have the permissions to access the logs. Certainly a typical moderator likely wouldn&#8217;t.</p>
<h2>What I Do in <em>Moodle</em></h2>
<p>My approach generally in <em>Moodle</em>, regardless of the version, has therefore been very simplistic. I discovered that if I used <em>Safari</em> (but not <em>Firefox</em>) and copied the table listing the threads in a given forum and then pasted that into a spreadsheet, the HTML table&#8217;s columns were preserved. I could then have it sum the total number of messages per forum as one of the columns was number of thread posts. This isn&#8217;t very automated. I have to do it per forum and copy the totals into an appropriate place and most forums have multiple pages, each of which has to be handled separately.</p>
<h2>To Automate Or Not</h2>
<p>This is ripe for automation because certain actions are predictable, repeatable, and tedious. It&#8217;s the classic story though: do I spend the time trying to write something to automate it or just do it? Which will take less time? In the long run, if you do this yearly and across many courses, then automating it will save you time but there&#8217;s that up-front cost.</p>
<p>A tool would also need to have a settings file, probably listing the module&#8217;s base URL and containing a list of the forum ID numbers/URLs and names. These are required because every presentation has a different ID and every forum has its own unique ID used to access it. Most modules don&#8217;t maintain a page that solely lists only the forums and the number/structure of those forums would vary between different modules. I suggested including names—or at least names I&#8217;d like to use to refer to them in reports—because otherwise you have to scrape that off the forum pages too and I&#8217;d find shorter ones more useful than the full, formal names.</p>
<p>Another issue to contend with is authentication. I don&#8217;t already have code that can sign into the OU and maintain authentication for the session, although I know some people must. Before we had the &#8220;Dashboard&#8221;, one T320 AL wrote a tool to scrape metadata from the VLE and stored it in a local MySQL database. He then had an interface producing a dashboard for him that was something more than just a list of forums per course with an unread message indicator. I&#8217;ve recently heard, however, he gave up on his tool because VLE changes kept breaking it.</p>
<h2>Conclusion</h2>
<p>Here I am writing about what I should be doing rather than doing it, but the process of thinking about it is always useful. Perhaps someone&#8217;s already done some of or all of this? My bet would be on Tony Hirst, but LTS colleagues may have some tools and I just don&#8217;t know about them.</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2012/10/13/the-ecstasy-and-agony-of-primitive-learning-analytics/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OER and a Pedagogy of Abundance</title>
		<link>http://einiverse.eingang.org/2009/11/18/oer-and-a-pedagogy-of-abundance/</link>
		<comments>http://einiverse.eingang.org/2009/11/18/oer-and-a-pedagogy-of-abundance/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 21:58:55 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[cck09]]></category>
		<category><![CDATA[constructivism]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[oer]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[pedagogy]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/?p=181</guid>
		<description><![CDATA[Is there such a thing as a pedagogy of abundance and how are the ideas that support it closely related to open educational resources?]]></description>
			<content:encoded><![CDATA[<p><a href="http://nogoodreason.typepad.com/">Martin Weller</a> gave a 30-minute presentation last week for George Siemens&#8217;s <a href="http://ltc.umanitoba.ca/connectivism/?p=189" title="Connectivism and Connective Knowledge course page">CCK09 course</a> on an idea he called <a href="http://nogoodreason.typepad.co.uk/no_good_reason/2009/11/a-pedagogy-of-abundance-take-2.html">&#8220;the pedagogy of abundance.&#8221;</a> The key idea was that teaching in the past had been based on a scarcity model. I interpreted this as meaning knowledge was scarce (or closely guarded) and educators (the &#8220;talent&#8221;) were the scarce high priests on high&#8211;classic sage on the stage. He likened it to the music industry, which doesn&#8217;t strike me as too far off-base.</p>
<p><object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=2481983&#038;doc=abundance1-091112032127-phpapp02' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=2481983&#038;doc=abundance1-091112032127-phpapp02' /><param name='allowFullScreen' value='true' /></object><br />
<span id="more-181"></span></p>
<p>However, the music industry has been forced to change. The talent was still scarce, but production and distribution were now abundant. As we know, artists can even easily self-publish and promote, taking that power out of the record industry&#8217;s grasping hands. Educational resources are now experiencing the same sort of revolution. It&#8217;s suddenly easy for content developers to share their content; it&#8217;s the age of abundance.</p>
<p>Weller listed several requisites for the pedagogy of abundance:</p>
<ul>
<li>Content is free</li>
<li>Content is abundant</li>
<li>Content is varied</li>
<li>Social-based</li>
<li>Network is valuable</li>
<li>Crowdsourcing</li>
</ul>
<p>Looking at that list, it&#8217;s very heavily influenced by principles of the Open Source movement and, consequently, the Open Educational Resources movement. That movement was given a huge boost in terms of available content, quality of content, and certainly profile by MIT&#8217;s large-scale <a href="http://ocw.mit.edu/">OpenCourseWare project</a>.</p>
<p>One problem, however, with this model is that, while the content is free to consumers, it&#8217;s not free to the producers. In a November 10th <a href="http://www.guardian.co.uk/education/2009/nov/10/web-technology-degree-future-online"><i>Guardian</i> article</a>, author Harriet Swain states that it costs MIT between $10,000 and $15,000 to put material for each course online. She also mentions that Utah State University recently had to freeze its own project after failing to raise an addition $120,000 US/year needed to fund their project. MIT&#8217;s project is being paid for—at least partially—with donations and corporate sponsors. I suspect some of that cost is rights clearance for materials and converting courses developed prior to the project to the OpenCourseWare format. If so, the cost should go down as authors are encouraged to make use of free materials and develop in a format appropriate for easy publication via OpenCourseWare. Still, it does demonstrate that producing and disseminating high-quality free content is in itself not necessarily free.</p>
<p>Nevertheless, several institutions, including the Open University, are still committed to producing this content, not to mention countless individuals. Free content that we can remix. reuse, and repurpose fits beautifully and naturally into several of Weller&#8217;s suggested models, like resource-based learning and problem-based learning. However, it can also fit into constructivism, communities of practice, and connectivism too, where we&#8217;re actively building a shared understanding of materials through exploration and collaboration.</p>
<p>With the glut of content available, it&#8217;s easy to drown. Backchannel discussion talked about the need for information filters and crap detection (see Howard Rheingold&#8217;s <a href="http://www.sfgate.com/cgi-bin/blogs/rheingold/detail?entry_id=42805" title="Crap Detection 101 article">excellent article</a>).  With too much choice comes uncertainty and second-guessing, something Barry Schwartz has done some research on.  Shared exploration and collaboration works well with the &#8220;guide on the side&#8221; metaphor, where you have subject expert mentors who help create &#8220;paths&#8221; through the sea of content, providing an intelligent information filter.  </p>
<p>George Siemens mentioned that this was similar to Darken&#8217;s (1996) &#8220;wayfinder&#8221; metaphor from gaming, an apt linkage.  This skill is necessary for both learners and mentors, because we&#8217;re both in a transition period between scarcity and abundance.  The information filtering issue probably won&#8217;t be as pronounced or maybe even worth mentioning by subsequent generations.  Does that render the pedagogy of abundance a meaningless discussion or concept?  I don&#8217;t think so, because we&#8217;re still talking about ways to promote participatory learning and encourage connected constructivism, regardless of the strategies people use to locate the content needed to do that.</p>
<p>Weller&#8217;s presentation ends with three conclusions:</p>
<ol>
<li>There&#8217;s nothing in a pedagogy of abundance.</li>
<li>There are sufficient theories already; they just need to be recast.</li>
<li>None of the existing theories adequately captures the technology and behaviour, so a new theory is required.</li>
</ol>
<p>Initially, I tended towards two, although I commented during the presentation that many of the suggested pedagogies can be mixed and matched. If you&#8217;re mixing and matching, you could end up creating something new, which could potentially make it number three.</p>
<h3>Resources and References:</h3>
<ul>
<li>Darken, R.P. &amp; Sibert, J.L. (1996) <a href="http://dx.doi.org/10.1145/238386.238459">‘Wayfinding Strategies and Behaviors in Large Virtual Worlds’</a>, presented at Proceedings of the SIGCHI Conference on Human Factors in Computing Systems: Common Ground, Vancouver, Canada, April 13-18, ACM. pp:142-149.</li>
<li>Rheingold, H. (2009) <a href="http://www.sfgate.com/cgi-bin/blogs/rheingold/detail?entry_id=42805">‘Crap Detection 101’</a>, SFGate, blog entry posted June 30, 2009. Accessed November 17, 2009.</li>
<li>Schwartz, B. (2004) ‘<a href="http://www.scientificamerican.com/article.cfm?id=the-tyranny-of-choice-2004-04">The Tyranny of Choice’</a>, <i>Scientific American</i>, April 2004.</li>
<li>Schwartz, B (2006) <a href="http://tedblog.typepad.com/tedblog/2006/09/paradox_of_choi.html">A Paradox of Choice</a> &#8211; TED talk by Barry Schwartz</li>
<li>Swain, H. (2009) ‘<a href="http://www.guardian.co.uk/education/2009/nov/10/web-technology-degree-future-online">Any Student, Any Subject, Anywhere’</a>, The Guardian, News -&gt; Education -&gt; Access to University. Accessed November 10, 2009.</li>
<li>Weller, M. (2009) <a href="http://www.slideshare.net/mweller/a-pedagogy-of-abundance">A Pedagogy of Abundance slides</a> at Slideshare (with audio track)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2009/11/18/oer-and-a-pedagogy-of-abundance/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>World of Warcraft and Me: A True Confession</title>
		<link>http://einiverse.eingang.org/2009/08/04/world-of-warcraft-and-me-a-true-confession/</link>
		<comments>http://einiverse.eingang.org/2009/08/04/world-of-warcraft-and-me-a-true-confession/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:15:51 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[communities of practice]]></category>
		<category><![CDATA[diplomacy]]></category>
		<category><![CDATA[guilds]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2009/08/04/world-of-warcraft-and-me-a-true-confession/</guid>
		<description><![CDATA[As part of a course under development at The Open University, I was approached as a known World of Warcraft player and asked to write a short paragraph or two on why I play World of Warcraft. I freely admit to failing to only write a short paragraph or two, but that&#8217;s probably because I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/archives/images/elsheindra.png" height="150" alt="Elsheindra is Michelle's night elf druid" class="floatright" />As part of a course under development at The Open University, I was approached as a known World of Warcraft player and asked to write a short paragraph or two on why I play World of Warcraft. I freely admit to failing to only write a short paragraph or two, but that&#8217;s probably because I&#8217;m passionate about World of Warcraft and my activities in it, especially given the prominence it plays in my life in so many areas. Read on to find out why I play World of Warcraft.</p>
</p>
<p><span id="more-79"></span></p>
<div style="width=250px;float:left;margin-right:15px;border:1px purple solid">
<img src="/archives/images/elsheindra.png" height="360" alt="Elsheindra is Michelle's night elf druid" /></p>
<p style="text-align:center;color: #cc66ff">Elsheindra (me)</p>
</div>
<p>Hello, my name is Michelle Hoyle. By day, I&#8217;m a respectable Open University course author, associate lecturer, and course presentation chair. At night, I assume my secret identity: Elsheindra, night elf guild mistress of <a href="http://www.wowkindness.com/">The One</a> on a European World of Warcraft (WoW) server. You&#8217;re probably thinking that massively multiple online role playing games (MMORPGs), like WoW, are just for kids. In fact, according to research (Lenhart et al, 2008; Yee, 2008), only about 20% of WoW players are between the ages of 12 to 19. That means some 80% of players are solid, upstanding citizens of the world. They could be your tutors. They could be your next door neighbours. They could be that person you see walking down the street or buying beef at the butcher&#8217;s. World of Warcraft, as of May 2009, was holding steady at 11.5 million active subscribers (Blandeburgo, 2009; Chuang, 2009).  That&#8217;s over 60% of the online gaming market.  It&#8217;s the most successful personal computer game ever to be released.</p>
<p>What is it that compels these people to spend around 20 to 24 hours a week (Hagel and Brown, 2009; Yee, 2005) in a virtual world? Is it the killing? Is it the girls? Is it the beautiful scenery? Is it the fantastic fashions? People&#8217;s motivations vary, so I can&#8217;t give you a universal motivation, but I can reveal something about why I play. I play for three reasons: because I&#8217;m a community builder, because I&#8217;m a teacher, and because I love to help people. They&#8217;re all a bit related. I have spent my life bringing people together and helping them form cohesive, long-lasting communities. It started back in the 1980s with electronic bulletin boards and continues today with World of Warcraft. That&#8217;s why I run a guild and co-lead an alliance of guilds.</p>
<p>A guild in World of Warcraft is a collection of people who share things in common.  The game gives them some tools for sharing, like a shared chat area, calendar, and a bank in which to store money or items for common use.  They usually share a philosophy.  My guild, for example, is a social guild with a philosophy of doing random acts of kindness.  An allied guild is composed of people together for friendship or fun.   When my guild members aren&#8217;t out being kind to the other 4000 people on the server, they have each other to group with on small tasks, called quests, like curing sick deer or ridding an area of nasty rabid bears.  A guild is also a pool of people with which to go on longer adventures in groups of five for rewards like armour and gold in mazelike environments where there are obstacles to overcome and difficult, large monsters to kill—so-called dungeons.  The alliance of guilds I help lead allows smaller social-minded guilds like mine to be able to participate in even larger, more complex adventures that require 10, 25, or 40 people at a time.  It is very rewarding to be in a position to enable people to have fun, but at the same time promote learning of important social interaction and problem solving skills.</p>
<p>Where does the learning come from? The learning is, in fact, everywhere in the game. Those 5-person dungeon groups or the larger 25-person groups require leaders to decide on strategy and direct the other people with varied motivations. Some people go to these dungeons only to get better gear. That&#8217;s their motivation. Other people go for the feeling of accomplishment in participating in something difficult. When people are there for gear, there can be clashes over who should get it, which requires good interpersonal relationship skills and diplomacy on the part of the group leader. In our guild alliance, we&#8217;ve had leaders good at strategy and telling people what to do but with terrible interpersonal skills.  That made their adventures not very fun, so people were reluctant to participate. Likewise, running a successful guild over a long period of time requires all manner of leadership and diplomacy skills. WoW is a safe, low-risk environment in which to learn these things and they can transfer into real-world rewards (Brown and Thomas, 2006).</p>
<div style="width=250px;float:right;margin-left:15px;border:1px purple solid">
<img src="/archives/images/elsheindra_tree.png" height="360" alt="Elsheindra as a healing tree" /></p>
<p style="text-align:center;color: #cc66ff">Elsheindra as a healing tree</p>
</div>
<p>In order to contribute to a team effectively, people need to learn to play their characters well.  Each character has specific abilities.  Elsheindra, my character, is a druid healer.  She cures people of diseases and poisons and heal their bodies of damage they have taken while fighting.  I&#8217;ve specialized in being a healer for over four years.  I&#8217;ve become really, really good at healing by dint of lots of practice and much analysis of how things work.  I have pride in my abilities and I love being able to help people in the game in a non-violent fashion, because I was not much interested in hacking and slashing at things.  Other people are extremely interested in effectively killing things and devote hours outside of the game to reading about their character&#8217;s role and how to improve on it, often in very tiny increments.   I&#8217;m very willing to share my knowledge and experience with other people and often other very good players are too.</p>
<p>I&#8217;ve told you a lot about what kinds of things I do in World of Warcraft and my initial motivations. What I haven&#8217;t told you are the things I&#8217;ve gained: love, acceptance, friendship, and a Ph.D. project, in order of importance. I&#8217;m currently researching what elements in games like WoW contribute to motivation and whether or not that can be transferred effectively into distance learning (Hoyle, 2009a; 2009b). Both feature activities that are a lot of work and, let&#8217;s face it, aren&#8217;t fun. In World of Warcraft, though, people persist with these difficult, not-fun tasks. I know I&#8217;ve persisted in some things because of the friends I&#8217;ve made. Those friendships have even transcended the virtual world, with people helping me move from apartment to apartment multiple times, even though they live in a different city.</p>
<div style="width=250px;float:left;margin-right:15px;border:1px purple solid">
<img src="/archives/images/basil.png" height="360" alt="Basil, my night elf partner" /></p>
<p style="text-align:center;color: #cc66ff">Basil, my partner</p>
</div>
<p>The alliance of guilds I co-run just had a real-life adventure at Bletchley Park and a BBQ at my house afterwards, one of several such successful large-scale events over the years. It&#8217;s also not uncommon for some of my guild mates to just come and visit from other parts of the UK or from other countries. One of my guild mates even came along from Denmark to Canada for the summer. Are we just strange misfits? That&#8217;s a common perception of gamers. I don&#8217;t fit in lots of places but in WoW there&#8217;s a place for me, as there is for them, and it&#8217;s not just because &#8220;on the Internet nobody knows you&#8217;re a dog&#8221;. Finally, &#8220;Basil&#8221;, my real-life partner, is someone I met in WoW because he was helping me co-lead the alliance of guilds. We&#8217;ve been together for over two and a half years. We still play WoW together on a regular basis, although not 20 some hours a week. There&#8217;s nothing like a romantic date night with your beloved and 23 other friends.</p>
<p>WoW is like a fairy tale: magic, dragons, true love, fashion, elves, and orcs; but it&#8217;s also what I&#8217;ve made of it: a place to be myself and to do the things I love to do.</p>
</p>
<h4>References</h4>
<p>Blandeburgo, B. (2009) ‘Activision &#8220;WoWs,&#8221; But Where&#8217;s Wireless?’, <i>The Game Trade Journal</i>, blog entry posted March 4, 2009. Available from: <a href="http://www.gametradejournal.com/2009/03/activision-wows-but-wheres-wireless.html">http://www.gametradejournal.com/2009/03/activision-wows-but-wheres-wireless.html</a> (Accessed August 4, 2009).</p>
<p>Brown, J.S. &amp; Thomas, D. (2006) ‘You Play World of Warcraft? You&#8217;re Hired!’ <i>Wired</i>, 14.04 [Online] Available from: <a href="http://www.wired.com/wired/archive/14.04/learn.html">http://www.wired.com/wired/archive/14.04/learn.html</a> (Accessed August 4, 2009).</p>
<p>Chuang, T. (2009) ‘WoW Stuck at 11.5 Million Subscribers; Blizz Focused on StarCraft, Diablo’, <i>OCRegister Blizzard Blog</i>, blog entry posted May 7, 2009. Available from: <a href="http://gaming.freedomblogging.com/2009/05/07/wow-stuck-at-115-million-subscribers-blizz-focused-on-starcraft-diablo/2201/">http://gaming.freedomblogging.com/2009/05/07/wow-stuck-at-115-million-subscribers-blizz-focused-on-starcraft-diablo/2201/</a> (Accessed August 4, 2009).</p>
<p>Hagel, J. &amp; Brown, J.S. (2009) ‘How World of Warcraft Promotes Innovation’ <i>Business Week Online</i>, January 14 [Online] Available from: <a href="http://www.businessweek.com/innovate/content/jan2009/id20090114_362962.htm">http://www.businessweek.com/innovate/content/jan2009/id20090114_362962.htm</a> (Accessed August 4, 2009).</p>
<p>Hoyle, M.A. (2009a) ‘Levelling Lifelong Learning: Annual Progress Review’, <i>E1n1verse</i>, blog entry posted June 7, 2009. Available from: <a href="http://einiverse.eingang.org/archives/2009/06/levelling_lifel.php">http://einiverse.eingang.org/archives/2009/06/levelling_lifel.php</a> (Accessed August 4, 2009).</p>
<p>Hoyle, M. (2009b) <i>WoW! Roberts &amp; Susans Game Learning,</i> [online] Slide presentation. Available from: <a href="http://www.slideshare.net/Eingang/wow-roberts-and-susans-game-learning-a-look-at-world-of-warcraft-higher-education-learning-and-motivation">http://www.slideshare.net/Eingang/wow-roberts-and-susans-game-learning-a-look-at-world-of-warcraft-higher-education-learning-and-motivation</a> (Accessed August 4, 2009).</p>
<p>Lenhart, A. et al. (2008) <i>Teens, Video Games, and Civics,</i> Pew Internet &amp; American Life Project. Available from: <a href="http://www.pewinternet.org/Reports/2008/Teens-Video-Games-and-Civics.aspx">http://www.pewinternet.org/Reports/2008/Teens-Video-Games-and-Civics.aspx</a> (Accessed August 4, 2009).</p>
<p>Yee, N. (2005) ‘MMORPG Hours vs. TV Hours’, <i>The Daedalus Project</i>, blog entry posted January 11, 2005. Available from: <a href="http://www.nickyee.com/daedalus/archives/000891.php">http://www.nickyee.com/daedalus/archives/000891.php</a> (Accessed August 4, 2009).</p>
<p>Yee, N. (2008) <i>The Daedulus Project,</i> [online]. Available from: <a href="http://www.nickyee.com/daedalus/docs/shared-data.php">http://www.nickyee.com/daedalus/docs/shared-data.php</a> (Accessed August 4, 2009).</p>
</p>
<p>[tweetthis]</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2009%2F08%2F04%2Fworld-of-warcraft-and-me-a-true-confession%2F&amp;linkname=World%20of%20Warcraft%20and%20Me%3A%20A%20True%20Confession" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2009%2F08%2F04%2Fworld-of-warcraft-and-me-a-true-confession%2F&amp;linkname=World%20of%20Warcraft%20and%20Me%3A%20A%20True%20Confession" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2009%2F08%2F04%2Fworld-of-warcraft-and-me-a-true-confession%2F&amp;linkname=World%20of%20Warcraft%20and%20Me%3A%20A%20True%20Confession" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2009%2F08%2F04%2Fworld-of-warcraft-and-me-a-true-confession%2F&amp;linkname=World%20of%20Warcraft%20and%20Me%3A%20A%20True%20Confession" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2009/08/04/world-of-warcraft-and-me-a-true-confession/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2009%2F08%2F04%2Fworld-of-warcraft-and-me-a-true-confession%2F&amp;title=World%20of%20Warcraft%20and%20Me%3A%20A%20True%20Confession" id="wpa2a_2">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2009/08/04/world-of-warcraft-and-me-a-true-confession/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Do I Know? A Reflection on Influences</title>
		<link>http://einiverse.eingang.org/2008/10/27/what-do-i-know-a-reflection-on-influences/</link>
		<comments>http://einiverse.eingang.org/2008/10/27/what-do-i-know-a-reflection-on-influences/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 05:13:18 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[H812]]></category>
		<category><![CDATA[influences]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2008/10/27/what-do-i-know-a-reflection-on-influences/</guid>
		<description><![CDATA[What do I know? I reflect on the influences that have affected my teaching practices.  The theory was that we derive the greatest benefit from our experiences as students, but I found my teaching experiences at the Open University, and the environment I have there, have led to some of the biggest improvements in my practice.  In addition, I have greatly benefited from activities in online community building and exposure to social media.]]></description>
			<content:encoded><![CDATA[<p>For the first time in years, I&#8217;m taking a postgraduate course myself: <a href="http://www3.open.ac.uk/courses/bin/p12.dll?C01H812">H812: Postgraduate Certificate in Academic Practice</a>, which I&#8217;m doing both for personal development and to provide theoretical groundwork in educational pedagogy for my Ph.D. work in educational technology.</p>
<p>A recent activity asked us to reflect on influences on our teaching practices, considering: practices arising from personal experiences as a student; practices from our departments; and practices we can attribute to other sources.  In addition, we were asked to consider aspects of our workplace that favoured or hindered good practice.  I starting making notes on the 14th of October.  I did not post them to my group because I felt this was a really important activity.  If you don&#8217;t know where you&#8217;ve come from, it can be difficult to move ahead in a purposeful fashion.  I wanted this activity to serve as a good baseline, so I invested a substantial amount of effort into thinking about it and writing it up in a coherent, cohesive fashion.</p>
<p><span id="more-75"></span></p>
<h2>
What Do I Know?</p>
<p>A Reflection on Influences<br />
</h2>
<p>
Activity 3 (<a href="#ou-nd">The Open University n.d.</a>) mentions research by Peter Knight revealing that our experiences as students can significantly influence our teaching practices. This is very reminiscent of the commonly held belief that, try as people might, they often end up behaving like their parents did when they have families of their own. Considering both ideas, they are obviously generalizations that do not always hold true. Anecdotes abound of cases where a student or a child exposed to some very extreme practices rebelled by going to the other end of the extreme. Exposure to negative or adverse practices can make us better people and better teachers, as can exposure to good practices.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p><a name="table1"></a></p>
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse;width: 70%">
<tbody>
<tr style="background-color: #a5a5a5;border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding: 0.0px 5.0px 0.0px 5.0px">
<th width="40%">
Practice
</th>
<th width="60%">
Effect
</th>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Reading from the book or slides.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
It does not add value.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Learning by doing.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Doing something builds stronger associations than just reading or watching something.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Lack of enthusiasm.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
If you are bored and uninspired, the students will be too.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
</tbody>
</table>
<h4>
Table 1: Practices learned as a student and their effects.<br />
</h4>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p>
While enumerating my positive or negative teaching practice influences, I realized that adversity has made me a stronger person and I did l learn some important things about teaching while a student (see<br />
<a href="#table1"><br />
Table 1</a>). For example, reading from slides or teaching directly to the book does not add any value to the learning experience because students can do that for themselves; and a lack of enthusiasm from the instructor is clearly communicated to students, resulting in a dismissive, disinterested attitude to the material. The latter might not technically be classified as a “teaching practice”, but its effect is just as important, if not more so, than teaching practice. Enthusiasm and passion can overcome defects in materials and teaching experience, just as learning by doing can.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p><a name="table2"></a></p>
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse;width: 70%">
<tbody>
<tr style="background-color: #a5a5a5;border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding: 0.0px 5.0px 0.0px 5.0px">
<th width="40%">
Practice
</th>
<th width="60%">
Effect
</th>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Reflection.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
If you do not know what works or does not work, improvement is difficult.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Monitoring.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Feedback on your practices helps you improve.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Mentoring.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Advice on practices and culture help ensure your practice is in line with what is expected.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
</tbody>
</table>
<h4>
Table 2: Practices learned as from the Faculty of Technology at the Open University<br />
</h4>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p>
These are not the strongest influences on my teaching practices, though. Practices at the Open University, which I joined in 2000, have very significantly affected the way I view and practice teaching, even though I had considerable experience and more responsibility at bricks-and-mortar institutions previously. The Faculty of Technology—now the Faculty of Maths, Computing and Technology— first introduced me to the closely related trio of: monitoring, reflection, and mentoring (see<br />
<a href="#table2"><br />
Table 2</a>). Mentoring is where an associate lecturer is given a more experienced colleague to give advice on practices and culture at the Open University. Monitoring is where another colleague—staff tutor, experienced associate lecturer, or course team member—double marks some of your assignments and provides feedback on how closely you are adhering to the marking guidelines and on the quality of your correspondence tuition. Reflection helps tie these two other practices together. If you think about what you have done and how it has worked or has not worked and you take into account advice and feedback you are being given, you can actively plan ways to improve your practice.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p><a name="table3"></a></p>
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse;width: 70%">
<tbody>
<tr style="background-color: #a5a5a5;border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding: 0.0px 5.0px 0.0px 5.0px">
<th width="40%">
Aspect
</th>
<th width="60%">
Effect
</th>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Professional development events.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Presentations, courses, and networking opportunities to be exposed to new courses, new ideas, and the practices of others.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Research into good practice.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
The Institute for Technology actively researches factors into effective e-learning and distance education incorporating technology. This research eventually manifests as practices at the Open University.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Grants/fee waivers for professional development.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Associate lecturers and staff can take advantage of postgraduate courses being offered into educational practice and theory, such as H812, at no cost to themselves.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
</tbody>
</table>
<h4>
Table 3: Aspects of the Open University that Promote Good Practice<br />
</h4>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p>
Possibly surprisingly, the biggest personal benefit I derived from mentoring and monitoring was not from receiving it myself but in providing it to others. One of the aspects of the Open University that hinders good practice is the geographical distance between associate lecturers in the same faculty or even on the same course. While the faculty does try to encourage good practice by holding staff development conference (see<br />
<a href="#table3"><br />
Table 3</a>), these are few and far between. Prior to the recent explosion of social networking sites like Twitter, Facebook, and Plurk<a href="#f1"><sup>1</sup></a>, associate lecturers tended to be fairly isolated. The Open University tried to overcome that by having various FirstClass discussion forums, but the opportunity to directly observe the practices of others was non-existent for most associate lecturers due to the digital divide<a href="#f2"><sup>2</sup></a>. Seeing and reflecting on the practice of others as a monitor and as a mentor has been extremely rewarding. I highly recommend volunteering to mentor or monitor if you have the opportunity. You can learn as much by teaching others as others learn from your teaching in some cases.
</p>
<p>
Being in an institution that actively research into good practice is also extremely beneficial. The Open University’s Institute for Educational Technology (IET) is comprised of many individuals who are passionately interested in exploring what makes for good teaching in an online world and how our pedagogical practices can be leveraged through the use of educational technology. That research and expertise eventually makes its way into postgraduate courses that the Open University offers, such as their latest course H810: Accessible Online Learning<a href="#f3"><sup>3</sup></a>. Many of their courses can be taken free of charge by Open University staff to help further their personal development either via a fee waiver or through a staff grant<a href="#f4"><sup>4</sup></a>. These are excellent opportunities to explore recent advances or to acquire a firmer pedagogical grounding for existing practice.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p><a name="table4"></a></p>
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse;width: 70%">
<tbody>
<tr style="background-color: #a5a5a5;border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding: 0.0px 5.0px 0.0px 5.0px">
<th>
Aspect
</th>
<th width="60%">
Effect
</th>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Developing materials in advance of use.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
If you do not know what works or does not work, improvement is difficult.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Geographical separation of associate lecturers.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
Feedback on your practice helps you improve.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Distance of course teams from learners.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
Advice on practices and culture help ensure your practice is in line with what is expected.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Human resources hiring and retention practices.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
Phasing out experienced people at age 65; hiring inexperienced people over experienced people because of contract holdings (or lack thereof); awarding contracts at the last minute so income and job security is not predictable; little incentive to do better as not likely to be fired.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Cultural ethos about the role of the associate lecturer.
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Negative effect.
</p>
<p>
People who feel unappreciated or taken advantage of are less motivated to improve or to do good work.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
</tbody>
</table>
<h4>
Table 4: Aspects of the Open University that Hinder Good Practice<br />
</h4>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p>
Although the Open University has been very good about encouraging professional development of associate lecturers, in my position as a course chair and content developer I have been exposed to the negative sides of Open University practices (see<br />
<a href="#table4"><br />
Table 4</a>). For example, even on courses delivered completely online, like H812 or TT281, course authors are strongly encouraged to have all the material developed or updated months in advance of the course’s start date. Furthermore, once the course has begun, there is very little opportunity to change any material. That means it cannot be adapted to the needs of the current cohort easily if need be. It is what it is. The production schedule does help ensure quality content but it sacrifices flexibility and situation adaptation as the course unfolds.
</p>
<p>
Closely related to the lack of flexibility is a factor that Will Swann, Director of Students at the Open University, commented on a year or so ago<a href="#f5"><sup>5</sup></a>: course teams tend to be divorced from the learners. Typically a course team develops the content but the learning process is overseen by associate lecturers who, in the current corporate ethos, are not seen as teaching but as supporting learners. Who is teaching the learners then? Nobody! The students, in this model, have no interaction with the course team who developed the content and therefore no contact with any “teachers.” The reality is actually quite different, with many associate lecturers engaging in traditional “teaching” activities. However, perception of the associate lecturer role, while a negative factor, is tangential to the other important issues listed in<br />
<a href="#table4"><br />
Table 4</a>.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p><a name="table5"></a></p>
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse;width: 70%">
<tbody>
<tr style="background-color: #a5a5a5;border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;padding: 0.0px 5.0px 0.0px 5.0px">
<th>
Factor
</th>
<th width="60%">
Effect
</th>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Forum facilitation
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Personal experience from working with online bulletin boards and building virtual communities since the early 1980s has been crucial in forming my e-moderating practices.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Organization
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Information processing disability requires an ability to organize my thoughts and materials. It has also encouraged me to be very clear about elucidating the steps involved in problem solving.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Presentations
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
&#8220;Less is more” philosophy of slide development, so that slides are not text-heavy, forcing the audience to pay more attention to the slide than me. Slides provide visual support of the points I am verbally making. To keep myself on track, I produce a mind map of my talk. This enables me to focus not just on delivering knowledge (“sage on the stage”) but on actively communicating the big picture and encouraging participation and immersion in the topic.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Input from learners
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Understanding how students feel when receiving four lines of commentary for their essays or seeing firsthand the problems they have grappling with concepts provides excellent feedback about how to better prepare and present materials and assessment commentary. Some of this information is gained by interacting with students of other courses in social networking sites, through observation in forums of what questions students pose, or by directly asking students.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Participatory teaching
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
Ties in well to learning by doing and students can become highly motivated and feel a sense of “ownership” if they have control over what and how a topic is presented by doing the work themselves. I was able to do this several times as a undergraduate and I’ve been actively following Howard Rheingold’s latest effort in participatory teaching with his Virtual Communities &amp; Social Media course at Stanford using the Social Media CoLab software he co-developed<a href="#f6"><sup>6</sup></a>.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
<tr>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Social collaboration/social knowing
</p>
</td>
<td valign="top" style="border-style: solid;border-width: 1.0px 1.0px 1.0px 1.0px;border-color: #bfbdb9 #bfbdb9 #bfbdb9 #bfbdb9;padding: 0.0px 5.0px 0.0px 5.0px">
<p>
Positive effect.
</p>
<p>
E-Learn 2.0 is all about social collaboration and social knowing. The paper “Minds on Fire: Open Education, the Long Tail, and Learning 2.0” (<a href="#brown-2008">Brown, 2008</a>) has been influential in coalescing my ideas for building knowledge socially and the advantages of that.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
</td>
</tr>
</tbody>
</table>
<h4>
Table 5: Other Influences on My Practices<br />
</h4>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<p>
I have not relied solely on the Open University and my own educational experiences to shape my teaching practices. I am also influenced by a community of educational technologists around the world and my own experiences with information processing and learners.<br />
<a href="#table5"><br />
Table 5<br />
</a><br />
outlines some of the other factors I have drawn upon. The first three —forum facilitation, organization, and presentations—have been crucial in molding my approaches to higher online education and content delivery and they are based solely upon active reflection of my own experiences and attempts. The last three reflect my interest in community building and the power of social knowledge. These are the topics underpinning the phenomenal success of a Web 2.0 world with Facebook, Flickr, and Wikipedia. Like John Seely Brown, I believe there is great potential there for learning and teaching outside the very staid “sage on the stage” model so much in favour still in higher education, which is why I have chosen to work in this area for my D.Phil. research. This is also a topic of interest at the Open University. Martin Weller and Simon Buckingham Shum are involved with the SocialLearn project<a href="#f7"><sup>7</sup></a>, which is looking at developing tools to facilitate social learning online.
</p>
<p>
So where do we go from here? Should we be belittling academics at universities for their poor teaching practices? With the exception of the Open University, which is not a university using a traditional teaching style, it is difficult to be critical of lecturers in higher education, because the vast majority of them, unless they are in a department involved in the teaching of educational principles, have received no training in how to teach. Their practices are the result of what they have been exposed to. The other issue is that universities are also driven by different demands at different times. At the moment, many universities seem driven to improve their research so as to get more research money; as a result, teaching tends to get short-shrifted. There also previously was very little incentive to be good at teaching, at least from the institutions themselves. Even students were fairly resigned to the endless, boring lectures. With the advent of HEFCE monitoring of the “student experience” plus the change to students paying fees, I am hopeful we might see a resurgence of institutionally-supported professional development and accreditation for lecturers in higher education. I recognize that I am lucky to be situated where I am in the Open University, with a wealth of resources and opportunities for improvement and practice available to me.
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<h3>
Footnotes:<br />
</h3>
<p>
<a name="f1"></a>1. Twitter and Plurk are so-called “microblogging” sites where you have friends and fans who follow your postings. Postings are extremely short, limited to 140 characters. Facebook is perhaps more well-known, sometimes negatively as people post compromising pictures of themselves that result in lost jobs or denial to universities. Used in a positive way, though, these sites can reduce isolation caused by working in a digital world. Twitter:<br />
<a href="http://twitter.com/"><br />
http://twitter.com/</a>. Plurk:<br />
<a href="http://www.plurk.com/"><br />
/http://www.plurk.com/</a>. FaceBook:<br />
<a href="http://www.facebook.com/"></p>
<p>http://www.facebook.com/</a>.</p>
<p>
<a name="f2"></a>2. The Wikipedia quick and dirty definition of “digital divide” is “the gap between those people with effective access to digital and information technology and those without.” (<a href="#wikipedia-2008">Wikipedia, 2008</a>). The term originates, as far as I can tell, in a paper reporting the findings from a national survey done in 1996 by James Katz (<a href="#katz-1997">Katz &amp; Aspden, 1997</a>) contrasting those who have computer and Internet access and those who do not.
</p>
<p>
Although the Faculty of Technology did not have this problem, I am aware that other faculties at the Open University have been slow to embrace initiatives like the eTMA system, TutorHome, etc., due to a lack of comfort with computers or lack of access in their own personal lives. The OU branch of the UCU (University and College Union) was just recently (October, 2008) conducting a survey of ALs about workload and computer-related conditions and expenses, as I think hard data that is accessible is in short supply.
</p>
<p>
<a name="f3"></a>3. H810: Accessible Online Learning: Supporting Disabled Students is currently in its pilot presentation. More information is available from<br />
<a href="http://www3.open.ac.uk/courses/bin/p12.dll?C01H810"></p>
<p>http://www3.open.ac.uk/courses/bin/p12.dll?C01H810</p>
<p></a><br />
(Accessed October 26, 2008).
</p>
<p>
<a name="f4"></a>4. Information on course fee waivers is available from<br />
<a href="http://www.open.ac.uk/tutors/development/staff-fee-waivers.php"><br />
http://www.open.ac.uk/tutors/development/staff-fee-waivers.php</a>. Information on the Associate Lecturer Development Fund can be found at<br />
<a href="http://www.open.ac.uk/tutors/development/associate-lecturer-development-fund.php"></p>
<p>http://www.open.ac.uk/tutors/development/associate-lecturer-development-fund.php</p>
<p></a><br />
(Accessed October 26, 2008).
</p>
<p>
<a name="f5"></a>5. Unfortunately, I don’t have a reference to this on hand. I believe I read about it summarized in<br />
<i><br />
Sesame<br />
</i><br />
or another OU publication aimed at staff.
</p>
<p>
<a name="f6"></a>6. The Drupal-based Social Media Classroom is now available for download and use by other educators. It is also being used to build a community of practice, led by Howard Rheingold, around the use of social media in education.<br />
<a href="http://www.socialmediaclassroom.com/"></p>
<p>http://www.socialmediaclassroom.com/</p>
<p></a><br />
(Accessed October 26, 2008) for more information.
</p>
<p>
<a name="f7"></a>7. The SocialLearn platform is a collection of tools with the intention of making the education system adapt to the learner by leveraging the values and principles found in new social web technologies.<br />
<a href="http://www.open.ac.uk/blogs/sociallearn/index.php"></p>
<p>http://www.open.ac.uk/blogs/sociallearn/index.php</p>
<p></a><br />
(Accessed October 26, 2008).
</p>
<p style="margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px">
<h3>
References:<br />
</h3>
<p>
<a name="brown-2008"></a>Brown, John Seely, and Richard P. Adler. 2008. “Minds on Fire: Open Education, the Long Tail, and Learning 2.0.” Educause Review 43(1) :16-32. Available from<br />
<a href="http://connect.educause.edu/Library/EDUCAUSE+Review/MindsonFireOpenEducationt/45823"></p>
<p>http://connect.educause.edu/Library/EDUCAUSE+Review/MindsonFireOpenEducationt/45823</p>
<p></a><br />
(Accessed August 22, 2008).
</p>
<p>
<a name="katz-1997"></a>Katz, James, and Philip Aspden. 1997. “Motivations for and Barriers to Internet Usage: Results of a National Public Opinion Survey.” Internet Research 7(3) :170-188.
</p>
<p>
<a name="ou-nd"></a>The Open University (n.d.) H812-08J: Activity 3:<br />
<i><br />
What Do You Know?<br />
</i><br />
The Open University. Web page.<br />
<a href="http://learn.open.ac.uk/mod/resourcepage/view.php?id=87392"></p>
<p>http://learn.open.ac.uk/mod/resourcepage/view.php?id=87392</p>
<p></a><br />
(Accessed October 26, 2008).
</p>
<p>
<a name="wikipedia-2008"></a>Wikipedia (2008.) Digital Divide. Web page.<br />
<a href="http://en.wikipedia.org/wiki/Digital_divide"></p>
<p>http://en.wikipedia.org/wiki/Digital_divide</p>
<p></a><br />
(Accessed October 26, 2008).</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2008/10/27/what-do-i-know-a-reflection-on-influences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Marking Madness</title>
		<link>http://einiverse.eingang.org/2005/02/14/more-marking-madness/</link>
		<comments>http://einiverse.eingang.org/2005/02/14/more-marking-madness/#comments</comments>
		<pubDate>Mon, 14 Feb 2005 17:56:08 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[ADD]]></category>
		<category><![CDATA[assessment]]></category>
		<category><![CDATA[attention deficit disorder]]></category>
		<category><![CDATA[marking]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2005/02/14/more-marking-madness/</guid>
		<description><![CDATA[They're coming to kill me if I don't finish marking]]></description>
			<content:encoded><![CDATA[<p>If I don&#8217;t finish my marking very soon, they&#8217;re going to kill me.  The phone calls are increasing.  With the <abbr title="Attention Deficit Disorder">ADD</abbr>, though, I just have this overwhelming sense of guilt, failure, and frustration.  More about that later.  Something must be done.<br />
Anyway, I have a plan.  My Sweetie is helping me do some of the grunt administrative work that&#8217;s required (filling out the forms, uploading some of the files to each project directory to help check the functionality, checking for missing/incorrect project directories, etc.).  While Sweetie&#8217;s doing that, I&#8217;ll put in a big push to finish assessing the remaining reports (22).  Then, to take a break, I&#8217;ll fill in the scanning sheets for all the report-related marks for each student, and then have a go for a bit at assessing the coding parts of the projects.<br />
The coding part is cognitively easier to assess for me as it&#8217;s definitely more black and white (it works/it doesn&#8217;t work; it&#8217;s written well/it&#8217;s written poorly).  It still takes time to do, though, because you have to check through all the functionality for various points and write up the notes.<br />
With luck, proper use of my <abbr title="Attention Deficit Disorder">ADD</abbr> medication, and SweetieSupport, I hope to get it all in tomorrow evening&#8217;s post.  I&#8217;ll let you know how I make out.</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2005/02/14/more-marking-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marking Madness and Motivation</title>
		<link>http://einiverse.eingang.org/2005/02/08/marking-madness-and-motivation/</link>
		<comments>http://einiverse.eingang.org/2005/02/08/marking-madness-and-motivation/#comments</comments>
		<pubDate>Wed, 09 Feb 2005 03:13:44 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[assessment]]></category>
		<category><![CDATA[marking]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2005/02/08/marking-madness-and-motivation/</guid>
		<description><![CDATA[Project marking has to be one of the banes of my existence. Right now I&#8217;m working on grading an end of course project consisting of a coding component and a report. The coding component is fairly straightforward to do. Other than perpetual shock at the things people believe is good design/coding, it&#8217;s something I can [...]]]></description>
			<content:encoded><![CDATA[<p>Project marking has to be one of the banes of my existence.    Right now I&#8217;m working on grading an end of course project consisting of a coding component and a report.  The coding component is fairly straightforward to do.  Other than perpetual shock at the things people believe is good design/coding, it&#8217;s something I can do in a reasonable amount of time.  The part I have trouble with is the report.<br />
Actually, any kind of marking where you need to subjectively weigh how close an answer is to what you want is difficult for me.  Perhaps it&#8217;s because Ein&#8217;s have two states in many things in life: Ein/Auf, Happy/Sad, Tired/Bouncy.  There&#8217;s not much room for shades of grey in the EinWorld.<br />
Anyway, that leaves me with a 53 projects to finish and I&#8217;m already two weeks late and having trouble mustering any enthusiasm for it.  To be fair, I already finished doing 60 for another course which also had a coding component and a project, so I am feeling a little burnt out and I do have attention deficit disorder.  Nevertheless, I promised I&#8217;d be done.<br />
As things stand, I finished 5 completely before deciding to switch to doing all the reports first.  As the reports are independent of the coding component, that&#8217;s feasible.  I picked the reports to do first because I like them the least and I&#8217;ll feel the most relieved when they&#8217;re done and the rest will be easy.<br />
Of the 48 reports to grade, I&#8217;ve done thirteen.  Any motivation, inspiration, or encouragement welcome!</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2005%2F02%2F08%2Fmarking-madness-and-motivation%2F&amp;linkname=Marking%20Madness%20and%20Motivation" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2005%2F02%2F08%2Fmarking-madness-and-motivation%2F&amp;linkname=Marking%20Madness%20and%20Motivation" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2005%2F02%2F08%2Fmarking-madness-and-motivation%2F&amp;linkname=Marking%20Madness%20and%20Motivation" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2005%2F02%2F08%2Fmarking-madness-and-motivation%2F&amp;linkname=Marking%20Madness%20and%20Motivation" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2005/02/08/marking-madness-and-motivation/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2005%2F02%2F08%2Fmarking-madness-and-motivation%2F&amp;title=Marking%20Madness%20and%20Motivation" id="wpa2a_4">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2005/02/08/marking-madness-and-motivation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conceptual Change</title>
		<link>http://einiverse.eingang.org/2004/06/04/conceptual-change/</link>
		<comments>http://einiverse.eingang.org/2004/06/04/conceptual-change/#comments</comments>
		<pubDate>Fri, 04 Jun 2004 12:07:49 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[conceptual change]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[model building]]></category>
		<category><![CDATA[problem solving]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2004/06/04/conceptual-change/</guid>
		<description><![CDATA[David Jonassen researches (among other things) the use of technology in educational settings to improve understanding.  He recently visited the IDEAs lab and gave a talk entitled "Model-Building for Conceptual Change (Cognitive Tools in Action)"  This is synospsis of my understanding of the key points of his talk.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tiger.coe.missouri.edu/~jonassen/" title="David Jonassen's personal and professional research pages">David Jonassen</a> visited the  <a href="http://www.cogs.susx.ac.uk/ideas/" title="The IDEAs Lab home page">IDEAs </a> lab on May 11th from the <a href="http://www.missouri.edu/" title="University of Missouri-Columbia home page">University of Missouri</a> to present a talk on &#8220;Model-Building for Conceptual Change (Cognitive Tools in Action)&#8221;.  While this isn&#8217;t (or so I thought) related to my own research or interests in any way, we were all encouraged to attend if possible and I&#8217;m always interested in talks about learning in general.  Here, belatedly, is a synopsis of my understanding of his presentation.<br />
The key underlying principle seemed to emphasize having people fail in their problem solving attempt at some issue because then <em>conceptual change</em> has a change to be engaged and then students will learn.  This failure need not be catastrophic; in fact, it probably should not be, I would say, or the failure would foster a strong sense of discouragement, which is not going to get a student into the &#8220;learning zone.&#8221;   So, how do you put students into a non-threatening environment where they can safely experiment and fail?  David Jonassen&#8217;s idea was to encourage them to engage in model building which demonstrates their conceptual understanding of the problem/issue at hand.  When learners build models,their understanding of the problem domain is deepened because you cannot model what you do not understand.  Model building also allows you, as the instructor, to view the learner&#8217;s level of conceptual change as their models evolve.  It is therefore possible to assess their underlying understanding without resorting to formal assessment tests.  Finally, David Jonassen suggested that model building also improves critical reasoning and thinking because model building forces the model builder to examine the process and problem solving methodology.<br />
David Jonassen researches (among other things) the use of technology in educational settings to improve understanding.  More information on his approaches to problem solving are available from on the following web site page: <a href="http://tiger.coe.missouri.edu/~jonassen/PB.htm" title="David Jonassen and Problem Solving Research"> http://tiger.coe.missouri.edu/~jonassen/PB.htm</a>.</p>
<p><span id="more-59"></span><br />
I think this is some interesting research, but obviously not applicable to every learning situation.  Physical processes, like volcanos, weather, chemical reactions, etc. are very appropriate for model building.  Or maybe I just need to change my understanding of what constitutes a model?  For example, I&#8217;m teaching students how to program in JavaScript.  In a way, a program is sort of like a model and we give students programming projects where they model some kind of answer to a stated problem to demonstrate their understanding of the process.  Most students do not implement the solution correctly intially, so they need to refine their understanding of the problem and its solution over several iterations.  Failure is forcing them into a state of conceptual change and as they repair their assumptions and their &#8220;model&#8221; code, they are learning valuable lessons about what works and the process of both developing and fixing.  I guess, in fact, I&#8217;ve been doing this all along; I just didn&#8217;t have a name for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2004/06/04/conceptual-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
