Skip to content

Commit 2128a45

Browse files
committed
Add true/false examples
Signed-off-by: Nouran Atef <[email protected]>
1 parent 8c0fb25 commit 2128a45

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

content/learning-paths/your-org-uuid/example-learning-path/course-1/module/quiz.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ questions:
3737
type: "short-answer"
3838
marks: 2
3939
correct_answer: "kubectl"
40+
- id: "q4"
41+
text: "Meshery is an open source project."
42+
type: "true-false"
43+
marks: 2
44+
correct_answer: true
4045
type: "test"
4146
---

content/learning-paths/your-org-uuid/example-learning-path/course-1/test.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ questions:
3636
text: "Which tool manages Kubernetes namespace labeling?"
3737
type: "short-answer"
3838
marks: 2
39-
correct_answer: "kubectl"
39+
correct_answer: "kubectl"
40+
- id: "q4"
41+
text: "Meshery is an open source project."
42+
type: "true-false"
43+
marks: 2
44+
correct_answer: true
4045
type: "test"
4146
---

content/learning-paths/your-org-uuid/example-learning-path/course-2/module/quiz.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ questions:
3737
type: "short-answer"
3838
marks: 2
3939
correct_answer: "kubectl"
40+
- id: "q4"
41+
text: "Meshery is an open source project."
42+
type: "true-false"
43+
marks: 2
44+
answer: true
4045
type: "test"
4146
---

content/learning-paths/your-org-uuid/example-learning-path/course-2/test.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ questions:
3636
text: "Which tool manages Kubernetes namespace labeling?"
3737
type: "short-answer"
3838
marks: 2
39-
correct_answer: "kubectl"
39+
correct_answer: "kubectl"
40+
- id: "q4"
41+
text: "Meshery is an open source project."
42+
type: "true-false"
43+
marks: 2
44+
correct_answer: true
4045
type: "test"
4146
---

content/learning-paths/your-org-uuid/example-learning-path/exam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ questions:
3737
type: "short-answer"
3838
marks: 2
3939
correct_answer: "kubectl"
40+
- id: "q4"
41+
text: "Meshery is an open source project."
42+
type: "true-false"
43+
marks: 2
44+
correct_answer: true
4045
type: "test"
4146
---

0 commit comments

Comments
 (0)