Skip to content

Commit 2e2435b

Browse files
committed
2 parents 6ab57e2 + 6d89575 commit 2e2435b

File tree

3 files changed

+55
-38
lines changed

3 files changed

+55
-38
lines changed

experiment-descriptor.json

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

experiment/posttest.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

experiment/pretest.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)