victor_rambo
हॉर्न ओके प्लीज़
Source: written it myself
Here is my script to make make a multiple choice question(MCQ) test.
Basic script as provided here has:
Additional Features that you can add to the script are:
- 5 multiple choice questions
- Disallows changing of answers once marked
- Scores every correct answer as 1 mark and incorrect or unattempted answer as Zero(0)
- Can show the total score at end of test
To see the script in action and see the source, plz visit www.javascript.biologyformhtcet.com
- Make unlimited questions
- Can have negative scoring for incorrect answers
- Can have relative scoring in between options(eg: 1 mark for option A and 3 marks for Option D.)
- Can have a effect of 'darkening' the circle once marked(using the image swapping property)
- Can have a timer show and set actions
- Send the answers marked by the candidate via email to the paper setter for analysis of score(though this cannot be done by javascript alone)
- And Many more as per your needs
Last edited: