Quiz question clarifications

pull/168/head
Jen Looper 4 years ago committed by GitHub
parent ebe2e3daaf
commit 2c23a23399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2199,7 +2199,7 @@
"title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Pre-Lecture Quiz", "title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "HTML forms allow to send user input to a server without using JavaScript", "questionText": "HTML forms allow you to send user input to a server without using JavaScript",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "true",
@ -2257,15 +2257,15 @@
] ]
}, },
{ {
"questionText": "How can you define how a form is sent to the server?", "questionText": "A URL is sent to a server in which part of a form?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "using the action attribute", "answerText": "the action attribute",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "using the method attribute", "answerText": "the method attribute",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "both", "answerText": "both",
@ -2297,10 +2297,10 @@
"title": "Lesson 23 - Bank Project - Methods of Fetching and Using Data: Pre-Lecture Quiz", "title": "Lesson 23 - Bank Project - Methods of Fetching and Using Data: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "You can fetch data from a server synchronously in a browser", "questionText": "You usually fetch data from a server synchronously in a browser",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "true, but async is best!",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {

Loading…
Cancel
Save