<?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: jQuizMe 2.0 Released.</title>
	<atom:link href="http://bateru.com/news/2009/07/jquizme-2-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://bateru.com/news/2009/07/jquizme-2-0-released/</link>
	<description>Writing software and articles to help improve understanding. - Larry Battle</description>
	<lastBuildDate>Fri, 11 May 2012 19:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1046</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Fri, 11 May 2012 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1046</guid>
		<description>Use the statusUpdate function. The object from the first parameter has a method called &quot;nextQuestion&quot;. Call that when you want to change to the next function. http://code.google.com/p/jquizme/wiki/statusUpdate</description>
		<content:encoded><![CDATA[<p>Use the statusUpdate function. The object from the first parameter has a method called &#8220;nextQuestion&#8221;. Call that when you want to change to the next function. <a href="http://code.google.com/p/jquizme/wiki/statusUpdate" rel="nofollow">http://code.google.com/p/jquizme/wiki/statusUpdate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charan</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1045</link>
		<dc:creator>Charan</dc:creator>
		<pubDate>Fri, 11 May 2012 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1045</guid>
		<description>
i have removed  check it and next buttons.. now 
How can i change to next question when click on options..

setCheckAndNextBtn = function(){
				var isFlashCard = &#039;&#039;;
				
				$(&quot;.q-ans&quot;,currQuiz).click( function(){
					
					//$(&quot;#wcharan&quot;,currQuiz).click( function(){
					//	alert(&quot;dfdsf&quot;)
		

now i used like tyhis to change to next question.. ie when click on answers div its go to next question....
</description>
		<content:encoded><![CDATA[<p>i have removed  check it and next buttons.. now<br />
How can i change to next question when click on options..</p>
<p>setCheckAndNextBtn = function(){<br />
				var isFlashCard = &#8221;;</p>
<p>				$(&#8220;.q-ans&#8221;,currQuiz).click( function(){</p>
<p>					//$(&#8220;#wcharan&#8221;,currQuiz).click( function(){<br />
					//	alert(&#8220;dfdsf&#8221;)</p>
<p>now i used like tyhis to change to next question.. ie when click on answers div its go to next question&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ch</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1044</link>
		<dc:creator>ch</dc:creator>
		<pubDate>Fri, 11 May 2012 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1044</guid>
		<description>thanks.. its works charm</description>
		<content:encoded><![CDATA[<p>thanks.. its works charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Araoli</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1043</link>
		<dc:creator>Araoli</dc:creator>
		<pubDate>Thu, 10 May 2012 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1043</guid>
		<description>Dear All,

I got the solution.

If you use the hexa decimal code for the symbols, Jquizme works fine. 

The hex codes are available in the following link
http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html

For ex, if you want to put ohms symbol, u03A9 use this. u has to be put in place of &amp;#x.

regards.

M. Araoli</description>
		<content:encoded><![CDATA[<p>Dear All,</p>
<p>I got the solution.</p>
<p>If you use the hexa decimal code for the symbols, Jquizme works fine. </p>
<p>The hex codes are available in the following link<br />
<a href="http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html" rel="nofollow">http://tlt.its.psu.edu/suggestions/international/bylanguage/greekchart.html</a></p>
<p>For ex, if you want to put ohms symbol, u03A9 use this. u has to be put in place of &amp;#x.</p>
<p>regards.</p>
<p>M. Araoli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1041</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Tue, 08 May 2012 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1041</guid>
		<description>Preload the images.
http://stackoverflow.com/questions/476679/preloading-images-with-jquery</description>
		<content:encoded><![CDATA[<p>Preload the images.<br />
<a href="http://stackoverflow.com/questions/476679/preloading-images-with-jquery" rel="nofollow">http://stackoverflow.com/questions/476679/preloading-images-with-jquery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charan</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1040</link>
		<dc:creator>Charan</dc:creator>
		<pubDate>Tue, 08 May 2012 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1040</guid>
		<description>i have used Images as questions.. but it takes long time load question .. can u give me any suggestion</description>
		<content:encoded><![CDATA[<p>i have used Images as questions.. but it takes long time load question .. can u give me any suggestion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1038</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Mon, 07 May 2012 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1038</guid>
		<description>Read the source for &quot;Learn those kana&quot;.
http://code.google.com/p/learn-those-kana/

You can to read main.js
http://www.bateru.com/jquery/learn-those-kana/js/main.js

Pay close attention to the functions makeQuiz, getQuizQues,
getQuizOptions, getLang.</description>
		<content:encoded><![CDATA[<p>Read the source for &#8220;Learn those kana&#8221;.<br />
<a href="http://code.google.com/p/learn-those-kana/" rel="nofollow">http://code.google.com/p/learn-those-kana/</a></p>
<p>You can to read main.js<br />
<a href="http://www.bateru.com/jquery/learn-those-kana/js/main.js" rel="nofollow">http://www.bateru.com/jquery/learn-those-kana/js/main.js</a></p>
<p>Pay close attention to the functions makeQuiz, getQuizQues,<br />
getQuizOptions, getLang.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aravolibsnl</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1037</link>
		<dc:creator>Aravolibsnl</dc:creator>
		<pubDate>Mon, 07 May 2012 11:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1037</guid>
		<description>Hi Larry,

It is amazing pllug-in.

In case of using symbols like theta (&#977;), pie (&#960;) square root etc., in ans, even if the user chooses the correct one, it shows as wrong.

</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>It is amazing pllug-in.</p>
<p>In case of using symbols like theta (&thetasym;), pie (&#960;) square root etc., in ans, even if the user chooses the correct one, it shows as wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soms</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1033</link>
		<dc:creator>Soms</dc:creator>
		<pubDate>Sat, 05 May 2012 06:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1033</guid>
		<description>hiii larry,


 how add levels to quiz</description>
		<content:encoded><![CDATA[<p>hiii larry,</p>
<p> how add levels to quiz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larrybattle</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1026</link>
		<dc:creator>larrybattle</dc:creator>
		<pubDate>Mon, 30 Apr 2012 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-1026</guid>
		<description>Use the options.statusUpdate function.

Your code might look like this.
&lt;code&gt;
  options.statusUpdate = function( quizInfo, $quiz ){
        // The page will be redirect to a google if there is more than one question right on quit.
        if( !quizInfo.hasQuit ){
            $( &quot;#score&quot; ).text( &quot;Score: &quot;+ quizInfo.score );
        }
    };
&lt;/code&gt;

Demo: 
http://jsfiddle.net/ThDgL/</description>
		<content:encoded><![CDATA[<p>Use the options.statusUpdate function.</p>
<p>Your code might look like this.<br />
<code><br />
  options.statusUpdate = function( quizInfo, $quiz ){<br />
        // The page will be redirect to a google if there is more than one question right on quit.<br />
        if( !quizInfo.hasQuit ){<br />
            $( "#score" ).text( "Score: "+ quizInfo.score );<br />
        }<br />
    };<br />
</code></p>
<p>Demo:<br />
<a href="http://jsfiddle.net/ThDgL/" rel="nofollow">http://jsfiddle.net/ThDgL/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

