Created
December 30, 2018 19:51
-
-
Save joshuaaguilar20/d6874bf347e31a2bf6948af9763e057b to your computer and use it in GitHub Desktop.
Marian Question Project Dec. 30th
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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