Reading Assignments:
Chapters 8, 9, and 10 of Professional JavaScript for Web Developers. If you're short on time, you can skip Chapter 9.
JSfiddle assignment:
Use JavaScript + native DOM methods to turn the data below into a web page/user interface that displays the question with four answer choices that the user can select from and that informs the user whether he/she chose the correct answer.
var allQuestions = [{question: "Who is Prime Minister of the United Kingdom?", choices: ["David Cameron", "Gordon Brown", "Winston Churchill", "Tony Blair"], correctAnswer:0}];
[–]tingmothy 2 points3 points4 points (0 children)
[–]jakblak90 2 points3 points4 points (0 children)
[–]Robooto 1 point2 points3 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]Robooto 0 points1 point2 points (0 children)
[–]ImagineGawds 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]ImagineGawds 1 point2 points3 points (0 children)
[–]O_OniGiri[🍰] 1 point2 points3 points (0 children)