Skip to content

Commit 1c597eb

Browse files
Revert "Review & Hide poor questions"
1 parent ce5225d commit 1c597eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-language/csharp-write-first/6-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-write-first.knowledge-check
33
title: Module assessment
44
metadata:
5-
hidden_question_numbers: ["6B3CA1CB_14","6B3CA1CB_26","6B3CA1CB_108","6B3CA1CB_120","6B3CA1CB_124","6B3CA1CB_128","6B3CA1CB_88","6B3CA1CB_96"]
5+
hidden_question_numbers: ["79301B93_14","79301B93_26","79301B93_47","79301B93_128"]
66
ai_generated_module_assessment: true
77
title: Module assessment
88
description: "Knowledge check"
@@ -14,7 +14,7 @@ durationInMinutes: 3
1414
quiz:
1515
title: "Check your knowledge"
1616
questions:
17-
- content: "What is the primary job of the compiler?"
17+
- content: "What is the primary job of the compiler?"
1818
choices:
1919
- content: "The compiler primarily locates spelling mistakes in your code."
2020
isCorrect: false
@@ -46,4 +46,4 @@ quiz:
4646
explanation: "Correct! The semi-colon must be used at the end of a code statement."
4747
- content: "The string should use single-quotes."
4848
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."

0 commit comments

Comments
 (0)