diff --git a/content/certifications/your-org-uuid/certification-1/_index.md b/content/certifications/your-org-uuid/certification-1/_index.md index 4d54c73..e39b548 100644 --- a/content/certifications/your-org-uuid/certification-1/_index.md +++ b/content/certifications/your-org-uuid/certification-1/_index.md @@ -43,7 +43,7 @@ prerequisite_knowledge: children: - title: "Cloud Computing Basics" link: "https://academy-domain.com/learning-paths/cloud-computing-basics" - - title: "Basic knowledge of Linux command line + - title: "Basic knowledge of Linux command line" link: "https://linuxcommand.org/" - title: "Basic Certification: Networking Basics" link: "https://academy-domain.com/certifications/networking-basics" diff --git a/content/challenges/your-org-uuid/challenge-1/_index.md b/content/challenges/your-org-uuid/challenge-1/_index.md index be92191..2a44a53 100644 --- a/content/challenges/your-org-uuid/challenge-1/_index.md +++ b/content/challenges/your-org-uuid/challenge-1/_index.md @@ -39,7 +39,7 @@ prerequisite_knowledge: children: - title: "Cloud Computing Basics" link: "https://academy-domain.com/learning-paths/cloud-computing-basics" - - title: "Basic knowledge of Linux command line + - title: "Basic knowledge of Linux command line" link: "https://linuxcommand.org/" - title: "Basic Certification: Networking Basics" link: "https://academy-domain.com/certifications/networking-basics" diff --git a/content/learning-paths/your-org-uuid/example-learning-path/_index.md b/content/learning-paths/your-org-uuid/example-learning-path/_index.md index e11ac60..03a1974 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/_index.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/_index.md @@ -43,7 +43,7 @@ prerequisite_knowledge: children: - title: "Cloud Computing Basics" link: "https://academy-domain.com/learning-paths/cloud-computing-basics" - - title: "Basic knowledge of Linux command line + - title: "Basic knowledge of Linux command line" link: "https://linuxcommand.org/" - title: "Basic Certification: Networking Basics" link: "https://academy-domain.com/certifications/networking-basics" 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..48fed49 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,11 @@ questions: type: "short-answer" marks: 2 correct_answer: "kubectl" + - id: "q4" + text: + "True or False: Docker containers share the host operating system kernel." + type: "true-false" + marks: 1 + 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..7040e10 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 @@ -1,41 +1,55 @@ --- -title: "Course Test" +title: 'Course Test' pass_percentage: 70 questions: - - id: "q1" - text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?" - type: "single-answer" + - id: 'q1' + text: + 'Which Layer5 project is used for visual design in Kubernetes and cloud + native infrastructure?' + type: 'single-answer' marks: 2 options: - - id: "a" - text: "Meshery" - - id: "b" - text: "Kanvas" + - id: 'a' + text: 'Meshery' + - id: 'b' + text: 'Kanvas' is_correct: true - - id: "c" - text: "Istio" - - id: "d" - text: "Docker" - - id: "q2" - text: "Which of the following are architectural components of Meshery?" - type: "multiple-answers" + - id: 'c' + text: 'Istio' + - id: 'd' + text: 'Docker' + - id: 'q2' + text: 'Which of the following are architectural components of Meshery?' + type: 'multiple-answers' marks: 2 options: - - id: "a" - text: "MeshSync" + - id: 'a' + text: 'MeshSync' is_correct: true - - id: "b" - text: "Broker" + - id: 'b' + text: 'Broker' is_correct: true - - id: "c" - text: "Operator" + - id: 'c' + text: 'Operator' is_correct: true - - id: "d" - text: "Docker Engine" - - id: "q3" - text: "Which tool manages Kubernetes namespace labeling?" - type: "short-answer" + - id: 'd' + text: 'Docker Engine' + - id: 'q3' + text: 'Which tool manages Kubernetes namespace labeling?' + type: 'short-answer' marks: 2 - correct_answer: "kubectl" -type: "test" ---- \ No newline at end of file + correct_answer: 'kubectl' + - id: 'q4' + text: + 'True or False: Containers provide better resource isolation than virtual + machines.' + type: 'true-false' + marks: 1 + answer: false + - id: 'q5' + text: 'True or False: Docker uses Linux namespaces for process isolation.' + type: 'true-false' + marks: 1 + answer: true +type: 'test' +--- 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..54cc331 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 @@ -1,41 +1,49 @@ --- -title: "Module Quiz" +title: 'Module Quiz' pass_percentage: 70 questions: - - id: "q1" - text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?" - type: "single-answer" + - id: 'q1' + text: + 'Which Layer5 project is used for visual design in Kubernetes and cloud + native infrastructure?' + type: 'single-answer' marks: 2 options: - - id: "a" - text: "Meshery" - - id: "b" - text: "Kanvas" + - id: 'a' + text: 'Meshery' + - id: 'b' + text: 'Kanvas' is_correct: true - - id: "c" - text: "Istio" - - id: "d" - text: "Docker" - - id: "q2" - text: "Which of the following are architectural components of Meshery?" - type: "multiple-answers" + - id: 'c' + text: 'Istio' + - id: 'd' + text: 'Docker' + - id: 'q2' + text: 'Which of the following are architectural components of Meshery?' + type: 'multiple-answers' marks: 2 options: - - id: "a" - text: "MeshSync" + - id: 'a' + text: 'MeshSync' is_correct: true - - id: "b" - text: "Broker" + - id: 'b' + text: 'Broker' is_correct: true - - id: "c" - text: "Operator" + - id: 'c' + text: 'Operator' is_correct: true - - id: "d" - text: "Docker Engine" - - id: "q3" - text: "Which tool manages Kubernetes namespace labeling?" - type: "short-answer" + - id: 'd' + text: 'Docker Engine' + - id: 'q3' + text: 'Which tool manages Kubernetes namespace labeling?' + type: 'short-answer' marks: 2 - correct_answer: "kubectl" -type: "test" ---- \ No newline at end of file + correct_answer: 'kubectl' + - id: 'q4' + text: + 'True or False: Kubernetes Deployments ensure a specified number of pod replicas are running.' + type: 'true-false' + marks: 1 + answer: true +type: 'test' +--- 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..ce033e5 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,16 @@ questions: text: "Which tool manages Kubernetes namespace labeling?" type: "short-answer" marks: 2 - correct_answer: "kubectl" + correct_answer: "kubectl" + - id: "q4" + text: "True or False: Kubernetes Services provide load balancing for pods." + type: "true-false" + marks: 1 + answer: true + - id: "q5" + text: "True or False: All Kubernetes resources must be created in the default namespace." + type: "true-false" + marks: 1 + answer: false 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..f76079a 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 @@ -1,41 +1,55 @@ --- -title: "Learning Path Exam" +title: 'Learning Path Exam' pass_percentage: 70 questions: - - id: "q1" - text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?" - type: "single-answer" + - id: 'q1' + text: + 'Which Layer5 project is used for visual design in Kubernetes and cloud + native infrastructure?' + type: 'single-answer' marks: 2 options: - - id: "a" - text: "Meshery" - - id: "b" - text: "Kanvas" + - id: 'a' + text: 'Meshery' + - id: 'b' + text: 'Kanvas' is_correct: true - - id: "c" - text: "Istio" - - id: "d" - text: "Docker" - - id: "q2" - text: "Which of the following are architectural components of Meshery?" - type: "multiple-answers" + - id: 'c' + text: 'Istio' + - id: 'd' + text: 'Docker' + - id: 'q2' + text: 'Which of the following are architectural components of Meshery?' + type: 'multiple-answers' marks: 2 options: - - id: "a" - text: "MeshSync" + - id: 'a' + text: 'MeshSync' is_correct: true - - id: "b" - text: "Broker" + - id: 'b' + text: 'Broker' is_correct: true - - id: "c" - text: "Operator" + - id: 'c' + text: 'Operator' is_correct: true - - id: "d" - text: "Docker Engine" - - id: "q3" - text: "Which tool manages Kubernetes namespace labeling?" - type: "short-answer" + - id: 'd' + text: 'Docker Engine' + - id: 'q3' + text: 'Which tool manages Kubernetes namespace labeling?' + type: 'short-answer' marks: 2 - correct_answer: "kubectl" -type: "test" ---- \ No newline at end of file + correct_answer: 'kubectl' + - id: 'q4' + text: 'True or False: Kubernetes is a container orchestration platform.' + type: 'true-false' + marks: 1 + answer: true + - id: 'q5' + text: + 'True or False: Docker is the only container runtime supported by + Kubernetes.' + type: 'true-false' + marks: 1 + answer: false +type: 'test' +---