Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedp9984 authored Jan 17, 2025
1 parent 4a0c17c commit 38f8318
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions experiment-descriptor.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 38f8318

Please sign in to comment.