Multiple choice java script, need help on this one

Asked By 30 points N/A Posted on -
qa-featured

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

SHARE
Answered By 0 points N/A #131035

Multiple choice java script, need help on this one

qa-featured

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.

Related Questions