Skip to content

Commit

Permalink
Merge pull request #12 from virtual-labs/dev
Browse files Browse the repository at this point in the history
added experiment descriptor
  • Loading branch information
Ronak-Dhingra authored May 12, 2024
2 parents e0e11a6 + 34f7705 commit 384dd11
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions experiment-descriptor.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 384dd11

Please sign in to comment.