Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ competencies:

# List of resource that are recommended to complete before taking the test
# Not strictly enforced, but recommended
prerequisite_knowledge:
prerequisiteKnowledge:
- title: "Learning Path"
children:
- title: "Cloud Computing Basics"
Expand All @@ -51,7 +51,7 @@ prerequisite_knowledge:


# List of additional resources for further reading
related_resources:
relatedResources:
- title: "Documentation"
children:
- title: "Docs Portal"
Expand All @@ -70,7 +70,7 @@ related_resources:
link: "https://www.youtube.com/c/example"

# Additional attributes about the test
additional_attributes:
additionalAttributes:
- title: "Retake Policy"
value: "3"
description: "One Retake allowed after 30 days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Exam 1"
weight: 1
pass_percentage: 70
passPercentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
Expand All @@ -14,7 +14,7 @@ questions:
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
isCorrect: true
layout: "test"
type: "test"
---
6 changes: 3 additions & 3 deletions content/challenges/your-org-uuid/challenge-1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ competencies:

# List of resource that are recommended to complete before taking the test
# Not strictly enforced, but recommended
prerequisite_knowledge:
prerequisiteKnowledge:
- title: "Learning Path"
children:
- title: "Cloud Computing Basics"
Expand All @@ -47,7 +47,7 @@ prerequisite_knowledge:


# List of additional resources for further reading
related_resources:
relatedResources:
- title: "Documentation"
children:
- title: "Docs Portal"
Expand All @@ -66,7 +66,7 @@ related_resources:
link: "https://www.youtube.com/c/example"

# Additional attributes about the test
additional_attributes:
additionalAttributes:
- title: "Retake Policy"
value: "3"
description: "One Retake allowed after 30 days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ competencies:

# List of resource that are recommended to complete before taking the test
# Not strictly enforced, but recommended
prerequisite_knowledge:
prerequisiteKnowledge:
- title: "Learning Path"
children:
- title: "Cloud Computing Basics"
Expand All @@ -51,7 +51,7 @@ prerequisite_knowledge:


# List of additional resources for further reading
related_resources:
relatedResources:
- title: "Documentation"
children:
- title: "Docs Portal"
Expand All @@ -70,7 +70,7 @@ related_resources:
link: "https://www.youtube.com/c/example"

# Additional attributes about the test
additional_attributes:
additionalAttributes:
- title: "Retake Policy"
value: "3"
description: "One Retake allowed after 30 days"
Expand Down
Loading