typing game quizzes

pull/145/head
Jen Looper 4 years ago
parent 5c15446cf5
commit 4578a263c0

@ -1057,53 +1057,57 @@
"title": "Lesson 11 - Typing Game: Pre-Lecture Quiz", "title": "Lesson 11 - Typing Game: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "Event-driven programming is when a user",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "clicks on a button",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "changes a value",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "interacts with the page",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "any of the above",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "In procedural programming, functions are called",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "any time",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "in a specific order",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "left to right",
"isCorrect": "" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "The universal method exposed in the DOM for registering event handlers is called",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "addEventListener",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "addListener",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "addEvent",
"isCorrect": "" "isCorrect": "false"
} }
] ]
} }
@ -1114,53 +1118,49 @@
"title": "Lesson 11 - Typing Game: Post-Lecture Quiz", "title": "Lesson 11 - Typing Game: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "Just about anything a user does on a page raises an event",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "true"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Common events include",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "click_event",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "select_event",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "input_event",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "all of these",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "You can use anonymous functions to create event handlers",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "true"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "false"
} }
] ]
} }

Loading…
Cancel
Save