File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
learn-pr/wwl-language/csharp-write-first Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ durationInMinutes: 3
14
14
quiz :
15
15
title : " Check your knowledge"
16
16
questions :
17
- - content : " What is the primary job of the compiler?"
17
+ - content : " What is the primary job of the compiler?"
18
18
choices :
19
19
- content : " The compiler primarily locates spelling mistakes in your code."
20
20
isCorrect : false
46
46
explanation : " Correct! The semi-colon must be used at the end of a code statement."
47
47
- content : " The string should use single-quotes."
48
48
isCorrect : false
49
- explanation : " Incorrect. A string literal must be surrounded in double-quotes. A char literal is surrounded in single quotes."
49
+ explanation : " Incorrect. A string literal must be surrounded in double-quotes. A char literal is surrounded in single quotes."
You can’t perform that action at this time.
0 commit comments