Skip to content

Commit 8835dc5

Browse files
authored
Update 7-knowledge-check.yml
1 parent c778327 commit 8835dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-language/csharp-basic-formatting/7-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ durationInMinutes: 3
1414
quiz:
1515
title: ""
1616
questions:
17-
- content: "Which of the following escape sequences should be used to add double quotes to a literal string in C# code?"
17+
- content: "Which of the following escape sequences should be used to add double quotes to a literal string in C# code?"
1818
choices:
1919
- content: "'`\\q`'"
2020
isCorrect: false
@@ -57,4 +57,4 @@ quiz:
5757
explanation: "Incorrect. This line escapes the `'` character and results in an error."
5858
- content: "'`directory = directory + @\"\\\";`'"
5959
isCorrect: true
60-
explanation: "Correct. The `@` symbol creates a verbatim string where it's unnecessary to escape the `\\`."
60+
explanation: "Correct. The `@` symbol creates a verbatim string where it's unnecessary to escape the `\\`."

0 commit comments

Comments
 (0)