Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include right answers to React Trivia app #2

Open
darewealth opened this issue Apr 10, 2019 · 1 comment
Open

Include right answers to React Trivia app #2

darewealth opened this issue Apr 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@darewealth
Copy link

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.

@computationalcore computationalcore added the enhancement New feature or request label Apr 10, 2019
@computationalcore
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants