Skip to content

Commit

Permalink
Merge pull request #9 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 2e1bb15 + f8d14f0 commit 3cbdeae
Show file tree
Hide file tree
Showing 3 changed files with 61 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"
}
]
}

3 changes: 0 additions & 3 deletions experiment/aim.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ A tensile test, also known as tension test, is probably the most fundamental typ

Tensile testing is one of the more basic tests to determine stress-strain relationships.Test specimens for tensile testing are generally either circular or rectangular with larger ends to facilitate gripping the sample.

**Objective**

To develop an understanding of stress-strain curves of materials, and learn how to use them to determine various mechanical properties of ductile and brittle materials.

1 change: 1 addition & 0 deletions experiment/objective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- To develop an understanding of stress-strain curves of materials, and learn how to use them to determine various mechanical properties of ductile and brittle materials.

0 comments on commit 3cbdeae

Please sign in to comment.