|
|
Feedback on: irt.org FAQ Knowledge Base Q97
irt.org | About | Feedback | 1747 [ previous next ] Feedback on: Sent by Worth: Comments: By trial and error, I think the problem is in the line: if (correct != numberOfQuestions) return false; else return true; After hacking about a bit (I know NOTHING about JavaScript!) I changed it to: if (correct != numberOfQuestions) return false; ... and that seemd to work. I have no idea if this is correct (even if it works). Could you let me know? Many thanks and congratulations on a great site! Andrew. |
-- div -->
|