You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/csharp-literals-variables/8-knowledge-check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ durationInMinutes: 3
16
16
quiz:
17
17
title: "Check your knowledge"
18
18
questions:
19
-
- content: "Which of the following variable names should or must be **avoided**?"
19
+
- content: "Which of the following variable names should or must be **avoided**?"
20
20
choices:
21
21
- content: "$DATA"
22
22
isCorrect: true
@@ -59,4 +59,4 @@ quiz:
59
59
explanation: "Correct! The assignment correctly matches the declared data type."
60
60
- content: "`bool x = 'False';`"
61
61
isCorrect: false
62
-
explanation: "Incorrect. The first problem is that you can't use a single quote to create a `string` literal. The second problem is that you can't set a `bool` to a `string` or `char` literal."
62
+
explanation: "Incorrect. The first problem is that you can't use a single quote to create a `string` literal. The second problem is that you can't set a `bool` to a `string` or `char` literal."
0 commit comments