Skip to content

Commit 73a7152

Browse files
authored
Merge pull request #51036 from jianying10202713/revert-50810-patch-2
Revert "Review & hide poor questions"
2 parents ce5225d + 3db3431 commit 73a7152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.languages.csharp-basic-formatting.knowledge-check
33
title: Module assessment
44
metadata:
5-
hidden_question_numbers: ["FB27E932_14","FB27E932_26","FB27E932_38","FB27E932_42","FB27E932_6","FB27E932_100","FB27E932_104","FB27E932_108"]
5+
hidden_question_numbers: ["2CC27DCA_14","2CC27DCA_26","2CC27DCA_38","2CC27DCA_42","2CC27DCA_46","2CC27DCA_6","2CC27DCA_51","2CC27DCA_63","2CC27DCA_71","2CC27DCA_75","2CC27DCA_100","2CC27DCA_104","2CC27DCA_108"]
66
ai_generated_module_assessment: true
77
title: Module assessment
88
description: "Knowledge check"
@@ -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)