<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OUseful.Info, the blog... &#187; Exploring ONCourse Data a Little More&#8230;</title>
	<atom:link href="http://blog.ouseful.info/2013/01/19/exploring-oncourse-data-a-little-more/feed/?withoutcomments=1" rel="self" type="application/rss+xml" />
	<link>http://blog.ouseful.info</link>
	<description>Trying to find useful things to do with emerging technologies in open education</description>
	<lastBuildDate>Wed, 19 Jun 2013 09:24:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.ouseful.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>OUseful.Info, the blog... &#187; Exploring ONCourse Data a Little More&#8230;</title>
		<link>http://blog.ouseful.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.ouseful.info/osd.xml" title="OUseful.Info, the blog..." />
	<atom:link rel='hub' href='http://blog.ouseful.info/?pushpress=hub'/>
		<item>
		<title>Exploring ONCourse Data a Little More&#8230;</title>
		<link>http://blog.ouseful.info/2013/01/19/exploring-oncourse-data-a-little-more/</link>
		<comments>http://blog.ouseful.info/2013/01/19/exploring-oncourse-data-a-little-more/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 14:21:14 +0000</pubDate>
		<dc:creator>Tony Hirst</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[coursedata]]></category>
		<category><![CDATA[oncourse]]></category>

		<guid isPermaLink="false">http://blog.ouseful.info/?p=9570</guid>
		<description><![CDATA[Following on from my preliminary tinkering with the University of Lincoln course data API, I had a bit more of a play last night&#8230; In particular, I started looking at the programme level to see how we might be able to represent the modules contained within it. Modules are associated with individual programmes, a core [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ouseful.info&#038;blog=325417&#038;post=9570&#038;subd=ouseful&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Following on from my <a href="http://blog.ouseful.info/2013/01/18/getting-oncourse-with-course-data/">preliminary tinkering with the University of Lincoln course data API</a>, I had a bit more of a play last night&#8230;</p>
<p>In particular, I started looking at the programme level to see how we might be able to represent the modules contained within it. Modules are associated with individual programmes, a <tt>core</tt> attribute specifying whether a module is &#8220;core&#8221; (presumably that means <em>required</em>).</p>
<p><a href="http://ouseful.files.wordpress.com/2013/01/oncourse-programme-core-module.png"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-programme-core-module.png?w=700" alt="oncourse programme core module"   class="alignnone size-full wp-image-9571" /></a></p>
<p>I thought it might be interesting to try to pull out a &#8220;core module&#8221; profile for each programme. Looking at the data available for each module, there were a couple of things that immediately jumped out at me as being &#8220;profileable&#8221; (sp?!) &#8211; assessment data (assessment method, weighting, whether it was group work or not):</p>
<p><a href="http://ouseful.files.wordpress.com/2013/01/oncourse-assessment.png"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-assessment.png?w=700" alt="oncourse assessment"   class="alignnone size-full wp-image-9572" /></a></p>
<p>and contact times (that is, hours of contact and contact type):</p>
<p><a href="http://ouseful.files.wordpress.com/2013/01/oncourse-contact.png"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-contact.png?w=700&#038;h=235" alt="oncourse contact" width="700" height="235" class="alignnone size-full wp-image-9573" /></a></p>
<p>I had some code kicking around for doing treemap views so I did a <a href="https://views.scraperwiki.com/run/uni_of_lincoln_oncourse_assessment_treemap/?progID=65">couple of quick demos</a> [<a href="https://scraperwiki.com/views/uni_of_lincoln_oncourse_assessment_treemap/">code</a>]. First up, a view over the assessment strategy for core modules in a particular programme:</p>
<p><a href="https://views.scraperwiki.com/run/uni_of_lincoln_oncourse_assessment_treemap/?progID=65"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-0-assessment-treemap.png?w=700&#038;h=548" alt="oncourse 0 assessment treemap" width="700" height="548" class="alignnone size-full wp-image-9574" /></a></p>
<p>(I really need to make explicit the programme&#8230;)</p>
<p>Blocks are coloured according to level and sized according to product of points value for the course and assessment type weighting.</p>
<p>We can also zoom in:</p>
<p><a href="https://views.scraperwiki.com/run/uni_of_lincoln_oncourse_assessment_treemap/?progID=65"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-assesssment-treemap-zoom.png?w=700&#038;h=571" alt="oncourse assesssment treemap zoom" width="700" height="571" class="alignnone size-full wp-image-9575" /></a></p>
<p>I took the decision to use colour to represent level, but it would also be possible to pull the level out into the hierarchy used to configure the tree (for example having Level 1, Level 2, Level 3 groupings at the top?) I initially used the weighting to set the block size, but then tweaked it to show the product of the weighting and the number of credit points for the module, so for example a 60 point module with exam weighting 50% would have size 60*0.5 = 30, whereas a 15 point module with exam weighting 80% would have size 15*0.8 = 12.</p>
<p>Note that there are other ways we could present these hierarchies. For example, another view might structure the tree as: programme &#8211; level &#8211; module &#8211; assessment type. Different arrangements can tell different stories, be differently meaningful to different audiences, and be useable in different ways&#8230; Part of the art comes from picking the view that is most appropriate for addressing a particular problem, question or intention.</p>
<p>Here&#8217;s an example of view over the contact hours associated with core modules in the same programme:</p>
<p><a href="https://views.scraperwiki.com/run/uni_of_lincoln_oncourse_assessment_treemap/?progID=65"><img src="http://ouseful.files.wordpress.com/2013/01/oncourse-contact-hours-treemap.png?w=700&#038;h=550" alt="oncourse contact hours treemap" width="700" height="550" class="alignnone size-full wp-image-9576" /></a></p>
<p>(Note that I didn&#8217;t make use of the group work attribute which should probably also be added in to the mix?).</p>
<p>Looking at different programmes, we can spot different sorts of profile. Note that there is a lot wrong with these visualisations, but I think they do act as a starting point for helping us think about what sorts of view we might be able to start pulling out of the data now it&#8217;s available. For example, how are programmes balanced in terms of assessment or contact over their core modules? One thing developing the above charts got me thinking about was how to step up a level to allow comparison of core module assessment and contact profiles across programmes leading to a particular qualification, or across schools? (I suspect a treemap is not the answer!)</p>
<p>It&#8217;s also worth noting that different sorts of view might be appropriate for different sorts of &#8220;customer&#8221;: potential student choosing a programme, student on a programme, programme manager, programme quality committee, and so on.</p>
<p>And it&#8217;s also worth noting that different visualisation types might give a more informative view over the same data structure. On my to do list is to have a play with viewing the data used above in some sort of <a href="http://bl.ocks.org/4063530">circular enclosure diagram</a> (or whatever that chart type is called!) for example. (See the next post in this series, which amongst other things made me realise how partial/fragmentary the data displayed in the above treemaps actually is&#8230;)</p>
<p>Having had a play, a couple more observations came to mind about the API. Firstly, it could be useful to annotate modules with a numerical (integer) attribute relating to a standardised educational level, such as the <a href="http://www.qaa.ac.uk/Publications/InformationAndGuidance/Documents/FHEQ08.pdf">FHEQ</a> levels. (At the moment, modules are given level descriptors along the lines of &#8220;Level 3&#8243;, relating to a third year course, akin to FHEQ level 6). Secondly, relating to assessment, it might be useful (down the line) to know how the grade achieved in a module at a particular level contributes to the final grade achieved at the end of the programme.</p>
<p>Playing with the data, I also found a little bug: in resources of the form <tt><a href="https://n2.online.lincoln.ac.uk/module_links/id/273" rel="nofollow">https://n2.online.lincoln.ac.uk/module_links/id/273</a></tt>, the <em>nuclues_url</em> is incorrectly given as <tt><a href="https://n2.online.lincoln.ac.uk/module_link/id/273" rel="nofollow">https://n2.online.lincoln.ac.uk/module_link/id/273</a></tt> (i.e. the incorrect path element <em>module_link</em> which should be <em>module_link<strong>s</strong></em>).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ouseful.wordpress.com/9570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ouseful.wordpress.com/9570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ouseful.info&#038;blog=325417&#038;post=9570&#038;subd=ouseful&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ouseful.info/2013/01/19/exploring-oncourse-data-a-little-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/abbd9f90565ce9ae4d065d93a81d8c03?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Tony Hirst</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-programme-core-module.png" medium="image">
			<media:title type="html">oncourse programme core module</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-assessment.png" medium="image">
			<media:title type="html">oncourse assessment</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-contact.png" medium="image">
			<media:title type="html">oncourse contact</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-0-assessment-treemap.png" medium="image">
			<media:title type="html">oncourse 0 assessment treemap</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-assesssment-treemap-zoom.png" medium="image">
			<media:title type="html">oncourse assesssment treemap zoom</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2013/01/oncourse-contact-hours-treemap.png" medium="image">
			<media:title type="html">oncourse contact hours treemap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
