File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "unit-type" : " lu" ,
3+ "label" : " " ,
4+ "basedir" : " ." ,
5+ "LaTeXinMD" : true ,
6+ "KaTeXinMD" :true ,
7+ "code-assessment" : {
8+ "include" : false ,
9+ "languages" : [" javascript" ],
10+ "position" : 5
11+ },
12+ "service-worker" : " /path/to/service-worker.js" ,
13+ "units" : [
14+ {
15+ "unit-type" : " aim"
16+ },
17+ {
18+ "target" : " theory.html" ,
19+ "source" : " theory.md" ,
20+ "label" : " Theory" ,
21+ "unit-type" : " task" ,
22+ "content-type" : " text"
23+ },
24+ {
25+ "target" : " pretest.html" ,
26+ "source" : " pretest.json" ,
27+ "label" : " Pretest" ,
28+ "unit-type" : " task" ,
29+ "content-type" : " assesment"
30+ },
31+ {
32+ "target" : " procedure.html" ,
33+ "source" : " procedure.md" ,
34+ "label" : " Procedure" ,
35+ "unit-type" : " task" ,
36+ "content-type" : " text"
37+ },
38+ {
39+ "target" : " simulation.html" ,
40+ "source" : " simulation/index.html" ,
41+ "label" : " Simulation" ,
42+ "unit-type" : " task" ,
43+ "content-type" : " simulation"
44+ },
45+ {
46+ "target" : " posttest.html" ,
47+ "source" : " posttest.json" ,
48+ "label" : " Posttest" ,
49+ "unit-type" : " task" ,
50+ "content-type" : " assesment"
51+ },
52+ {
53+ "target" : " references.html" ,
54+ "source" : " references.md" ,
55+ "label" : " References" ,
56+ "unit-type" : " task" ,
57+ "content-type" : " text"
58+ }
59+ ]
60+ }
You can’t perform that action at this time.
0 commit comments