-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from virtual-labs/dev
added objective
- Loading branch information
Showing
3 changed files
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- To conduct shear test on specimens under double shear |