Skip to content

Instantly share code, notes, and snippets.

@joshuaaguilar20
Created December 30, 2018 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuaaguilar20/d6874bf347e31a2bf6948af9763e057b to your computer and use it in GitHub Desktop.
Save joshuaaguilar20/d6874bf347e31a2bf6948af9763e057b to your computer and use it in GitHub Desktop.
Marian Question Project Dec. 30th
1.5 Hour Session
10:00
1). Start Button To Start Quiz*
2) We want the Timer To Start*
3). We want show 4 Answers and one Question. *
4). if user selects right answer show Correct
5) if user selects wrong answer show Wrong
-Play Some Sound*
6) if they select no answer and timer reaches 00:00 show Wrong
7) keep Track of all the questions
8) when they finish show them the right or wrong amount of answers.
HomeWork is to Make an Array of Objects With Questions and Answers.
//compare correct answer to the selected Answer*
var question = [
{
question: "do you like cats",
answer: "B"
},
{
firstName: "paul",
lastName: "jones"
},
{
firstName: "marian",
lastName: "rahman"
},];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment