react-native-trivia-quiz icon indicating copy to clipboard operation
react-native-trivia-quiz copied to clipboard

Include right answers to React Trivia app

Open darewealth opened this issue 6 years ago • 1 comments

When playing the game, the game displays questions with 4 options which user can choose from, and when the user selects the right answer, it display CORRECT and same to INCORRECT answer. Therefore, at the end of the game, it pops the win/the total game questions number.

Now my suggestion is about the addition of a feature which will show the correct answer at any incorrect pick. I.e. What is the capital city of United state president?

  • Kansas
  • New York
  • Texas
  • Washington DC

Therefore, when a user chooses New York which is wrong, there will be a pop like this...

INCORRECT

The correct answer is Washington DC

Mockup.

The image on the left hand side shows the normal pop when a player chose an incorrect answer, and the image by the right side show my suggestion

Benefit

I am playing the game to add to my knowledge, but so far, it is not helping, I used to fail many questions (Not because I am dull, but you can't know everything:) and I don't still know the right answers to them. I believe the implementation of this feature will do good for application users like me. It will improve users knowledge, and it will be more fun than now. It is a feature I would love to use as fast as possible.

Thank you.

darewealth avatar Apr 10 '19 06:04 darewealth

I like the suggestion also. Probably will implement this first when I have some time available.

computationalcore avatar Apr 10 '19 12:04 computationalcore