diff --git a/experiment-descriptor.json b/experiment-descriptor.json new file mode 100644 index 0000000..26fde85 --- /dev/null +++ b/experiment-descriptor.json @@ -0,0 +1,60 @@ +{ + "unit-type": "lu", + "label": "", + "basedir": ".", + "LaTeXinMD": true, + "KaTeXinMD":true, + "code-assessment": { + "include": false, + "languages": ["javascript"], + "position": 5 + }, + "service-worker": "/path/to/service-worker.js", + "units": [ + { + "unit-type": "aim" + }, + { + "target": "theory.html", + "source": "theory.md", + "label": "Theory", + "unit-type": "task", + "content-type": "text" + }, + { + "target": "pretest.html", + "source": "pretest.json", + "label": "Pretest", + "unit-type": "task", + "content-type": "assesment" + }, + { + "target": "procedure.html", + "source": "procedure.md", + "label": "Procedure", + "unit-type": "task", + "content-type": "text" + }, + { + "target": "simulation.html", + "source": "simulation/index.html", + "label": "Simulation", + "unit-type": "task", + "content-type": "simulation" + }, + { + "target": "posttest.html", + "source": "posttest.json", + "label": "Posttest", + "unit-type": "task", + "content-type": "assesment" + }, + { + "target": "references.html", + "source": "references.md", + "label": "References", + "unit-type": "task", + "content-type": "text" + } + ] +} \ No newline at end of file