What is the best way to show Quiz result for a specific question?

  1. One way is to show the users response and the correct answer as two columns. In this case, in the 'response' column, all options are shown and the selected response is highlighted, whereas the others disabled. An 'X' indication shows whether the answer was right or wrong.

  1. Another way is to show all the options listed, with the selected option highlighted. And finally, show an icon for the right answer. The main concern, in this case, is that we are not showing whether the user's result is right or wrong.

P.S: I have a colour constraint with the texts.Text can't be coloured green/red. But there can be coloured icons or Text shading (black/grey/white).

I think that option 1 is better than 2 ( as 2 has some shortcomings). Please mention if a better way is possible to show the details. i.e:-

  1. All Options

  2. Users selection

  3. Correct Answer

  4. Result.