mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 14:23:06 +02:00
Quiz question clarifications
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user