How to develop multiple choice questions using html css and JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to develop multiple choice questions using html css and JavaScript

15th Apr 2017, 8:01 PM
Shilpa Reddy
Shilpa Reddy - avatar
5 Answers
+ 2
thank you elias. above code is displayed the question and Answers but i want how to validate right answer
16th Apr 2017, 6:19 PM
Shilpa Reddy
Shilpa Reddy - avatar
+ 14
<div> <p>question</p> <input type="checkbox" name="one" value="answer-one"> <input type="checkbox" name="two" value="answer-two"> <input type="checkbox" name="three" value="answer-three"> </div> for save any value use php & mysql
15th Apr 2017, 8:15 PM
elias sharafi
elias sharafi - avatar
+ 1
thank you elias. above code is displayed the question and Answers but i want how to validate right answer
16th Apr 2017, 6:19 PM
Shilpa Reddy
Shilpa Reddy - avatar
0
use radio buttons
13th Nov 2017, 12:24 PM
Nani Nani
0
through java script
13th Nov 2017, 12:25 PM
Nani Nani