Fix correct option in Post-Lecture Quiz of for loop

pull/612/head
sandipanpanda 4 years ago committed by GitHub
parent 303f18c3f7
commit 69e003e09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -710,7 +710,7 @@
"answerOptions": [
{
"answerText": "condition",
"isCorrect": "true"
"isCorrect": "false"
},
{
"answerText": "counter",
@ -718,7 +718,7 @@
},
{
"answerText": "iteration-expression",
"isCorrect": "false"
"isCorrect": "true"
}
]
},

Loading…
Cancel
Save