Skip to content

Commit dac6111

Browse files
authored
changed files by pdets auto publish service, publishid[45b7caac-d85a-4e30-91ca-69a3994c7f40] and do [publish].
1 parent 6be8f16 commit dac6111

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

learn-pr/wwl-language/csharp-switch-case/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ quiz:
1818
choices:
1919
- content: "It's used to specify the condition for the switch statement."
2020
isCorrect: false
21-
explanation: "Incorrect. The default case is not used to specify the condition for the switch statement."
21+
explanation: "Incorrect. The default case isn't used to specify the condition for the switch statement."
2222
- content: "It's used to end the switch statement."
2323
isCorrect: false
2424
explanation: "Incorrect. The default case doesn't end the switch statement."

learn-pr/wwl-language/csharp-switch-case/index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ summary: Learn how to add branching logic that matches one variable or expressio
1717
abstract: |
1818
After you complete this module, you'll be able to:
1919
20-
- Use the switch-case construct to match a variable or expression against several possible outcomes
20+
- Use the switch-case construct to match a variable or expression against several possible outcomes.
2121
22-
- Convert code that uses an if-elseif-else construct into a switch-case construct
22+
- Convert code that uses an if-elseif-else construct into a switch-case construct.
2323
prerequisites: |
24-
- Experience creating simple C# applications that include console I/O and access the methods of .NET classes such as String and Random
24+
- Experience creating simple C# applications that include console I/O and access the methods of .NET classes such as String and Random.
2525
26-
- Experience using Visual Studio Code to develop, build, and run C# console applications that implement arrays, if-elseif-else statements, and foreach statements
26+
- Experience using Visual Studio Code to develop, build, and run C# console applications that implement arrays, if-elseif-else statements, and foreach statements.
2727
28-
- Experience using C# code to evaluate conditional expressions and manage variable scope inside and outside of code blocks
28+
- Experience using C# code to evaluate conditional expressions and manage variable scope inside and outside of code blocks.
2929
iconUrl: /training/achievements/csharp-switch-case.svg
3030
levels:
3131
- beginner

0 commit comments

Comments
 (0)