<?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: PHP Quiz Source Code</title>
	<atom:link href="http://www.elanman.co.uk/2009/04/php-quiz-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/</link>
	<description>ElanMan&#039;s Code Snippets</description>
	<lastBuildDate>Tue, 24 Aug 2010 07:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shyam sundar awal</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-255</link>
		<dc:creator>shyam sundar awal</dc:creator>
		<pubDate>Sat, 24 Jul 2010 07:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-255</guid>
		<description>for my assigment ..i need simple quize code....so plz provid me code and how to connect with database...
thank you!!!</description>
		<content:encoded><![CDATA[<p>for my assigment ..i need simple quize code&#8230;.so plz provid me code and how to connect with database&#8230;<br />
thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-250</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-250</guid>
		<description>Hey Ben.

Still waiting for the revised version of the quiz sir!

Any ETA?</description>
		<content:encoded><![CDATA[<p>Hey Ben.</p>
<p>Still waiting for the revised version of the quiz sir!</p>
<p>Any ETA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElanMan</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-194</link>
		<dc:creator>ElanMan</dc:creator>
		<pubDate>Thu, 20 May 2010 21:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-194</guid>
		<description>Hey bigfan, I&#039;ve just taken the quiz and indeed the correct answer is always the first. Not sure why atm as it wasn&#039;t like that originally. I&#039;ve changed some of the online code a while back and have probably altered it. 
Have you downloaded the file? Chances are that that has the original code in it.
Apologies :)</description>
		<content:encoded><![CDATA[<p>Hey bigfan, I&#8217;ve just taken the quiz and indeed the correct answer is always the first. Not sure why atm as it wasn&#8217;t like that originally. I&#8217;ve changed some of the online code a while back and have probably altered it.<br />
Have you downloaded the file? Chances are that that has the original code in it.<br />
Apologies <img src='http://www.elanman.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElanMan</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-193</link>
		<dc:creator>ElanMan</dc:creator>
		<pubDate>Thu, 20 May 2010 21:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-193</guid>
		<description>Hi bigfan :)
The correct answer isn&#039;t always listed first in the possible answers. Have you tried the online example? The correct answer should be randomly placed/shuffled.
TBH, this quiz was just a simple demo to understand SimpleXML and was never meant to be a decent quiz app.
To that end, I&#039;m creating a simple, more robust quiz framework that I&#039;ll publish asap which will work with MySQL instead of xml files.
Thanks for your comments :)</description>
		<content:encoded><![CDATA[<p>Hi bigfan <img src='http://www.elanman.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The correct answer isn&#8217;t always listed first in the possible answers. Have you tried the online example? The correct answer should be randomly placed/shuffled.<br />
TBH, this quiz was just a simple demo to understand SimpleXML and was never meant to be a decent quiz app.<br />
To that end, I&#8217;m creating a simple, more robust quiz framework that I&#8217;ll publish asap which will work with MySQL instead of xml files.<br />
Thanks for your comments <img src='http://www.elanman.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigfan</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-192</link>
		<dc:creator>bigfan</dc:creator>
		<pubDate>Thu, 20 May 2010 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-192</guid>
		<description>I was looking for quiz and i am happy i havea found exactly what i wanted here)) 
i was testing the script and founded that there is something that i would like to change in it. i need to see in Acronym quiz this:
1. correct answers are always first in answers page.this is very bad for quiz users .i want to select the right answer by myself and change the order as i wish .
i&#039;ve read you posts here and i couldn&#039;t find enought information about how to make my Correct answer in different places. 

Question1?
1.
2.Correct
3.
4.

Question2?
1.
2.
3.
4.Correct

Question3?
1.Correct
2.
3.
4.

the wrong answers work well.

the second problem is that the number of question is 20 and i want it to be for example 11 the answers page is awfully wrong. is there something else to add or change?

this is what i want so much and want you to ask for a help.i am ready to pay as much as it needs to.</description>
		<content:encoded><![CDATA[<p>I was looking for quiz and i am happy i havea found exactly what i wanted here))<br />
i was testing the script and founded that there is something that i would like to change in it. i need to see in Acronym quiz this:<br />
1. correct answers are always first in answers page.this is very bad for quiz users .i want to select the right answer by myself and change the order as i wish .<br />
i&#8217;ve read you posts here and i couldn&#8217;t find enought information about how to make my Correct answer in different places. </p>
<p>Question1?<br />
1.<br />
2.Correct<br />
3.<br />
4.</p>
<p>Question2?<br />
1.<br />
2.<br />
3.<br />
4.Correct</p>
<p>Question3?<br />
1.Correct<br />
2.<br />
3.<br />
4.</p>
<p>the wrong answers work well.</p>
<p>the second problem is that the number of question is 20 and i want it to be for example 11 the answers page is awfully wrong. is there something else to add or change?</p>
<p>this is what i want so much and want you to ask for a help.i am ready to pay as much as it needs to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-176</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-176</guid>
		<description>hehe by (Woops!) on results page :D I didn&#039;t saw that before. So that problem no longer exist. But i have another question. When you exactly planning to release that new script?</description>
		<content:encoded><![CDATA[<p>hehe by (Woops!) on results page <img src='http://www.elanman.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I didn&#8217;t saw that before. So that problem no longer exist. But i have another question. When you exactly planning to release that new script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElanMan</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-174</link>
		<dc:creator>ElanMan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-174</guid>
		<description>Hi Ahmed,
the quiz should display the user&#039;s choices at the end on the results.php page. Have a look at the working example.
As for having multiple quizes on a site, I&#039;m currently working on a new quiz script that will make this sort of thing much easier to achieve and will alsao work with mysql, which a lot of people have requested.
Stay tuned :)</description>
		<content:encoded><![CDATA[<p>Hi Ahmed,<br />
the quiz should display the user&#8217;s choices at the end on the results.php page. Have a look at the working example.<br />
As for having multiple quizes on a site, I&#8217;m currently working on a new quiz script that will make this sort of thing much easier to achieve and will alsao work with mysql, which a lot of people have requested.<br />
Stay tuned <img src='http://www.elanman.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.elanman.co.uk/2009/04/php-quiz-source-code/comment-page-1/#comment-172</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 03 Mar 2010 10:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.elanman.co.uk/?p=757#comment-172</guid>
		<description>Hello. Thanks for your good work. I have question. How to display users choice in the end of quiz? Right now script displays only correct answers. I wont to display in red color my answers, and in blue correct answers. How can i do that?

And i have second question. How to display more then one quiz? I wont to have more then one quiz in my site. Right now i have leaderboard only for one quiz, and i wont to have for more. Please help my with that.</description>
		<content:encoded><![CDATA[<p>Hello. Thanks for your good work. I have question. How to display users choice in the end of quiz? Right now script displays only correct answers. I wont to display in red color my answers, and in blue correct answers. How can i do that?</p>
<p>And i have second question. How to display more then one quiz? I wont to have more then one quiz in my site. Right now i have leaderboard only for one quiz, and i wont to have for more. Please help my with that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
