Asked By
Edwaard Lee
30 points
N/A
Posted on - 02/03/2013
Hi guys, I am creating an online quiz for my students. I am using javascript, how you do create multiple choice java script style (what i mean is how do i create multiple choice questions in java script.) ? Thanks
Multiple choice java script, need help on this one
Hello Edwaard,
Working with Javascript is always a tremendous feelings. There are several ways to solve a single problem. In the multiple choice program, you can use server-side script or multi-dimensional array. The question should be marked in real time and once answered; it can’t be changed by the user. You can follow this link below:
http://www.javascriptsource.com/miscellaneous/multiple-choice-quiz.html
You can copy the code from here and arrange it as your requirement.
Good Luck.