mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 01:20:56 +02:00
Fix quiz's correct option and non-rendering of bullet points under for loop (#612)
* Fix rendering of bullet points under for loop * Fix correct option in Post-Lecture Quiz of for loop
This commit is contained in:
@@ -710,7 +710,7 @@
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "condition",
|
||||
"isCorrect": "true"
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "counter",
|
||||
@@ -718,7 +718,7 @@
|
||||
},
|
||||
{
|
||||
"answerText": "iteration-expression",
|
||||
"isCorrect": "false"
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user