<?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>Pete &#187; JavaScript Activity</title>
	<atom:link href="http://mackichan.e-lang.co.uk/category/javascript-activity/feed/" rel="self" type="application/rss+xml" />
	<link>http://mackichan.e-lang.co.uk</link>
	<description>This website explores the use of javaScript to add interactivity to language learning materials. The main advantage of javascript is that it can be used to add a lot of interactivity yet web pages are still relatively small and fast to load. In addition no plug-ins need to be downloaded and installed.</description>
	<lastBuildDate>Tue, 23 Feb 2010 20:42:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Paragrapher</title>
		<link>http://mackichan.e-lang.co.uk/2010/02/23/paragrapher/</link>
		<comments>http://mackichan.e-lang.co.uk/2010/02/23/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[I wrote this exercise because I wanted to give my students some 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 [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this exercise because I wanted to give my students some 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 class="callbutton">
<input class="butt" onclick="document.location='../call/jppara/para.html';" type="button" value=" GO " /></p>
<p class="callitem">
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2010/02/23/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/14/multiple-choice-cloze-20/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/14/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[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.<br />
<center>
<p class="callbutton">
<input onclick="document.location='../../call/mccloze/mccloze.html';" class="butt" value=" GO " type="button" /></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/14/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/14/dialog-builder/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/14/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[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>
<div class="callbutton">
<input type="button" onclick="document.location='../../call/dialog/dialog.html';" class="butt" value=" GO " /></div>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonemic Hangman</title>
		<link>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/</link>
		<comments>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/#comments</comments>
		<pubDate>Sat, 05 Jun 2004 13:52:45 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=12</guid>
		<description><![CDATA[I have had a lot of useful feedback about my &#8216;Phonemic Hangman&#8217; activity. As a result I have made some changes which I hope will make it easier to use.
First of all, I have included a short introduction to strategy for playing phonemic hangman. Phonemic Hangman is as simple to play as any conventional Hangman [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a lot of useful feedback about my &#8216;Phonemic Hangman&#8217; activity. As a result I have made some changes which I hope will make it easier to use.</p>
<p>First of all, I have included a short introduction to strategy for playing phonemic hangman. Phonemic Hangman is as simple to play as any conventional Hangman activity, but it does require a different playing strategy. The aim of this introduction is to get users to think about the most common sounds in English, so that they can make useful guesses.</p>
<p>I have also incorporated a hints button. This allows the player to get help for one phonemic symbol at a cost of one life, and a further symbol at a cost of two lives. I am not sure whether one or two hints is best.</p>
<p>I have also changed it so that the spelling of the word is shown as well as it&#8217;s phonemic transcription.</p>
<p>Hopefully these changes will make the activity easier to use without changing the overall goal of the activity. Please give it a try &#8211;  I would be grateful for any feedback.</p>
<p><a href="http://users.otenet.gr/~petermac/call/phonhang/phonhang.html">http://users.otenet.gr/~petermac/call/phonhang/phonhang.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonemic Hangman</title>
		<link>http://mackichan.e-lang.co.uk/2004/03/24/phonemic-hangman/</link>
		<comments>http://mackichan.e-lang.co.uk/2004/03/24/phonemic-hangman/#comments</comments>
		<pubDate>Wed, 24 Mar 2004 13:43:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=11</guid>
		<description><![CDATA[This is the last exercise type in my series of exercises designed to practice phonemic script. This exercise works like conventional hangman, with the difference that the words to be guessed need to be &#8217;spelled&#8217; using phonemic symbols, entered with the buttons in the web-page.
Phonemic hangman is a lot more difficult than the conventional version. [...]]]></description>
			<content:encoded><![CDATA[<p>This is the last exercise type in my series of exercises designed to practice phonemic script. This exercise works like conventional hangman, with the difference that the words to be guessed need to be &#8217;spelled&#8217; using phonemic symbols, entered with the buttons in the web-page.</p>
<p>Phonemic hangman is a lot more difficult than the conventional version. The exercise allows seven wrong guesses, but this could be increased to make the task easier. All the words are connected with family relationships. Grouping words by theme means that this exercise can be used to recycle vocabulary. It also encourages the student to think, rather than just click randomly.  Can you think of any other ways that the words could be grouped?</p>
<p>I have used numbers rather than the traditional gallows &#8211; I would like a better visual metaphor but have not been able to come up with one.  Any suggestions?</p>
<p>The exercise is at:<br />
<a href="http://users.otenet.gr/~petermac/call/phonhang/phonhang.html">http://users.otenet.gr/~petermac/call/phonhang/phonhang.html</a></p>
<p>I would appreciate your feedback &#8211; you can use the &#8220;Report&#8221; button to post feedback to this weblog. I am sure there are bugs which I have yet to find.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2004/03/24/phonemic-hangman/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Phonemic Text &#8211; Text</title>
		<link>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-text/</link>
		<comments>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-text/#comments</comments>
		<pubDate>Tue, 09 Mar 2004 17:01:14 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=10</guid>
		<description><![CDATA[This exercise aims to practice transcription of words into phonemic symbols. The user is asked to transcribe words, one at a time, from a text prompt. They are given feedback on the correctness of their transcription and are able to correct it until they have it correct. They can also get help, by asking for [...]]]></description>
			<content:encoded><![CDATA[<p>This exercise aims to practice transcription of words into phonemic symbols. The user is asked to transcribe words, one at a time, from a text prompt. They are given feedback on the correctness of their transcription and are able to correct it until they have it correct. They can also get help, by asking for the next symbol.</p>
<p>The words I have chosen in this example are a fairly random selection of words that cause spelling/pronunciation problems. Words could be chosen that feature two or three basic sounds which are being practiced. Any other suggestions?</p>
<p>The exercise is at: <a href="http://users.otenet.gr/~petermac/call/phon/phontxt.html"></p>
<p>http://users.otenet.gr/~petermac/call/phon/phontxt.html</a></p>
<p>I would appreciate your feedback &#8211; you can use the &#8220;Report&#8221; button to post feedback to this weblog.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-text/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Phonemic Text &#8211; Audio</title>
		<link>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-audio/</link>
		<comments>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-audio/#comments</comments>
		<pubDate>Tue, 09 Mar 2004 16:50:13 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=9</guid>
		<description><![CDATA[This exercise is similar to the other transcription exercise, with the difference that the user hears the words, rather than sees them written. They can listen to the word as many times as they want.
The words I have chosen in this example contrast two vowel sounds. Have you got any other suggestions about how this [...]]]></description>
			<content:encoded><![CDATA[<p>This exercise is similar to the other transcription exercise, with the difference that the user hears the words, rather than sees them written. They can listen to the word as many times as they want.</p>
<p>The words I have chosen in this example contrast two vowel sounds. Have you got any other suggestions about how this could be used?</p>
<p>At the moment I am using RealPlayer to control the sound clips &#8211; but I am still having a lot of problems with this. I chose Real Player because it is widely used and easy to control with JavaScript, but it is not possible to display a volume control in Mozilla based browsers.</p>
<p>The exercise is at:<br />
<a href="http://users.otenet.gr/~petermac/call/phon/phonaudio.html">http://users.otenet.gr/~petermac/call/phon/phonaudio.html</a></p>
<p>I would appreciate your feedback &#8211; you can use the &#8220;Report&#8221; button to post feedback to this weblog.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2004/03/09/phonemic-text-audio/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
