Skip to content

Commit 2d44cff

Browse files
committed
add and update archetypes
Signed-off-by: Aabid Sofi <[email protected]>
1 parent 6fbde13 commit 2d44cff

File tree

4 files changed

+196
-53
lines changed

4 files changed

+196
-53
lines changed

archetypes/certification.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
type: "certification"
3+
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
4+
id: "id-from-cloud-content-wizard"
5+
description: "This is a sample certification description. It provides an overview of what the certification covers and its objectives."
6+
banner: "image.png"
7+
weight: 1
8+
draft: true
9+
tags: [cloud, infrastructure]
10+
level: "beginner"
11+
categories: "platform"
12+
13+
14+
# Table of content covered in the test
15+
# Each domain can have a weightage (percentage) and subdomains (items)
16+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
17+
competencies:
18+
- title: "Domain 1"
19+
percentage: 10 # Weightage of this domain in the test
20+
items:
21+
- "Subdomain 1"
22+
- "Subdomain 2"
23+
24+
- title: "Domain 2"
25+
percentage: 30
26+
items:
27+
- "Subdomain 1"
28+
- "Subdomain 2"
29+
30+
- title: "Domain 3"
31+
percentage: 60
32+
items:
33+
- "Subdomain 1"
34+
- "Subdomain 2"
35+
36+
37+
38+
# List of resource that are recommended to complete before taking the test
39+
# Not strictly enforced, but recommended
40+
prerequisite_knowledge:
41+
- title: "Learning Path: Cloud Computing Basics"
42+
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
43+
- title: "Basic Certification: Networking Basics"
44+
link: "https://academy-domain.com/certifications/networking-basics"
45+
- title: "Basic knowledge of Linux command line"
46+
link: "https://linuxcommand.org/"
47+
48+
# List of additional resources for further reading
49+
related_resources:
50+
- title: "Documentation"
51+
link: "https://docs.example.com/"
52+
- title: "Instructions"
53+
link: "https://instructions.example.com/"
54+
- title: "YouTube Channel"
55+
link: "https://www.youtube.com/c/example"
56+
57+
# Additional attributes about the test
58+
additional_attributes:
59+
- title: "Retake Policy"
60+
description: "One Retake allowed after 30 days"
61+
- title: "Labs"
62+
description: "Hands-on labs included"
63+
64+
65+
---

archetypes/challenge.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
type: 'challenge'
3+
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
4+
id: "id-from-cloud-content-wizard"
5+
description: "provide an overview of what the challenge covers and its objectives."
6+
banner: "image.png"
7+
weight: 1
8+
draft: true
9+
tags: [cloud, infrastructure]
10+
level: "beginner"
11+
categories: "platform"
12+
13+
14+
# Table of content covered in the test
15+
# Each domain can have a weightage (percentage) and subdomains (items)
16+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
17+
competencies:
18+
- title: "Domain 1"
19+
percentage: 10 # Weightage of this domain in the test
20+
items:
21+
- "Subdomain 1"
22+
- "Subdomain 2"
23+
24+
- title: "Domain 2"
25+
percentage: 30
26+
items:
27+
- "Subdomain 1"
28+
- "Subdomain 2"
29+
30+
- title: "Domain 3"
31+
percentage: 60
32+
items:
33+
- "Subdomain 1"
34+
- "Subdomain 2"
35+
36+
37+
38+
# List of resource that are recommended to complete before taking the test
39+
# Not strictly enforced, but recommended
40+
prerequisite_knowledge:
41+
- title: "Learning Path: Cloud Computing Basics"
42+
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
43+
- title: "Basic Certification: Networking Basics"
44+
link: "https://academy-domain.com/certifications/networking-basics"
45+
- title: "Basic knowledge of Linux command line"
46+
link: "https://linuxcommand.org/"
47+
48+
# List of additional resources for further reading
49+
related_resources:
50+
- title: "Documentation"
51+
link: "https://docs.example.com/"
52+
- title: "Instructions"
53+
link: "https://instructions.example.com/"
54+
- title: "YouTube Channel"
55+
link: "https://www.youtube.com/c/example"
56+
57+
# Additional attributes about the test
58+
additional_attributes:
59+
- title: "Retake Policy"
60+
description: "One Retake allowed after 30 days"
61+
- title: "Labs"
62+
description: "Hands-on labs included"
63+
64+
65+
---

archetypes/learning-path.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
type: "learning-path"
3+
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
4+
id: "id-from-cloud-content-wizard"
5+
description: "Provide an overview of what the learning path covers and its objectives."
6+
banner: "image.png"
7+
weight: 1
8+
draft: true
9+
tags: [cloud, infrastructure]
10+
level: "beginner"
11+
categories: "platform"
12+
13+
14+
# Table of content covered in the test
15+
# Each domain can have a weightage (percentage) and subdomains (items)
16+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
17+
competencies:
18+
- title: "Domain 1"
19+
percentage: 10 # Weightage of this domain in the test
20+
items:
21+
- "Subdomain 1"
22+
- "Subdomain 2"
23+
24+
- title: "Domain 2"
25+
percentage: 30
26+
items:
27+
- "Subdomain 1"
28+
- "Subdomain 2"
29+
30+
- title: "Domain 3"
31+
percentage: 60
32+
items:
33+
- "Subdomain 1"
34+
- "Subdomain 2"
35+
36+
37+
38+
# List of resource that are recommended to complete before taking the test
39+
# Not strictly enforced, but recommended
40+
prerequisite_knowledge:
41+
- title: "Learning Path: Cloud Computing Basics"
42+
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
43+
- title: "Basic Certification: Networking Basics"
44+
link: "https://academy-domain.com/certifications/networking-basics"
45+
- title: "Basic knowledge of Linux command line"
46+
link: "https://linuxcommand.org/"
47+
48+
# List of additional resources for further reading
49+
related_resources:
50+
- title: "Documentation"
51+
link: "https://docs.example.com/"
52+
- title: "Instructions"
53+
link: "https://instructions.example.com/"
54+
- title: "YouTube Channel"
55+
link: "https://www.youtube.com/c/example"
56+
57+
# Additional attributes about the test
58+
additional_attributes:
59+
- title: "Retake Policy"
60+
description: "One Retake allowed after 30 days"
61+
- title: "Labs"
62+
description: "Hands-on labs included"
63+
64+
65+
---

archetypes/test.md

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,12 @@
22
title: 'test'
33
pass_percentage: 70 # Minimum percentage required to pass the test
44
time_limit: 15 # Duration of the test in minutes
5-
max_attempts: 3 # Maximum number of attempts allowed for the test
5+
max_attempts: 3 # Maximum number of attempts allowed
66
difficulty: "beginner" # Difficulty level of the test
77
category: "Programming Languages" # Category of the test
88
tags: ["golang", "basics", "syntax", "fundamentals"] # Tags for the test, useful for search and categorization
99
type: "test" # Type of the content, in this case, a test ( required for the test to be recognized by the system )
1010

11-
12-
# Table of content covered in the test
13-
# Each domain can have a weightage (percentage) and subdomains (items)
14-
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
15-
competencies:
16-
- title: "Domain 1"
17-
percentage: 10 # Weightage of this domain in the test
18-
items:
19-
- "Subdomain 1"
20-
- "Subdomain 2"
21-
22-
- title: "Domain 2"
23-
percentage: 30
24-
items:
25-
- "Subdomain 1"
26-
- "Subdomain 2"
27-
28-
- title: "Domain 3"
29-
percentage: 60
30-
items:
31-
- "Subdomain 1"
32-
- "Subdomain 2"
33-
34-
35-
36-
# List of resource that are recommended to complete before taking the test
37-
# Not strictly enforced, but recommended
38-
prerequisite_knowledge:
39-
- title: "Learning Path: Cloud Computing Basics"
40-
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
41-
- title: "Basic Certification: Networking Basics"
42-
link: "https://academy-domain.com/certifications/networking-basics"
43-
- title: "Basic knowledge of Linux command line"
44-
link: "https://linuxcommand.org/"
45-
46-
# List of additional resources for further reading
47-
related_resources:
48-
- title: "Documentation"
49-
link: "https://docs.example.com/"
50-
- title: "Instructions"
51-
link: "https://instructions.example.com/"
52-
- title: "YouTube Channel"
53-
link: "https://www.youtube.com/c/example"
54-
55-
# Additional attributes about the test will be displayed in the test details page
56-
additional_attributes:
57-
- title: "Retake Policy"
58-
description: "One Retake allowed after 30 days"
59-
- title: "Labs"
60-
description: "Hands-on labs included"
61-
62-
6311
questions:
6412
# Multiple Choice Question (Single Answer)
6513
- id: "q1"

0 commit comments

Comments
 (0)