Skip to content

Commit 99c9f24

Browse files
authored
Merge pull request #50811 from QijieXue/patch-3
Review & hide poor questions
2 parents 8ff4df8 + 64a129f commit 99c9f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-language/csharp-literals-variables/8-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-literals-variables.knowledge-check
33
title: Module assessment
44
metadata:
5-
hidden_question_numbers: ["9DD7527C_55","9DD7527C_104","9DD7527C_116","9DD7527C_88","9DD7527C_96"]
5+
hidden_question_numbers: ["7EA2E379_10","7EA2E379_38","7EA2E379_51","7EA2E379_55","7EA2E379_100","7EA2E379_104","7EA2E379_108","7EA2E379_112","7EA2E379_116","7EA2E379_120","7EA2E379_88","7EA2E379_92","7EA2E379_96"]
66
ai_generated_module_assessment: true
77
title: Module assessment
88
description: "Knowledge check"
@@ -16,7 +16,7 @@ durationInMinutes: 3
1616
quiz:
1717
title: "Check your knowledge"
1818
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**?"
2020
choices:
2121
- content: "$DATA"
2222
isCorrect: true
@@ -59,4 +59,4 @@ quiz:
5959
explanation: "Correct! The assignment correctly matches the declared data type."
6060
- content: "`bool x = 'False';`"
6161
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

Comments
 (0)