<?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, 03 Feb 2012 17:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-990</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 01 Feb 2012 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-990</guid>
		<description>That feature will be in the next release. I&#039;m trying to push it so that it&#039;s release before Feb 13, 2012. </description>
		<content:encoded><![CDATA[<p>That feature will be in the next release. I&#8217;m trying to push it so that it&#8217;s release before Feb 13, 2012.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-989</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-989</guid>
		<description>Hello,
Great job you&#039;ve done!!
I was wondering if there is a way to display a set of question at one time, and not only one?
Thanks for your work
Laurent</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great job you&#8217;ve done!!<br />
I was wondering if there is a way to display a set of question at one time, and not only one?<br />
Thanks for your work<br />
Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-968</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-968</guid>
		<description>The options alwaysShowAnsInfo might be what you&#039;re looking for.
The default value is false.
All the settings are in the _settings variable in jQuizMe-2.2.js

Here&#039;s a link.
Link: &lt;a href=&quot;http://code.google.com/p/jquizme/source/browse/releases/pre-release%20of%20jQuizMe%202.2%20fixed/jQuizMe-2.2.js&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/jquizme/source/browse/releases/pre-release%20of%20jQuizMe%202.2%20fixed/jQuizMe-2.2.js&lt;/a&gt;

Line: from 207, to 234

So you might want to try this.
&lt;pre lang=&quot;javascript&quot;&gt;
var quiz = {
// questions and answers go here....
};
var options = {};
options.alwaysShowAnsInfo = true;
$( &quot;quiz&quot; ).jQuizMe( quiz, options );
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The options alwaysShowAnsInfo might be what you&#8217;re looking for.<br />
The default value is false.<br />
All the settings are in the _settings variable in jQuizMe-2.2.js</p>
<p>Here&#8217;s a link.<br />
Link: <a href="http://code.google.com/p/jquizme/source/browse/releases/pre-release%20of%20jQuizMe%202.2%20fixed/jQuizMe-2.2.js" rel="nofollow">http://code.google.com/p/jquizme/source/browse/releases/pre-release%20of%20jQuizMe%202.2%20fixed/jQuizMe-2.2.js</a></p>
<p>Line: from 207, to 234</p>
<p>So you might want to try this.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> quiz <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span>
<span style="color: #006600; font-style: italic;">// questions and answers go here....</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> options <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
options.<span style="color: #660066;">alwaysShowAnsInfo</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span>
$<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">&quot;quiz&quot;</span> <span style="color: #009900;">&#41;</span>.<span style="color: #660066;">jQuizMe</span><span style="color: #009900;">&#40;</span> quiz<span style="color: #339933;">,</span> options <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-967</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-967</guid>
		<description>No. That needs to be added.</description>
		<content:encoded><![CDATA[<p>No. That needs to be added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sankumard</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-966</link>
		<dc:creator>Sankumard</dc:creator>
		<pubDate>Fri, 18 Nov 2011 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-966</guid>
		<description>Any option for displaying checkbox for selecting multiple answer</description>
		<content:encoded><![CDATA[<p>Any option for displaying checkbox for selecting multiple answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kat</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-965</link>
		<dc:creator>Kat</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-965</guid>
		<description>Hi Larry,
Sorry in advance if this has been addressed (couldn&#039;t find it anywhere). Is there any way to provide a custom explanation for each question after the user clicks on &quot;Check&quot;? The explanation would be there whether the user responds correctly or not. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi Larry,<br />
Sorry in advance if this has been addressed (couldn&#8217;t find it anywhere). Is there any way to provide a custom explanation for each question after the user clicks on &#8220;Check&#8221;? The explanation would be there whether the user responds correctly or not. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elechtron</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-964</link>
		<dc:creator>Elechtron</dc:creator>
		<pubDate>Fri, 28 Oct 2011 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-964</guid>
		<description>This works for me:

options.statusUpdate = function( quizInfo, $currQuiz ){
	if( quizInfo.hasQuit ){
	if( quizInfo.score = someValue){
	$(&quot;blockquote.q-statDetails&quot;).append ( &quot;someText&quot; );}
	else if(quizInfo.score = someOtherValue) {$(&quot;blockquote.q-statDetails&quot;).append ( &quot;someOtherText&quot; );}
	else {$(&quot;blockquote.q-statDetails&quot;).append ( &quot;someThirdText&quot; );}
...etc...
	}
};</description>
		<content:encoded><![CDATA[<p>This works for me:</p>
<p>options.statusUpdate = function( quizInfo, $currQuiz ){<br />
	if( quizInfo.hasQuit ){<br />
	if( quizInfo.score = someValue){<br />
	$(&#8220;blockquote.q-statDetails&#8221;).append ( &#8220;someText&#8221; );}<br />
	else if(quizInfo.score = someOtherValue) {$(&#8220;blockquote.q-statDetails&#8221;).append ( &#8220;someOtherText&#8221; );}<br />
	else {$(&#8220;blockquote.q-statDetails&#8221;).append ( &#8220;someThirdText&#8221; );}<br />
&#8230;etc&#8230;<br />
	}<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-944</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Aug 2011 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-944</guid>
		<description>Hi Larry,
Great plugin Thanks! How can we modify the results page to display certain images and/or text based on a users success? In that question how can we modify the layout of that page? 

=-Steve</description>
		<content:encoded><![CDATA[<p>Hi Larry,<br />
Great plugin Thanks! How can we modify the results page to display certain images and/or text based on a users success? In that question how can we modify the layout of that page? </p>
<p>=-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-1/#comment-943</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-943</guid>
		<description>Hi Larry,

I&#039;ve been trying your solution to do the same as Nathan, getting my quiz-questions from a mysql database. 

Unfortunately I&#039;m not skilled in JSON.... I can get my questions out of the database and in an associated array. But how do you call the array in the javascript var quiz?  
And what does data:&quot;topic=chemistry&quot; stand for?

Sorry for my questions,but I would love to use jQuizMe.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>I&#8217;ve been trying your solution to do the same as Nathan, getting my quiz-questions from a mysql database. </p>
<p>Unfortunately I&#8217;m not skilled in JSON&#8230;. I can get my questions out of the database and in an associated array. But how do you call the array in the javascript var quiz?<br />
And what does data:&#8221;topic=chemistry&#8221; stand for?</p>
<p>Sorry for my questions,but I would love to use jQuizMe.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjh</title>
		<link>http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-941</link>
		<dc:creator>sjh</dc:creator>
		<pubDate>Mon, 15 Aug 2011 04:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://bateru.com/news/?p=34#comment-941</guid>
		<description>Can this be done via status update and if so how would that be achieved?

=-s-=</description>
		<content:encoded><![CDATA[<p>Can this be done via status update and if so how would that be achieved?</p>
<p>=-s-=</p>
]]></content:encoded>
	</item>
</channel>
</rss>

