Skip to content

Commit dc34cc4

Browse files
committed
2 parents 7c3df59 + 1af8ba7 commit dc34cc4

File tree

2 files changed

+61
-19
lines changed

2 files changed

+61
-19
lines changed

experiment-descriptor.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
"target": "objective.html",
18+
"source": "objective.md",
19+
"label": "Objective",
20+
"unit-type": "task",
21+
"content-type": "text"
22+
},
23+
{
24+
"target": "procedure.html",
25+
"source": "procedure.md",
26+
"label": "Procedure",
27+
"unit-type": "task",
28+
"content-type": "text"
29+
},
30+
{
31+
"target": "simulation.html",
32+
"source": "simulation/index.html",
33+
"label": "Simulation",
34+
"unit-type": "task",
35+
"content-type": "simulation"
36+
},
37+
{
38+
"target": "observations.html",
39+
"source": "observations.md",
40+
"label": "Observations",
41+
"unit-type": "task",
42+
"content-type": "text"
43+
},
44+
{
45+
"target": "assignment.html",
46+
"source": "assignment.md",
47+
"label": "Assignment",
48+
"unit-type": "task",
49+
"content-type": "text"
50+
},
51+
52+
{
53+
"target": "references.html",
54+
"source": "references.md",
55+
"label": "References",
56+
"unit-type": "task",
57+
"content-type": "text"
58+
}
59+
]
60+
}
61+

posttest.json

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

0 commit comments

Comments
 (0)