diff --git a/experiment-descriptor.json b/experiment-descriptor.json new file mode 100644 index 0000000..579c4bd --- /dev/null +++ b/experiment-descriptor.json @@ -0,0 +1,59 @@ +{ + "unit-type": "lu", + "label": "", + "basedir": ".", + "units": [ + { + "unit-type": "aim" + }, + { + "target": "theory.html", + "source": "theory.md", + "label": "Theory", + "unit-type": "task", + "content-type": "text" + }, + { + "target": "procedure.html", + "source": "procedure.md", + "label": "Procedure", + "unit-type": "task", + "content-type": "text" + }, + { + "unit-type": "task", + "label": "Pretest", + "content-type": "assesment", + "source": "pretest.json", + "target": "pretest.html" + }, + { + "target": "simulation.html", + "source": "simulation/simulation.html", + "label": "Demo", + "unit-type": "task", + "content-type": "simulation" + }, + { + "target": "practice.html", + "source": "simulation/practice.html", + "label": "Practice", + "unit-type": "task", + "content-type": "simulation" + }, + { + "unit-type": "task", + "label": "Posttest", + "content-type": "assesment", + "source": "posttest.json", + "target": "posttest.html" + }, + { + "target": "references.html", + "source": "references.md", + "label": "References", + "unit-type": "task", + "content-type": "text" + } + ] + } \ No newline at end of file