lesson 2 and 3 quizzes

pull/135/head
Jen Looper 4 years ago
parent b9b98142a1
commit 3bf1695101

@ -110,45 +110,53 @@
"title": "Lesson 2: Pre-Lecture Quiz", "title": "Lesson 2: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Booleans are a data type you can use to test the length of a string", "questionText": "How do you create a Git repo?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "git create",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "git start",
"isCorrect": "false"
},
{
"answerText": "git init",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "The following is an operation you can perform on a string", "questionText": "What does git add do?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "concatenation", "answerText": "Commits your code",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "appending", "answerText": "Adds your files to a staging area for tracking",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "splicing", "answerText": "Adds your files to GitHub",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "== and === are interchangeable", "questionText": "How do you check if git is installed on your computer?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "type git --version",
"isCorrect": "true"
},
{
"answerText": "type git --installed",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "type git --init",
"isCorrect": "true" "isCorrect": "false"
} }
] ]
} }
@ -159,48 +167,52 @@
"title": "Lesson 2: Post-Lecture Quiz", "title": "Lesson 2: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Constants are the same as let and var to declare variables except", "questionText": "A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Constants must be initialized", "answerText": "GitHub",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "Constants can be altered", "answerText": "A Pull Request",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "Constants can be reassigned", "answerText": "A feature branch",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Numbers and ____ are JavaScript primitives that handle numeric data", "questionText": "How would you get all the commits from a remote branch?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "bigint", "answerText": "git fetch",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "boolean", "answerText": "git pull",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "star", "answerText": "git commits -r",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Strings can reside between both single and double quotes", "questionText": "How do you switch to a branch?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "git switch [branch-name]",
"isCorrect": "false"
},
{
"answerText": "git checkout [branch-name]",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "git load [branch-name]",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -212,53 +224,45 @@
"title": "Lesson 3: Pre-Lecture Quiz", "title": "Lesson 3: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "An accessible web site can be checked in which browser tool",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "Lighthouse",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "Deckhouse",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "Cleanhouse",
"isCorrect": "" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "You need a physical screen reader to test accessibility for visually-impaired users",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Accessibility is only important on government web sites",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "true"
} }
] ]
} }
@ -269,53 +273,45 @@
"title": "Lesson 3: Post-Lecture Quiz", "title": "Lesson 3: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "Lighthouse only checks for accessibility problems",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Color-safe palettes help people with",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "color-blindness",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "visual impairments",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "both the above",
"isCorrect": "" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Descriptive links are vital for accessible web sites",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "true"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "false"
} }
] ]
} }
@ -326,53 +322,45 @@
"title": "Lesson 4: Pre-Lecture Quiz", "title": "Lesson 4: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "Booleans are a data type you can use to test the length of a string",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "The following is an operation you can perform on a string",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "concatenation",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "appending",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "splicing",
"isCorrect": "" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "== and === are interchangeable",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "false"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "true"
} }
] ]
} }
@ -383,53 +371,49 @@
"title": "Lesson 4: Post-Lecture Quiz", "title": "Lesson 4: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "", "questionText": "Constants are the same as let and var to declare variables except",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "Constants must be initialized",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "Constants can be altered",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "Constants can be reassigned",
"isCorrect": "" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Numbers and ____ are JavaScript primitives that handle numeric data",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "bigint",
"isCorrect": "" "isCorrect": "true"
}, },
{ {
"answerText": "", "answerText": "boolean",
"isCorrect": "" "isCorrect": "false"
}, },
{ {
"answerText": "", "answerText": "star",
"isCorrect": "" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "", "questionText": "Strings can reside between both single and double quotes",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "", "answerText": "true",
"isCorrect": "" "isCorrect": "true"
},
{
"answerText": "",
"isCorrect": ""
}, },
{ {
"answerText": "", "answerText": "false",
"isCorrect": "" "isCorrect": "false"
} }
] ]
} }

Loading…
Cancel
Save