Skip to content

Commit 3e3e357

Browse files
committed
add experiment descriptor
1 parent 7493ead commit 3e3e357

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

experiment-descriptor.json

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

0 commit comments

Comments
 (0)