Thanks for your reply on the Wrox forum. I have posted there before with specific info on what I need done but never received any replies.
Anyway, I have used the JavaScript for a Trivia Quiz that was written by Paul Wilton who wrote the "Beginners JavaScript" book distributed by Wrox. Here is a link so you can see how it works:
http://www.networkdriven.com/hp22/9bb898b.html
What I would like to add, is when the user gets to the end of the exam and they see how many answers they got right and wrong, I would like to have a link they can click on to see the question number of each one they got wrong so they can go back and review just those questions. As it is now, they find out how many they got wrong but have no ideas which ones they are.
So, as the test taker is moving from question to question, some type of JavaScript would need to keep track of which specific question numbers they missed.
One more problem - the way this JavaScript is currently written, it is set to randomize the questions, in other words, each time the user takes the test the questions come up in a different order. This would have to be changed so it is not randomized (I would guess) so that the data that is being collected on which questions they got wrong, that they could retake the test and review which ones were wrong, otherwise if it was still set to randomize, the link showing which questions they got wrong would not match with the question number again as they retook the quiz as it would not be the same number as the first time they took it.
Of course I can provide the actual JavaScript pages that are involved with running as it is (shown in the link above) to anyone that would help...
Here is a link of how I would like to make my quiz page work:
http://www.javascripter.net/quiz/basics.htm
Hope you can help or have some ideas where I can go for help. I know almost nothing about writing JavaScript, but seems like this wouldn't be such a hard thing to do.
Thanks again,
Larry
[email protected]
Quote:
quote:Originally posted by gilf
Depends how much work you want to do. There are various sites where people bid to do the work for the lowest cost.
Perhaps if you let us know what you want to do it might be easy for use to advise how to make the changes or if you like you can contact me at [email protected]
|
Rudy