File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
Expand file tree Collapse file tree 1 file changed +54
-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+ "service-worker" : " /path/to/service-worker.js" ,
7+ "units" : [
8+ {
9+ "unit-type" : " aim"
10+ },
11+ {
12+ "target" : " theory.html" ,
13+ "source" : " theory.md" ,
14+ "label" : " Theory" ,
15+ "unit-type" : " task" ,
16+ "content-type" : " text"
17+ },
18+ {
19+ "target" : " pretest.html" ,
20+ "source" : " pretest.json" ,
21+ "label" : " Pretest" ,
22+ "unit-type" : " task" ,
23+ "content-type" : " assesment"
24+ },
25+ {
26+ "target" : " procedure.html" ,
27+ "source" : " procedure.md" ,
28+ "label" : " Procedure" ,
29+ "unit-type" : " task" ,
30+ "content-type" : " text"
31+ },
32+ {
33+ "target" : " simulation.html" ,
34+ "source" : " simulation/index.html" ,
35+ "label" : " Simulation" ,
36+ "unit-type" : " task" ,
37+ "content-type" : " simulation"
38+ },
39+ {
40+ "target" : " posttest.html" ,
41+ "source" : " posttest.json" ,
42+ "label" : " Posttest" ,
43+ "unit-type" : " task" ,
44+ "content-type" : " assesment"
45+ },
46+ {
47+ "target" : " references.html" ,
48+ "source" : " references.md" ,
49+ "label" : " References" ,
50+ "unit-type" : " task" ,
51+ "content-type" : " text"
52+ }
53+ ]
54+ }
You can’t perform that action at this time.
0 commit comments