<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mediator 9: Storing and Displaying User Input Data</title>
	<atom:link href="http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 22:27:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Palecek</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/comment-page-1/#comment-333</link>
		<dc:creator>Mike Palecek</dc:creator>
		<pubDate>Sat, 10 Dec 2011 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=323#comment-333</guid>
		<description>Jeremy, thanks for your efforts with these great tutorials.  I was trying to put variables into Text objects, to no avail.  You put me on the right track!!  Looking forward to watching the rest of your screencasts.  THANKS!!!</description>
		<content:encoded><![CDATA[<p>Jeremy, thanks for your efforts with these great tutorials.  I was trying to put variables into Text objects, to no avail.  You put me on the right track!!  Looking forward to watching the rest of your screencasts.  THANKS!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James McNaughton</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/comment-page-1/#comment-230</link>
		<dc:creator>James McNaughton</dc:creator>
		<pubDate>Wed, 24 Nov 2010 11:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=323#comment-230</guid>
		<description>Thanks for doing these tutorials, they&#039;ve been incredibly useful.
Is it possible to display superscripts in Input Objects?  I&#039;m trying to make an algebra quiz using random numbers, but putting the squared in a separate text box means it ends up in the wrong place depending on the variables involved.  I managed to come up with a fix that involved nested Ifs with 24 outcomes and I can&#039;t bring myself to do another question in that way.</description>
		<content:encoded><![CDATA[<p>Thanks for doing these tutorials, they&#8217;ve been incredibly useful.<br />
Is it possible to display superscripts in Input Objects?  I&#8217;m trying to make an algebra quiz using random numbers, but putting the squared in a separate text box means it ends up in the wrong place depending on the variables involved.  I managed to come up with a fix that involved nested Ifs with 24 outcomes and I can&#8217;t bring myself to do another question in that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Welsh</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/comment-page-1/#comment-226</link>
		<dc:creator>Andrew Welsh</dc:creator>
		<pubDate>Mon, 01 Nov 2010 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=323#comment-226</guid>
		<description>Thanks for the speedy response, I will take another look at the drag and drop tutorial.
Will keep you posted.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the speedy response, I will take another look at the drag and drop tutorial.<br />
Will keep you posted.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/comment-page-1/#comment-225</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 28 Oct 2010 16:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=323#comment-225</guid>
		<description>Thanks for the positive feedback, Andy! Have you tried watching the Drag &amp; Drop episode? That covers much of what you want to do - only with a drag and drop activity rather than text input. </description>
		<content:encoded><![CDATA[<p>Thanks for the positive feedback, Andy! Have you tried watching the Drag &#038; Drop episode? That covers much of what you want to do &#8211; only with a drag and drop activity rather than text input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Welsh</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-storing-and-displaying-user-input-data/comment-page-1/#comment-224</link>
		<dc:creator>Andrew Welsh</dc:creator>
		<pubDate>Thu, 28 Oct 2010 14:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=323#comment-224</guid>
		<description>hi,
I am very impressed with your video tutorials. I was hoping that you could help with a problem I am having. I am trying to achieve a text entry exercise whereby the correct answer will receive cheers and the incorect answer will recieve a weeping noise.

I have created this using If and Else statements:

If True
Then
Assign varAngel = AngelInput=&quot;twenty&quot;
Sound .....cheering.wav

Else
Assign varAngel = AngelInput=&quot;&quot;
Sound ....crying.wav

It appears that the cheering.wav file plays regardless of the entry in the text box.

I have worked in the past using Flash and actionscript but I cannot seem to make this work.

Hope that you can advise,

Thanks in advance,
Andrew</description>
		<content:encoded><![CDATA[<p>hi,<br />
I am very impressed with your video tutorials. I was hoping that you could help with a problem I am having. I am trying to achieve a text entry exercise whereby the correct answer will receive cheers and the incorect answer will recieve a weeping noise.</p>
<p>I have created this using If and Else statements:</p>
<p>If True<br />
Then<br />
Assign varAngel = AngelInput=&#8221;twenty&#8221;<br />
Sound &#8230;..cheering.wav</p>
<p>Else<br />
Assign varAngel = AngelInput=&#8221;"<br />
Sound &#8230;.crying.wav</p>
<p>It appears that the cheering.wav file plays regardless of the entry in the text box.</p>
<p>I have worked in the past using Flash and actionscript but I cannot seem to make this work.</p>
<p>Hope that you can advise,</p>
<p>Thanks in advance,<br />
Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

