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

#Issue 5: Add a quiz mode #398

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

#Issue 5: Add a quiz mode #398

wants to merge 2 commits into from

Conversation

MeisterRed
Copy link

  • A button or link from the homepage to the page where the game is.
  • A button or link back to the homepage from the page where the game is.
  • The user should be guessing the song name.
  • On game start, randomly sort the cards and display them to the user. Up to you if you will display one at at time or all at once. The user should type their guess into an input box. Up to you if it will check their guess after they click away from the input or they have to press a submit button.
  • At the end of the game, show the user their score.
  • Optional: Allow the user to tweet what their score is.
  • Optional: the user would be able to choose the number of cards they will guess (ie 10 30, 50, etc)
  • Optional: the user would be able to narrow down what cards will show by decade, genre, author, etc.

I've went through the checklist and created the quiz game mode for the website. The new link for the game is placed next to the playlist links in order to keep the links in one area.

image

When the user clicks on the quiz link, they'll be taken to a list of 16 emoji cards with textboxes. They can type the answer and then click submit to see their final score. After clicking submit. a checkmark emoji will appear next to the correct answer and if the answer is incorrect, the box will provide the correct answer while adding a red X emoji to show the user got it wrong.

image
image

If there's any adjustments that you think I should make, I'll gladly fix things up.

closes #5

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

Successfully merging this pull request may close these issues.

Add a quiz game mode
1 participant