diff --git a/content/learning-paths/your-org-uuid/example-learning-path/course-1/module/quiz.md b/content/learning-paths/your-org-uuid/example-learning-path/course-1/module/quiz.md index 60ba78d..327adbe 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/course-1/module/quiz.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/course-1/module/quiz.md @@ -37,5 +37,10 @@ questions: type: "short-answer" marks: 2 correct_answer: "kubectl" + - id: "q4" + text: "Meshery is an open source project." + type: "true-false" + marks: 2 + correct_answer: true type: "test" --- \ No newline at end of file diff --git a/content/learning-paths/your-org-uuid/example-learning-path/course-1/test.md b/content/learning-paths/your-org-uuid/example-learning-path/course-1/test.md index 130f9c7..2c2d54d 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/course-1/test.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/course-1/test.md @@ -36,6 +36,11 @@ questions: text: "Which tool manages Kubernetes namespace labeling?" type: "short-answer" marks: 2 - correct_answer: "kubectl" + correct_answer: "kubectl" + - id: "q4" + text: "Meshery is an open source project." + type: "true-false" + marks: 2 + correct_answer: true type: "test" --- \ No newline at end of file diff --git a/content/learning-paths/your-org-uuid/example-learning-path/course-2/module/quiz.md b/content/learning-paths/your-org-uuid/example-learning-path/course-2/module/quiz.md index ca2c116..8e0bc99 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/course-2/module/quiz.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/course-2/module/quiz.md @@ -37,5 +37,10 @@ questions: type: "short-answer" marks: 2 correct_answer: "kubectl" + - id: "q4" + text: "Meshery is an open source project." + type: "true-false" + marks: 2 + answer: true type: "test" --- \ No newline at end of file diff --git a/content/learning-paths/your-org-uuid/example-learning-path/course-2/test.md b/content/learning-paths/your-org-uuid/example-learning-path/course-2/test.md index 130f9c7..2c2d54d 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/course-2/test.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/course-2/test.md @@ -36,6 +36,11 @@ questions: text: "Which tool manages Kubernetes namespace labeling?" type: "short-answer" marks: 2 - correct_answer: "kubectl" + correct_answer: "kubectl" + - id: "q4" + text: "Meshery is an open source project." + type: "true-false" + marks: 2 + correct_answer: true type: "test" --- \ No newline at end of file diff --git a/content/learning-paths/your-org-uuid/example-learning-path/exam.md b/content/learning-paths/your-org-uuid/example-learning-path/exam.md index c713a32..7cc9c72 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/exam.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/exam.md @@ -37,5 +37,10 @@ questions: type: "short-answer" marks: 2 correct_answer: "kubectl" + - id: "q4" + text: "Meshery is an open source project." + type: "true-false" + marks: 2 + correct_answer: true type: "test" --- \ No newline at end of file