Skip to content

Commit 8dc6df7

Browse files
committed
add exam and tests
Signed-off-by: Aabid Sofi <[email protected]>
1 parent ea8aa34 commit 8dc6df7

File tree

6 files changed

+92
-0
lines changed

6 files changed

+92
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Course Test"
3+
passing_percentage: 70
4+
questions:
5+
- id: "q1"
6+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
7+
type: "mcq"
8+
multiple_answers: true
9+
marks: 2
10+
options:
11+
- id: "a"
12+
text: "Austria"
13+
- id: "b"
14+
text: "Germany"
15+
- id: "c"
16+
text: "Switzerland"
17+
is_correct: true
18+
layout: "quiz"
19+
type: "quiz"
20+
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Exam"
3+
passing_percentage: 70
4+
questions:
5+
- id: "q1"
6+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
7+
type: "mcq"
8+
multiple_answers: true
9+
marks: 2
10+
options:
11+
- id: "a"
12+
text: "Austria"
13+
- id: "b"
14+
text: "Germany"
15+
- id: "c"
16+
text: "Switzerland"
17+
is_correct: true
18+
layout: "quiz"
19+
type: "quiz"
20+
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Course Test"
3+
passing_percentage: 70
4+
questions:
5+
- id: "q1"
6+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
7+
type: "mcq"
8+
multiple_answers: true
9+
marks: 2
10+
options:
11+
- id: "a"
12+
text: "Austria"
13+
- id: "b"
14+
text: "Germany"
15+
- id: "c"
16+
text: "Switzerland"
17+
is_correct: true
18+
layout: "quiz"
19+
type: "quiz"
20+
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Course Test"
3+
passing_percentage: 70
4+
questions:
5+
- id: "q1"
6+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
7+
type: "mcq"
8+
multiple_answers: true
9+
marks: 2
10+
options:
11+
- id: "a"
12+
text: "Austria"
13+
- id: "b"
14+
text: "Germany"
15+
- id: "c"
16+
text: "Switzerland"
17+
is_correct: true
18+
layout: "quiz"
19+
type: "quiz"
20+
---

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ go 1.24.5
66
// replace github.com/layer5io/academy-theme v0.1.9 => ../academy-theme
77

88
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
9+
10+
require (
11+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
12+
github.com/layer5io/academy-theme v0.1.27 // indirect
13+
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
14+
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
2+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/layer5io/academy-theme v0.1.27 h1:vVHBtZMOLJn9CbBG9iIcxxv6+TAmD3d7UusKH0a5KcE=
4+
github.com/layer5io/academy-theme v0.1.27/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
5+
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
6+
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)