Skip to content

Commit

Permalink
Merge pull request #15 from virtual-labs/dev
Browse files Browse the repository at this point in the history
added objective
  • Loading branch information
sravanthimodepu authored Sep 8, 2021
2 parents cab853b + 2732bc1 commit 3e2afa1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 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": ".",
"units": [
{
"unit-type": "aim"
},
{
"target": "theory.html",
"source": "theory.md",
"label": "Theory",
"unit-type": "task",
"content-type": "text"
},
{
"target": "objective.html",
"source": "objective.md",
"label": "Objective",
"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"
}
]
}

4 changes: 1 addition & 3 deletions experiment/aim.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
**Objective**

To determine the Shear Test of Steel.
- To determine the Shear Test of Steel.

1 change: 1 addition & 0 deletions experiment/objective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- To conduct shear test on specimens under double shear

0 comments on commit 3e2afa1

Please sign in to comment.