nicklambuk
03-14-2007, 11:32 AM
1) CODE TITLE:
Multiple choice quiz
2) AUTHOR NAME/NOTES:
Nick Lamb
3) DESCRIPTION:
User definable quiz to add to your web site
4) URL TO CODE:
http://www.zpic.co.uk/qq2.htm
this is how it looks in a home page
http://uk.geocities.com/nick.p.lamb@btinternet.com/new6.htm
Zip file attached for code parts + images
question.js holds the questions + correct answer + two wrong answers
ask.js - asks question at random and randomly puts correct answer in slot a/b or c, checks reply and flashes correct answer if you get it wrong
I suggest you call the .htm form an IFRAME in your page
<IFRAME SRC="quiz.htm" WIDTH="250" HEIGHT="363" SCROLLING="NO"frameborder="0"></IFRAME>
or, ATTACHED BELOW (see #3 in guidelines below):
Multiple choice quiz
2) AUTHOR NAME/NOTES:
Nick Lamb
3) DESCRIPTION:
User definable quiz to add to your web site
4) URL TO CODE:
http://www.zpic.co.uk/qq2.htm
this is how it looks in a home page
http://uk.geocities.com/nick.p.lamb@btinternet.com/new6.htm
Zip file attached for code parts + images
question.js holds the questions + correct answer + two wrong answers
ask.js - asks question at random and randomly puts correct answer in slot a/b or c, checks reply and flashes correct answer if you get it wrong
I suggest you call the .htm form an IFRAME in your page
<IFRAME SRC="quiz.htm" WIDTH="250" HEIGHT="363" SCROLLING="NO"frameborder="0"></IFRAME>
or, ATTACHED BELOW (see #3 in guidelines below):