+ 2
Why we can't create multiple choice quiz with html? Only with C and Swift.
2 Answers
+ 2
You can create multiple choice questions in HTML. Sololearn courses including quizes can be taken in a web browser using HTML, and JavaScript. Survey Monkey survey questions include multiple choice which can be taken in a web browser. They work.
Here is an example:
https://codepen.io/aviacoconut/pen/ExaoKQv
0
General Campbell?