+ 3
how can I make a code for multiple choice questions? ??
6 Answers
+ 5
For a web version you will likely need html and some Javascript to validate the answers.
+ 4
With using 'if' and 'else' branching on the basis of user input.
I suppose this is about Python?
Read the part about if and else and it should become easily solvable.
+ 2
Try to use switch,if you using C/C++/C#/java. Switch is the alternative for if_else ladders.
+ 1
Chick box