Page 1 of 1

All Answers are correct but it shows 2 answers wrong !

Posted: Tue Nov 07, 2006 5:19 pm
by webmaster007
Can someone help me with this prob ?

Image

Posted: Wed Nov 08, 2006 8:12 am
by battye
Which version?

Posted: Thu Nov 09, 2006 4:14 pm
by Toy
The & is not very appreciated ^^

Posted: Sat Nov 11, 2006 1:59 pm
by battye
In quiz.php, maybe try changing:

Code: Select all

$actual_answer = str_replace('"', '"', htmlspecialchars(quiz_answer(($i + 1), $id, $table)));
to

Code: Select all

$actual_answer = str_replace('"', '"', quiz_answer(($i + 1), $id, $table));
Hmm, odd :?