If you have MCQs of a fixed selection set then all you need to do is point out the question number and the answer selected. For this you can use String manipulation with delimiters for question and answer e.g. if question 20 was B , Question 21 A ... Question 30 C you can have this as 20:B;21:A;........;30:C;

So the String will gather the question and related answer as someone clicks along.

To display the Questions you can use a two D array with the row element being the question and the column elements being the choices and you can use a nested for loop for this.



<im not the one who came up with this :) >