Skip to content

Commit 8a51003

Browse files
authored
Merge pull request #53593 from PhilKang0704/us-551264
US-551264: Content Update - Localization fix: <learn-pr> - keywords over-translated
2 parents 9539091 + dcc4fd7 commit 8a51003

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

learn-pr/wwl-azure/introduction-to-github-actions/10-knowledge-check.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ quiz:
1717
questions:
1818
- content: "Which of the following choices is a keyword to make one job wait for another job to complete?"
1919
choices:
20-
- content: "on."
20+
- content: |
21+
on.
2122
isCorrect: false
2223
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
23-
- content: "needs."
24+
- content: |
25+
needs.
2426
isCorrect: true
2527
explanation: "Correct. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
26-
- content: "uses."
28+
- content: |
29+
uses.
2730
isCorrect: false
2831
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
2932
- content: "Which of the following choices isn't a level that self-hosted runners can be added within an enterprise?"

0 commit comments

Comments
 (0)