Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q97, on September 13, 2000 at 05:03:01:

You are here: irt.org | About | Feedback | 1747 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q97

Sent by
Andrew Winton on September 13, 2000 at 05:03:01:

Worth:
Very worth reading

Comments:
It doesn't work properly! If you get all the answers right, it just clears the results boxes and returns you to the top of the page.

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;
else if (wrong != numberOfQuestions) return false;
else return true;

... 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.



Other feedback on 'irt.org FAQ Knowledge Base Q97' - show all

©2018 Martin Webb