<?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>Javascript for language learning</title>
	<atom:link href="http://mackichan.e-lang.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://mackichan.e-lang.co.uk</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 17:33:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Paragrapher</title>
		<link>http://mackichan.e-lang.co.uk/2010/02/paragrapher/</link>
		<comments>http://mackichan.e-lang.co.uk/2010/02/paragrapher/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:35:35 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=26</guid>
		<description><![CDATA[<p>I wrote this exercise because I wanted to give my students some practice in paragraphing. The idea was to produce an online version of the standard kind of exercise where students divide a piece of continuous text into different paragraphs. It&#8217;s pretty simple stuff &#8211; the user is told how many paragraphs there are and [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this exercise because I wanted to give my students some practice in paragraphing. The idea was to produce an online version of the standard kind of exercise where students divide a piece of continuous text into different paragraphs. It&#8217;s pretty simple stuff &#8211; the user is told how many paragraphs there are and can make a paragraph by clicking at the end of a sentence. Choices can be changed and when the user is satisfied they can check their answers. They get overall feedback and can also get feedback about right or wrong choices at a click. They can continue the task until they are successful.</p>
<p>As this is an exercise type that is quite simple, but is also one I use quite a lot at certain times of the academic year, I am making an authoring tool for this which should be ready for beta testing at the beginning of march.</p>
<p><a class="large blue awesome" onclick="document.location='../call/jppara/para.html';">GO &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2010/02/paragrapher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Choice Cloze 2.0</title>
		<link>http://mackichan.e-lang.co.uk/2007/02/multiple-choice-cloze-20/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/multiple-choice-cloze-20/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 16:08:14 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/2007/02/14/multiple-choice-cloze-20/</guid>
		<description><![CDATA[<p>I have rewritten the code for the multiple choice cloze so that it avoids the use of pop-up windows. I have also made the code a little simpler. The tool is now more or less complete and I am planning to try writing an authoring program using Java. This may take me a little while [...]]]></description>
			<content:encoded><![CDATA[<p>I have rewritten the code for the multiple choice cloze so that it avoids the use of pop-up windows. I have also made the code a little simpler. The tool is now more or less complete and I am planning to try writing an authoring program using Java. This may take me a little while as I have not used Java a great deal and my only real experience is with VB. Java, however, does have the advantage of being able to run on any  platform.</p>
<p><a class="large blue awesome" onclick="document.location='../../call/mccloze/mccloze.html';">GO &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/multiple-choice-cloze-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialog Builder</title>
		<link>http://mackichan.e-lang.co.uk/2007/02/dialog-builder/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/dialog-builder/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 16:02:12 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/</guid>
		<description><![CDATA[<p>I have finally got round to finishing the Dialog Builder. I wanted a tool that would allow students to do some work on situational dialogues before attending a class, to act as a sort of warmer. The student hears one part of a dialogue and then chooses from a list of possible responses. If they [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally got round to finishing the Dialog Builder. I wanted a tool that would allow students to do some work on situational dialogues before attending a class, to act as a sort of warmer. The student hears one part of a dialogue and then chooses from a list of possible responses. If they choose correctly they will hear the next part of the dialogue, until they complete the task.</p>
<p>The activity makes use of JavaScript to control audio being streamed with Real Player.</p>
<p><a class="large blue awesome" onclick="document.location='../../call/dialog/dialog.html';">GO &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/dialog-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Navigation 1.0</title>
		<link>http://mackichan.e-lang.co.uk/2006/05/page-navigation-01-alpha/</link>
		<comments>http://mackichan.e-lang.co.uk/2006/05/page-navigation-01-alpha/#comments</comments>
		<pubDate>Wed, 31 May 2006 08:03:37 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Javascript Snippet]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=18</guid>
		<description><![CDATA[<p>A while ago I wanted to include a simple navigation bar / indicator at the top of each page in a sequence of pages. The idea was that the user could use it to move between pages in a sequence and at the same time get a clear indication of their progress in the sequence. [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I wanted to include a simple navigation bar / indicator at the  top of each page in a sequence of pages. The idea was that the user could use it  to move between pages in a sequence and at the same time get a clear indication  of their progress in the sequence. I wanted them to be able to see how much they  had done and how much remained to be done. The result is this simple script.</p>
<p><a class="large blue awesome" onclick="document.location='http://mackichan.e-lang.co.uk/javascript/navbox/navbox01.html';">GO &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2006/05/page-navigation-01-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

