<?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/category/teach1ng/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>Wanted: TT381 Café Moderator.  Pay Peanuts.  Prestige Priceless.</title>
		<link>http://einiverse.eingang.org/2010/12/01/wanted-tt381-cafe-moderator-pay-peanuts-prestige-priceless/</link>
		<comments>http://einiverse.eingang.org/2010/12/01/wanted-tt381-cafe-moderator-pay-peanuts-prestige-priceless/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 16:45:22 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[tt381]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/?p=455</guid>
		<description><![CDATA[I have a paid position available working with the TT381 course team as the student café moderator.  Pay peanuts.  Prestige and fun priceless.]]></description>
			<content:encoded><![CDATA[<div class="topimage"><img src="http://einiverse.eingang.org/files/2010/12/osi_symbol.png" border="0" alt="Open Source Initiative's Open Source 'O' logo with the chunk taken out of it to make it open" width="360" height="304" /><br /> <span class="attribution">Credit: <a href="http://opensource.org/logo-usage-guidelines">Open Source Initiative</a><br /></span></p>
<p>Image: The Open Source Initiative&#8217;s Open Source logo.</p>
</div>
<p>One of my jobs at The Open University is chairing <a href="http://www3.open.ac.uk/study/undergraduate/course/tt381.htm" title="Link to TT381 Open Source collaborative development course description at The Open University">TT381</a>, the course on Open Source philosophies and PHP development.  T381 is the fifth of the Web Apps Development (WAD) courses.  I&#8217;ve been involved with the presentation and development of the course since its launch.</p>
<p>Although TT381 doesn&#8217;t start again until February, I&#8217;m forced to remember that the brilliant Keith Evetts has resigned as the Student Café moderator.  I need to make some recommendations for a replacement.  I&#8217;m therefore soliciting expressions of interest from former students for the paid position of Café moderator.  In theory, the Café moderator is responsible for overseeing the social forum, which means making the atmosphere fun and inviting.  He or she should also work together with the course team to deal with any issues that are raised in the Café.   Keith Evetts, of course, went far beyond this.  He also actively participated in all of the course forums and ran a series of optional coding exercises where you can never have too many parrots.  He&#8217;s set the bar high!</p>
<p><span id="more-455"></span></p>
<p>If you&#8217;re interested in being considered for the job, please send me an e-mail (M.A.Hoyle AT open -DOT- ac -DOT- uk) with no more than 250 words explaining why you&#8217;d like to do it and why you think you&#8217;d be good for the job.   As I need to get this sorted soon, please send me the e-mail on or before December 10th.  I&#8217;ve been told the fee is £250.  I&#8217;m going to claim the prestige and fun is priceless.  (-:</p>
<p>After December 10th, I will consider the expressions of interest that have been received.  Based on what you have written and whatever I happen to remember about you, I will make up an ordered shortlist of people I will be recommending.   My course administrator will then contact people in that order to formally offer them the position.  There is only one job, alas.  I will post an update here and in the Web Apps Survivors forum on FirstClass (if still available) about the shortlist.</p>
<p>I will also take, in comments here as well as in the Web Apps Survivors forum, any recommendations you have for other people who you think would be good as the Café moderator for TT381.</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2010/12/01/wanted-tt381-cafe-moderator-pay-peanuts-prestige-priceless/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-Mail in the Cloud: An Open University Survey</title>
		<link>http://einiverse.eingang.org/2009/11/22/e-mail-in-the-cloud-an-open-university-survey/</link>
		<comments>http://einiverse.eingang.org/2009/11/22/e-mail-in-the-cloud-an-open-university-survey/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 12:41:24 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[Associate Lecturer]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open University]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/2009/11/22/e-mail-in-the-cloud-an-open-university-survey/</guid>
		<description><![CDATA[As a member of the Open University community, which cloud-based e-mail system do you prefer if you had to choose one?  Microsoft Live@edu or Google Apps Education Edition?  Participate in my survey and make your voice heard.]]></description>
			<content:encoded><![CDATA[<p>
<div id="attachment_205" class="wp-caption alignleft" style="width: 310px"><img src="http://einiverse.eingang.org/files/2009/11/windowslivemail.jpg" alt="Windows Live Mail mailbox in Redmond, WA" title="windowslivemail" width="300" height="242" class="size-full wp-image-205" />
<p class="wp-caption-text">Windows Live Mail mailbox in Redmond, WA</p>
</div>
<p>I joined the <a href="http://www.open.ac.uk/">Open University</a> (OU) as an Associate Lecturer (AL) back in May 2000 to teach the university&#8217;s T171: You, Your Computer and the Net course, the university&#8217;s first large-scale foray into online teaching.  As one of hundreds of new ALs, I was thrown into the world of <a href="http://www.firstclass.com/">FirstClass</a>, the university&#8217;s chosen platform for collaboration and discussion in its courses, and among its students and associate lecturers.  If you haven&#8217;t already heard, the death knell for FirstClass has been sounded.  I believe the transition away from FirstClass for courses is expected to be complete by October 2010.  As part of that transition, our e-mail accounts need to go somewhere, but where?</p>
<p>
<div id="attachment_206" class="wp-caption alignright" style="width: 310px"><img src="http://einiverse.eingang.org/files/2009/11/gmail.png" alt="Sample Google Mail Spam Folder" title="gmail" width="300" height="206" class="size-full wp-image-206" />
<p class="wp-caption-text">Sample Google Mail Spam Folder</p>
</div>
<p>If you&#8217;re a student, you may already be using your own personal, non-OU e-mail address at the university.  If you&#8217;re an associate lecturer or other academic/support staff, having a .open.ac.uk e-mail address is an important part of your professional identity.  According to David Wilson, director of strategic planning in LTS, a choice is being considered between <a href="http://www.google.com/a/help/intl/en/edu/index.html">Google Apps Education Edition</a> and <a href="http://www.microsoft.com/liveatedu/email-hosting-for-schools.aspx?locale=en-GB&amp;country=GB">Microsoft Live@edu</a> and should be made shortly (in <i><a href="https://intranet-gw.open.ac.uk/snowball/36-november-2009/email.php" title="Snowball article about e-mail requires OU intranet access">Snowball 36 &#8211; November 2009</a></i>).  It will definitely be put into place for students, but it may extend further than that.  The decision has not yet been made, so we have a very small window of opportunity to provide some input as to our preferences.  I&#8217;ve constructed a very <a href="http://tr.im/OUinCloud">small, unofficial survey</a> at <a href="http://www.surveymonkey.com/">SurveyMonkey</a> to do that.</p>
<p><span id="more-196"></span></p>
<p>Both of the cloud offerings offer considerably more functionality than just e-mail.  Google Mail&#8217;s been joined by Google Docs, instant messaging, and calendars.  Microsoft&#8217;s HotMail has been combined with Outlook Live, a remote file locker, calendaring, instant messaging, and Microsoft Office workspace to share documents.  If you&#8217;re not familiar with some of these systems, here are some resources:</p>
<ul style="padding-bottom: 10px">
<li><a href="http://www.google.com/a/help/intl/en/edu/index.html">Google Apps Education Edition</a></li>
<li><a href="http://mail.google.com/mail/help/intl/en/about.html">Google Mail About</a></p>
</li>
<li><a href="http://www.microsoft.com/liveatedu/email-hosting-for-schools.aspx?locale=en-GB&amp;country=GB">Microsoft Live@edu</a></li>
<li><a href="http://www.microsoft.com/liveatedu/student-email.aspx#4">Microsoft Live@edu&#8217;s Outlook Live/Hotmail Live E-mail Service Features</a></li>
<li>Educause&#8217;s &#8220;<a href="http://www.educause.edu/ELI/7ThingsYouShouldKnowAboutGoogl/162758">7 Things You Should Know About Google Apps</a>&#8221; (March 2008)</li>
<li>Google Apps for Education vs Microsoft’s Live@edu<br />
(3-part blog series): <a href="http://www.emergingedtech.com/2009/09/microsoft-live-edu-versus-google-apps-for-education/">Part 1</a>, <a href="http://www.emergingedtech.com/2009/10/google-apps-for-education-vs-microsofts-liveedu/">Part 2</a>, and <a href="http://www.emergingedtech.com/2009/10/choosing-between-microsoft%e2%80%99s-liveedu-and-google-apps-for-education/">Part 3</a> (Thanks, Lynn, for Part 3 pointer).</li>
</ul>
<p><a href="http://tr.im/OUinCloud">The survey</a> is open to any Open University community member, whether staff, consultant, or student.  The survey will run between November 22nd and November 29th.  I&#8217;ve specifically asked in the survey about your role, because I recognise that different university community members will have different needs.  The survey results, broken down by role, will be forwarded onto the senior decision-making committee.  I can&#8217;t guarantee how much attention they&#8217;ll pay, but the more of us who participate, the stronger the impact our voice and preferences will have.</p>
<p>You may feel you don&#8217;t know enough to make a choice between the two systems on offer.  That&#8217;s OK, too.  There&#8217;s a choice in the survey to indicate that or even that you don&#8217;t care either way.</p>
<p>No personal details, not even your IP address, will be collected and stored with the survey.  It&#8217;s completely anonymous.  It&#8217;s also unofficial.  I&#8217;m doing this because I think we should have some sort of say and I&#8217;m motivated to provide a mechanism, however imperfect, to provide at least an indication of our preferences as a community.  Comments or questions can be directed to me on this blog entry or via <a href="http://twitter.com/eingang" title="Michelle on Twitter">@Eingang</a> on Twitter.</p>
<p>You&#8217;ll find the survey at the short URL of <a href="http://tr.im/OUinCloud">http://tr.im/OUinCloud</a>.  I hope you&#8217;ll participate.  Feel free to point people at this blog entry, re-tweet the survey or blog address, or otherwise let as many of your fellow students and OU associates know about the survey.  We only have a week and more participation is better, so let&#8217;s make it count!</p>
<p>Thanks! <br />
Michelle A. Hoyle, <br />
Open University Associate Lecturer and postgraduate student</p>
<p>Shortcuts:</p>
<ul>
<li>The survey: <a href="http://tr.im/OUinCloud/">http://tr.im/OUinCloud</a> or <a href="http://www.surveymonkey.com/s.aspx?sm=IztCuXuYgqMj_2bVFGct_2f8Qg_3d_3d">http://www.surveymonkey.com/s.aspx?sm=IztCuXuYgqMj_2bVFGct_2f8Qg_3d_3d</a> if the tr.im URL isn&#8217;t working.</li>
<li>This entry: <a href="http://tr.im/OUCloudBlog">http://tr.im/OUCloudBlog</a></li>
</ul>
<p>
Images:</p>
<ul>
<li>Windows Live Mailbox:
<div><a rel="cc:attributionURL" href="http://www.flickr.com/photos/timheuer/">http://www.flickr.com/photos/timheuer/</a> / <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a></div>
</li>
<li>Google Mail Spam Folder: Michelle A. Hoyle</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2009/11/22/e-mail-in-the-cloud-an-open-university-survey/feed/</wfw:commentRss>
		<slash:comments>9</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>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>The 2008 H810 Interview Presentation</title>
		<link>http://einiverse.eingang.org/2008/08/25/the-2008-h810-interview-presentation/</link>
		<comments>http://einiverse.eingang.org/2008/08/25/the-2008-h810-interview-presentation/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 20:46:35 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[H810]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2008/08/25/the-2008-h810-interview-presentation/</guid>
		<description><![CDATA[Slides for my August 18th interview presentation on the "Challenges Affecting Disabled in E-Learning".  Topics covered include Learning 2.0, Web 2.0, and lifelong learning.  Learning 2.0 makes e-learning an opportunity for the disabled.]]></description>
			<content:encoded><![CDATA[<p><img src="http://einiverse.eingang.org/archives/H810-Interview-001.jpg" alt="Title Slide" align="center" width="400" height="300" /></p>
<p>
These are my slides for my August 19th interview presentation. I was given the remit of presenting a five- to ten-minute presentation on the &#8220;Challenges Affecting Disabled in E-Learning&#8221;. The interview was for an associate lecturer position on the new <a href="http://www3.open.ac.uk/courses/bin/p12.dll?C01H810" class="einlink" target="_new">H810: Accessible online learning: supporting disabled students</a> postgraduate course, part of the M.A. in online distance education.  Each slide has been annotated based on my presentation preparation notes.   A <a href="#h810downloads">downloadable version</a> is available. </p>
</p>
<p><span id="more-73"></span></p>
<hr />
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-001.jpg" alt="Title Slide" align="center" />
</div>
<div class="captionTitle">
<p>Title Slide
</p>
</div>
<div class="captionText">
<p>
Title slide for my August 19th interview presentation. I was given the remit of presenting a five- to ten-minute presentation on the &#8220;Challenges Affecting Disabled in E-Learning&#8221;. The interview was for an associate lecturer position on the new <a href="http://www3.open.ac.uk/courses/bin/p12.dll?C01H810" class="einlink" target="_new">H810: Accessible online learning: supporting disabled students</a> postgraduate course, part of the M.A. in online distance education.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-002.jpg" alt="E-Learning Challenges Slide" />
</div>
<div class="captionTitle">
<p>
E-Learning Challenges</p>
</div>
<div class="captionText">
<p>
I ran across this paper from <i>Educause Quarterly</i> by John Campbell and Diana Oblinger about the top ten challenges for teaching and learning for 2007. I guess they had to wait until 2007 was almost over before knowing what those challenges were because this didn&#8217;t appear until November.
</p>
<p>
I was particularly struck by issue number four: &#8220;Selecting Models and Strategies for E-Learning&#8221;. One of the key questions posed there was &#8220;What are the learners&#8217; characteristics (educational preparation, desired outcomes, preferred delivery modality, technology, skills, services, and support needed?&#8221; This was intended for general e-learning, but I think it&#8217;s even more important to e-learning for the disabled.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-003.jpg" alt="Range of Disabilities Slide" />
</div>
<div class="captionTitle">
<p>
Range of Disabilities</p>
</div>
<div class="captionText">
<p>
There&#8217;s a wide spectrum of disabilities that people might present with in<br />
higher education, especially with e-learning.
</p>
<p>
Many people, when thinking about disabilities, probably think of the more<br />
common, visible disabilities in the lower left-hand quadrant: sensory<br />
disabilities, like hearing impairments, visual impairments &#8212; including<br />
colour blindness &#8212; and speech impairments; or perhaps they think of<br />
the various kinds of mobility impairments: quadriplegics or paraplegics.
</p>
<p> I&#8217;d rather focus on the more unusual or &#8220;invisible&#8221; disabilities.  For example,<br />
I think we should include RSI &#8212; repetitive stress injury &#8211;<br />
as that&#8217;s a mobility disability that&#8217;s affecting an increasing number<br />
of people and presents issues for e-learning.
</p>
<p>
In the upper left-hand corner, I have the autistic spectrum, with<br />
Aspergers, autism, and attention deficit hyperactivity disorder,<br />
which I have myself.  These bring with them their own requirements for<br />
information presentation and processing.
</p>
<p>
Finally, in the right-hand quadrant, the various learning<br />
disabilities, many of which may co-occur with disorders in the<br />
autistic spectrum: dyslexia, dyscalculia &#8212; difficulty in learning or<br />
understanding mathematics &#8212; dysgraphia&#8211;difficulty in the ability to write &#8212; and<br />
dyspraxia, the partial loss of the ability to coordinate and perform certain<br />
purposeful movements and gestures.
</p>
<p>
I have specifically omitted mental disorders like bipolar disorder and<br />
depression, as they don&#8217;t affect the presentation or access to learning so<br />
much.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-004.jpg" alt="Challenges Slide #1" />
</div>
<div class="captionTitle">
<p>
Challenges (1)</p>
</div>
<div class="captionText">
<p>
So what are some of the challenges affecting the disabled in e-learning?  One of them is the variety of interfaces and how accessible those interfaces are to<br />
various disabilities.
</p>
<p>
At the top we have Plurk, a microblogging service like Twitter,<br />
where you have 140 characters to explore what you&#8217;re doing now.  Unlike<br />
Twitter, Plurk is threaded (see the threaded example inset) and is<br />
displayed on a timeline.  The interface, though, is quirky and<br />
difficult to use by non-disabled on portable devices, like the iPhone.<br />
If you had a mobility problem, with all the fine clicking and<br />
moving of the mouse to choose between different threads, Plurk would be<br />
very difficult to use.  Twitter, in comparison, is very linear, and accessible<br />
to people on different devices and those using assistive software.
</p>
<p> On the bottom is Seesmic&#8217;s interface.  Seesmic is a video blogging or<br />
a video conversation site.</p>
<p>Some of the interface issues can be overcome by better design.  Unfortunately,<br />
we don&#8217;t always have control over the design of materials used in e-learning.<br />
I just read about a new adaptive interface system called Supple, presented by<br />
Dan Weld et al. at this year&#8217;s AAAI convention in Chicago in July.   If you&#8217;ve<br />
ever used a Palm Pilot, you might recall that the first thing it asks you to do<br />
is tap the screen in various corners, so it can calibrate how accurate you are<br />
pointing on the screen with the stylus.  Supple does something similar but<br />
with user interfaces and then can rearrange the interface elements to accommodate<br />
motor problems, for example.  Dan Weld&#8217;s team indicated that one of potential<br />
application areas for this was web pages and I know that Niall Sclater at the Open University is already interested in it for exactly that.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-005.jpg" alt="Challenges Slide #2" />
</div>
<div class="captionTitle">
<p>
Challenges (2)</p>
</div>
<div class="captionText">
<p>
Closely related to different interfaces is the multiple methods of<br />
content delivery possible in e-learning: slides, spreadsheets,<br />
PDF documents, word processing documents, and audio-video<br />
presentations.  Each of which presents its own accessibility issues.
</p>
<p> Some of them require special equipment, like book readers or<br />
screen readers or mobility assist devices to aid in pointing, typing,<br />
or clicking.  Some of this equipment is very expensive, so there&#8217;s an<br />
issue of financial accessibility as well.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-006.jpg" alt="Challenges Slide #3" />
</div>
<div class="captionTitle">
<p>
Challenges (3)</p>
</div>
<div class="captionText">
<p>
Once media accessibility has been addressed, there are still the traditional<br />
issues around content support.  This is a challenge that all students<br />
face.
</p>
<p>Disabled students may also have a challenge in finding adequate support<br />
for their specialized assistive software or equipment.  At the Open<br />
University, a student&#8217;s tutor is often their first port of call for problems,<br />
so it&#8217;s not unreasonable to expect some ideas about how to solve common<br />
technical issues or know where to point students for help.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-007.jpg" alt="Challenges Slide #4" />
</div>
<div class="captionTitle">
<p>
Challenges (4)</p>
</div>
<div class="captionText">
<p>
More so than other students, disabled students are more likely to<br />
suffer from emotional issues related to returning to study or<br />
taking university courses via distance education.  That might include<br />
doing too much or too little, perfectionism (not that I know anything<br />
about that!), not wanting to be a special case, confidence, and<br />
self-image problems.  The last three are particularly common.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-008.jpg" alt="Challenges Slide #5" />
</div>
<div class="captionTitle">
<p>
Challenges (5)</p>
</div>
<div class="captionText">
<p>
A familiar problem to everyone in distance education is that of<br />
students feeling isolated.  This is a not-so-familiar problem for<br />
undergraduate students at traditional bricks-and-mortar institutions<br />
and very familiar for many disabled who may have spent a lifetime already<br />
feeling &#8220;different&#8221; and left out.
</p>
<p>The good news here is that a lot of the isolation can be overcome<br />
with Learning 2.0, a topic I&#8217;ll return to later on in the presentation.
</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-009.jpg" alt="Modes of Delivery Slide" />
</div>
<div class="captionTitle">
<p>
Modes of Delivery</p>
</div>
<div class="captionText">
<p>
E-learning modes of content delivery can be broken down into<br />
three areas: Web 2.0, Web 1.0, and printed materials.  Web 2.0 can be<br />
thought of as the new, more interactive types of web site and<br />
online activities: Plurk/Twitter, blogs and wikis, Second Life, the video<br />
sites like Seesmic, YouTube, and Flickr.  It can also include things<br />
like podcasts, an area the Open University has recently joined in<br />
partnership with iTunes U. These allow people to create content, often<br />
collaboratively, and then easily share it with others who may then<br />
modify it or comment on it.
</p>
<p>Web 1.0 is typified by traditional, static web pages,<br />
converted PowerPoint presentations, and PDF documents.  The possibilities for<br />
interactivity are very minimal.  This is a very traditional and common way<br />
of presenting material online and probably not about to be supplanted<br />
completely by Web 2.0 applications in the near future.
</p>
<p>And, as much as we&#8217;d like to claim we&#8217;re a paperless university, the<br />
truth of the matter is we still have books and other printed materials.<br />
Web-based content can be made accessible sometimes with screen readers. Even<br />
with book readers, though, sometimes printed content is inaccessible.  For example,<br />
on TT281, our course text had commentary in inset blocks and code on the rest<br />
of the page.  Our blind student was unable to &#8220;read&#8221; the book satisfactory because<br />
of the layout.  We contacted the publisher but, because of when we were first<br />
alerted to the problem, there was insufficient time to have something appropriate<br />
made available.</p>
<p>I just read about two recent initiatives by JISC TechDis, the Publishers<br />
Association, and the RNIB that might help in such situations.  The first is<br />
&#8220;Publisher Lookup UK&#8221; where participating publishers provide contact<br />
addresses for having special arrangements of their materials made available.<br />
The second initiative is a guide to obtaining textbooks in alternative forms,<br />
providing advice on where to go, what to expect, and what questions to ask.</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-010.jpg" alt="Modes of Delivery Slide" />
</div>
<div class="captionTitle">
<p>
Long-Tail Learning</p>
</div>
<div class="captionText">
<p>
Wikis, blogs, and social networking sites can help form the backbone of<br />
Learning 2.0, synonymous with long-tail learning.  I first read about this<br />
back in January this year in another <i>Educause</i> article called<br />
&#8220;<i>Minds on Fire: Open Education, the Long Tail and Learning 2.0</i>&#8220;.<br />
In this article, Brown et al. discuss how 80% of sales in a bookstore<br />
come from 20% of the titles.  That&#8217;s the fat part of the &#8220;tail.&#8221;  Amazon,<br />
Chapters, and Borders turned that around by offering a huge selection, so<br />
large that the majority of their sales actually comes from the &#8220;long tail&#8221; of the<br />
sales curve.  In education, content delivery is the fat part of the &#8220;tail&#8221;<br />
but the &#8220;long tail&#8221; comes from people&#8217;s interactions with learning and knowledge.</p>
<p>So in &#8220;long-tail learning&#8221;, Brown says that learning is a social activity<br />
and that understanding is socially constructed.  This is contrasted with<br />
E-Learn 1.0, which was<br />
Cartesian learning, where knowledge is substance.  That is, teachers<br />
impart &#8220;knowledge&#8221; to their students who somehow &#8220;learn it&#8221;.  Learning is a<br />
commodity to be boxed up and distributed.</p>
<p>Social networks are a strong, positive force here, especially for the disabled<br />
as they&#8217;re not restricted from participating by their disabilities, unlike<br />
possibly real-world social networking.  We know that students benefit from<br />
study groups, because they engage more with the material.  Blogs, wikis, and<br />
social networks offer a powerful opportunity for the disabled.</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-011.jpg" alt="E-Learn 2.0 Opportunity Slide" />
</div>
<div class="captionTitle">
<p>
E-Learn 2.0 Opportunity</p>
</div>
<div class="captionText">
<p>
I think e-learning for the disabled isn&#8217;t so much a challenge as<br />
an opportunity to provide a level playing field.  However, that<br />
opportunity will only be there if we remember certain things.<br />
The first is to adhere to standards, like those<br />
proposed by the W3C Web Accessibility Initiative and WebAIM.  Stay away from technologies that are accessibility unfriendly, like<br />
Flash, or provide alternative access to the content if it&#8217;s core to the<br />
learning experience.</p>
<p>It&#8217;s an opportunity if we focus on accessibility, both in terms of<br />
access to the content and in terms of the content itself.  I haven&#8217;t spoken a lot about web-based<br />
accessibility as I teach courses here at the Open University and author<br />
course content on it, discussed in my original application and in my CV, but<br />
I will add the following comments about content: write<br />
clearly and comprehensibly, and use white space appropriately; engage in sensible paragraph planning paragraphs for<br />
those with attentional or focussing difficulties.  Accessibility<br />
isn&#8217;t just about the disabled.   Paying attention to these details<br />
benefits everyone.</p>
<p>Finally, it&#8217;s an opportunity if we remember our primary motivation:</p>
</div>
</div>
<div class="einTable">
<div align="center">
<img src="http://einiverse.eingang.org/archives/H810-Interview-012.jpg" alt="Primary Motivation Slide" />
</div>
<div class="captionTitle">
<p>
Primary Motivation</p>
</div>
<div class="captionText">
<p>
Teach, yes, but also foster a willingness (and ability) to learn and to continue<br />
to learn.</p>
<p>In conclusion, lifelong learning is compatible with long-tail learning.  Social networks can go on long after the &#8220;course&#8221; ends.  E-learning does have challenges for the disabled, but it&#8217;s also a<br />
great opportunity to move forward by using E-Learn 2.0 and Web 2.0 in a<br />
focussed, accessible way.</p>
</div>
</div>
<div class="einTable">
<div class="captionTitle">
<p>
Contact Details</p>
</div>
<div class="captionText">
<p>
Michelle A. Hoyle &#8212; August 19th, 2008.  <br />
http://einiverse.eingang.org/ <br />
eingang AT sussex DOT ac DOT uk</p>
</div>
</div>
<p><a name="h810downloads" /></p>
<p><strong>Downloadable Resources:</strong><br />
- <a href="/publications/2008H810-interview-presentation.pdf" title="H810 Interview Presentation as A4 PDF Pages">A4 PDF Version of H810 Interview Talk on Challenges Affecting the Disabled in E-Learning</a> (1.5 MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2008/08/25/the-2008-h810-interview-presentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using OmniDazzle in Apple Keynote Presentations</title>
		<link>http://einiverse.eingang.org/2008/08/02/using-omnidazzle-in-apple-keynote-presentations/</link>
		<comments>http://einiverse.eingang.org/2008/08/02/using-omnidazzle-in-apple-keynote-presentations/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 12:14:49 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Keynote]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Omnidazzle]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2008/08/02/using-omnidazzle-in-apple-keynote-presentations/</guid>
		<description><![CDATA[How to enable OmniDazzle and other applications to draw on Keynote screens while presenting.]]></description>
			<content:encoded><![CDATA[<p>I was recently recording a narrated Keynote presentation for display on the web and found myself wanting to use the OmniGroup&#8217;s very cool <a href="http://www.omnigroup.com/applications/omnidazzle">OmniDazzle</a> screen effects program in conjunction with Apple&#8217;s <a href="http://www.apple.com/keynote">Keynote</a> presentation package.  Unfortunately, by default, Keynote doesn&#8217;t play well with other applications, as it intercepts all the keyboard commands.  You can, however, convince it to play nicely very easily. Here&#8217;s what you need to do.</p>
<ol>
<li>
<p><span class="stepitem">Open the Keynote preferences</span>. This is in the program menu (or Apple/Cmd ,).</p>
</li>
<li>
<p>Go to the <span class="stepitem">&#8220;Slideshow&#8221; tab</span>.</p>
</li>
<li>
<p>Ensure that <span class="stepitem">&#8220;Allow Exposé, Dashboard and others to use screen&#8221;</span> is enabled with a checkmark beside it.</p>
</li>
</ol>
<p>That&#8217;s it!  Now you can use OmniDazzle in your Keynote presentations.</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2008/08/02/using-omnidazzle-in-apple-keynote-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In progress!</title>
		<link>http://einiverse.eingang.org/2008/06/14/in-progress/</link>
		<comments>http://einiverse.eingang.org/2008/06/14/in-progress/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:28:18 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2008/06/14/in-progress/</guid>
		<description><![CDATA[I&#8217;m currently working on my HEA accreditation again. I told the facilitator that this would be the year I would succeed. Unfortunately, I&#8217;m rapidly running out of time. I need to make a huge push next weekend to get the bulk of it done and out the door. It&#8217;s been so low-priority that it keeps [...]]]></description>
			<content:encoded><![CDATA[<div class="goalentry">
<p>I&#8217;m currently working on my <span class="caps">HEA</span> accreditation again.  I told the facilitator that this would be the year I would succeed.  Unfortunately, I&#8217;m rapidly running out of time.  I need to make a huge push next weekend to get the bulk of it done and out the door.  It&#8217;s been so low-priority that it keeps falling off my radar.</p>
</div>
<div class="goalprogresslink">See more progress on: <a href="http://www.43things.com/people/progress/Eingang?on=1001997">Gain HEA accreditation</a></div>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2008%2F06%2F14%2Fin-progress%2F&amp;linkname=In%20progress%21" 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%2F2008%2F06%2F14%2Fin-progress%2F&amp;linkname=In%20progress%21" 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%2F2008%2F06%2F14%2Fin-progress%2F&amp;linkname=In%20progress%21" 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%2F2008%2F06%2F14%2Fin-progress%2F&amp;linkname=In%20progress%21" 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/2008/06/14/in-progress/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2008%2F06%2F14%2Fin-progress%2F&amp;title=In%20progress%21" id="wpa2a_2">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2008/06/14/in-progress/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>
	</channel>
</rss>
