<?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>Alex Little &#187; open university</title>
	<atom:link href="http://alexlittle.net/blog/tag/open-university/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 17:31:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HEAT Mobile demo app on Google Play</title>
		<link>http://alexlittle.net/blog/2012/05/09/heat-mobile-demo-app-on-google-play/</link>
		<comments>http://alexlittle.net/blog/2012/05/09/heat-mobile-demo-app-on-google-play/#comments</comments>
		<pubDate>Wed, 09 May 2012 12:50:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[HEAT]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mquiz]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[OU]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=2716</guid>
		<description><![CDATA[For info I&#8217;ve just published the HEAT demo app up on Google Play for anyone who is interested in having a look. Couple of notes&#8230; This is a work in progress so not everything may work as expected. Any feedback is welcome. To initially log in to the app, you&#8217;ll need to create an account [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alexlittle.net/blog/images/2012/05/screenshot-1336566265682-200x300.png" alt="" title="HEAT mobile screenshot" width="200" height="300" class="alignleft size-medium wp-image-2720" />For info I&#8217;ve just published the <a href="https://play.google.com/store/apps/details?id=org.digitalcampus.apps.heat.mobile">HEAT demo app up on Google Play</a> for anyone who is interested in having a look.</p>
<p>Couple of notes&#8230;</p>
<ul>
<li>This is a work in progress so not everything may work as expected. Any feedback is welcome.</li>
<li>To initially log in to the app, you&#8217;ll need to create an account on <a href="http://mquiz.org">mQuiz</a>. This is because any responses to the self assessment exercises are sent (if you are online) to be stored on mQuiz.</li>
<li>The embedded videos won&#8217;t be available, the videos aren&#8217;t included in the app on Google Play, they&#8217;re stored separately on the phone SD card (to keep the apk file size down). Please contact me if you&#8217;d like details about the videos we&#8217;re using.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2012/05/09/heat-mobile-demo-app-on-google-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenLearn content on mobiles</title>
		<link>http://alexlittle.net/blog/2012/05/03/openlearn-content-on-mobiles/</link>
		<comments>http://alexlittle.net/blog/2012/05/03/openlearn-content-on-mobiles/#comments</comments>
		<pubDate>Thu, 03 May 2012 08:39:39 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[HEAT]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mquiz]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=2692</guid>
		<description><![CDATA[Here is a brief overview of how I created the Android application with the HEAT content. It is very much a demo/prototype application, so I&#8217;m sure there are many other ways this could be done (maybe in a more generic approach). I used the plain zip download format of the HEAT modules (eg: http://labspace.open.ac.uk/blocks/formats/download_unit.php?id=6612) &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a brief overview of how I created the <a href="http://alexlittle.net/blog/2012/04/26/heat-content-on-smartphone-and-tablet/">Android application with the HEAT content</a>. It is very much a demo/prototype application, so I&#8217;m sure there are many other ways this could be done (maybe in a more generic approach).</p>
<p>I used the plain zip download format of the HEAT modules (eg: <a href="http://labspace.open.ac.uk/blocks/formats/download_unit.php?id=6612">http://labspace.open.ac.uk/blocks/formats/download_unit.php?id=6612</a>) &#8211; which essentially provides a set of static webpages of all the module content. I noticed a couple of issues with these downloads, for example some had incorrect references to images, and the contents page wasn&#8217;t in quite the right order, but no big problems.</p>
<p>I then used the <a href="http://phonegap.com/">PhoneGap</a> framework to turn this content into an Android application, just applying a revised stylesheet and adding a new header/footer for navigation. Initially I tried working with a whole HEAT module, but we found there was just too much text for anyone to be able to read comfortably, so we cut the content down to just the essential parts (introduction, learning outcomes, summary and SAQs). This was the part that probably took the most time, since it was a manual process to refactor the content in this way. </p>
<p>I&#8217;m sure there are ways this could be done in a more generic and less-manual way, perhaps using the OU XML to generate only these specific sections, but I suspect that we will always want to edit the content slightly for mobile devices, especially since we&#8217;ll be adding videos and perhaps some audio content too. Using the PhoneGap framework means that we should easily be able to transfer this application over to iPad/Blackberry/Windows Mobile applications with very little effort.</p>
<p>For embedding the videos, I used a <a href="http://simonmacdonald.blogspot.in/2011/11/video-player-plugin-for-phonegap.html">PhoneGap extension to allow the embedding of local video content</a>. The videos we&#8217;re testing out are from the <a href="http://vimeo.com/album/1826705">Global Health Media Project</a>, and are stored on the phone/tablet local SD card. We could include the videos directly in the Android apk package, but this is likely to make the apk quite large, plus we&#8217;ve not yet finalised which videos we&#8217;d like to embed.</p>
<p>The final part to all this is the interactive self assessment exercises. This is using a web app I have been developing over the last few weeks (<a href="http://mquiz.org">mQuiz</a>) and is designed to allow quizzes to be run offline. The quiz can be created then stored as a JSON object and a javascript library is then used to display the quiz to the user. If the user has an active internet connection then their responses are sent back to the mQuiz server, if they are working offline their responses are kept until a connection is available.</p>
<p>So we now have an Android application which can be run completely offline, with all the content, videos and quizzes pre-loaded onto the phone.</p>
<p>All of this is a work in progress, the code is up at: <a href="https://github.com/alexlittle/HEAT-Training-Android">https://github.com/alexlittle/HEAT-Training-Android</a>.  I&#8217;m sure there are areas where improvements to this could be made &#8211; any suggestions welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2012/05/03/openlearn-content-on-mobiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye OU &amp; thanks!</title>
		<link>http://alexlittle.net/blog/2008/08/29/goodbye-ou-thanks/</link>
		<comments>http://alexlittle.net/blog/2008/08/29/goodbye-ou-thanks/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 13:37:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iet]]></category>
		<category><![CDATA[kmi]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[openlearn]]></category>
		<category><![CDATA[OU]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=484</guid>
		<description><![CDATA[After over 7½ years at the OU, today is my last day. Still hasn&#8217;t quite yet sunk in that I&#8217;m leaving, or that in only 2 weeks time I&#8217;ll be beginning my placement in Ethiopia. I&#8217;ve really enjoyed working here, in IET, KMi and on the OpenLearn team, have learnt loads and have met lots [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexlittle.net/blog/images/2008/08/leaving.jpg"><img class="alignright size-medium wp-image-489" title="leaving presentation, 29-Aug-2008" src="http://alexlittle.net/blog/images/2008/08/leaving-300x199.jpg" alt="" width="300" height="199" /></a>After over 7½ years at the OU, today is my last day. Still hasn&#8217;t quite yet sunk in that I&#8217;m leaving, or that in only 2 weeks time I&#8217;ll be beginning my placement in Ethiopia.</p>
<p>I&#8217;ve really enjoyed working here, in IET, KMi and on the OpenLearn team, have learnt loads and have met lots of great people.</p>
<p>Also thanks for all your generosity in donating to VSO to help with the work they&#8217;re doing &#8211; very close to reaching my fundraising target now <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ll be making sure that I keep my blog up to date so you&#8217;ll be able to keep track of how things are going, so keep in touch and there&#8217;s an open invitation if you fancy a holiday in Ethiopia!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/08/29/goodbye-ou-thanks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social:Learn, SocialLearn and SociaLearn</title>
		<link>http://alexlittle.net/blog/2008/06/10/sociallearn-sociallearn-and-socialearn/</link>
		<comments>http://alexlittle.net/blog/2008/06/10/sociallearn-sociallearn-and-socialearn/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 06:47:09 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[OU]]></category>
		<category><![CDATA[sociallearn]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=378</guid>
		<description><![CDATA[The OU SocialLearn project has been running a little &#8216;behind the scenes&#8217; for the last few months and I&#8217;ve kept broadly up to date with what&#8217;s going on, but I&#8217;ve not been deeply involved (and OK, I&#8217;m still not sure what variation of the words &#8216;social&#8217; and &#8216;learn&#8217; make up the proper project title). Rather [...]]]></description>
			<content:encoded><![CDATA[<p>The OU SocialLearn project has been running a little &#8216;behind the scenes&#8217; for the last few months and I&#8217;ve kept broadly up to date with what&#8217;s going on, but I&#8217;ve not been deeply involved (and OK, I&#8217;m still not sure what variation of the words &#8216;social&#8217; and &#8216;learn&#8217; make up the proper project title). Rather than me explaining it all here,<a href="http://nogoodreason.typepad.co.uk/no_good_reason/2008/02/the-sociallearn.html"> Martin has posted an overview</a>.</p>
<p>The SocialLearn API is now available (though I don&#8217;t think it&#8217;s public yet), so I had a catch up with my colleagues Liam and Nick, who have each been building applications using the API. Liam&#8217;s work has been on &#8216;Microlearner&#8217; which  links up Twitter to the SocialLearn API, so you can post learning goals to Twitter and they&#8217;ll magically be available in your SocialLearn profile. 2Learner is Nicks application, which allows you to search for resources.</p>
<p>From chatting to Liam and Nick it seems there&#8217;s still a way to go with the API (unsurprising as it&#8217;s a work in progress), for example, there&#8217;s currently no way to relate a resource to a learning goals, but I think this may change in the future.</p>
<p>The API has much in common with the Facebook API, in that there is a core set of functions and associated data on the SocialLearn server, then any applications can build upon these, but these applications are siloed, (i.e. applications can&#8217;t share any other data than that available through the API). While this might be fine for Facebook, and is entirely appropriate for that (especially with all the privacy issues involved), I&#8217;m not sure if this approach may restrict the range of applications that may be developed with the API &#8211; I&#8217;m assuming throwing buns and being bitten by vampires are not top priorities for SocialLearn.</p>
<p>We had a think about how we can get Cohere talking to the SocialLearn API, and what makes sense as a demonstration using the 2 existing applications. What we came up with was the ability to import your learning goals into Cohere, and then be able to organise then in a more structured way, but additionally to allow you to push out any ideas you enter into Cohere as goals in SocialLearn. Each of these will be fairly trivial to do, albeit in a not very clever way&#8230; so best get on with it ready to demo next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/06/10/sociallearn-sociallearn-and-socialearn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

