Skip to content

Commit 49d6d8b

Browse files
committed
Merge branch 'dev' into testing
2 parents 56905b5 + 821936d commit 49d6d8b

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

experiment-descriptor.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"unit-type": "lu",
3+
"label": "",
4+
"basedir": ".",
5+
"LaTeXinMD": true,
6+
"KaTeXinMD":true,
7+
"code-assessment": {
8+
"include": false,
9+
"languages": ["javascript"],
10+
"position": 5
11+
},
12+
"service-worker": "/path/to/service-worker.js",
13+
"units": [
14+
{
15+
"unit-type": "aim"
16+
},
17+
{
18+
"target": "theory.html",
19+
"source": "theory.md",
20+
"label": "Theory",
21+
"unit-type": "task",
22+
"content-type": "text"
23+
},
24+
{
25+
"target": "pretest.html",
26+
"source": "pretest.json",
27+
"label": "Pretest",
28+
"unit-type": "task",
29+
"content-type": "assesment"
30+
},
31+
{
32+
"target": "procedure.html",
33+
"source": "procedure.md",
34+
"label": "Procedure",
35+
"unit-type": "task",
36+
"content-type": "text"
37+
},
38+
{
39+
"target": "simulation.html",
40+
"source": "simulation/index.html",
41+
"label": "Simulation",
42+
"unit-type": "task",
43+
"content-type": "simulation"
44+
},
45+
{
46+
"target": "posttest.html",
47+
"source": "posttest.json",
48+
"label": "Posttest",
49+
"unit-type": "task",
50+
"content-type": "assesment"
51+
},
52+
{
53+
"target": "references.html",
54+
"source": "references.md",
55+
"label": "References",
56+
"unit-type": "task",
57+
"content-type": "text"
58+
}
59+
]
60+
}

0 commit comments

Comments
 (0)