I want to develop a page in MVC for objective type question and answer, where student can select one out of four answers for each & every question.
| QuestionID | Answer(A) | Answer(B) | Answer(C) | Answer(D) |
| Question 1 | Option 1 | Option 2 | Option 3 | Option 4 |
| Question 2 | Option 1 | Option 2 | Option 3 | Option 4 |
| Question 3 | Option 1 | Option 2 | Option 3 | Option 4 |
| Question 4 | Option 1 | Option 2 | Option 3 | Option 4 |
When student submit form after solving question then how to get which answer is selected by student for respective question.