+ 3
How to develop multiple choice questions using html css and JavaScript
5 odpowiedzi
+ 2
thank you elias. above code is displayed the question and Answers but i want how to validate right answer
+ 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
+ 1
thank you elias. above code is displayed the question and Answers but i want how to validate right answer
0
use radio buttons
0
through java script