Skip to content

Commit

Permalink
added objective
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanthimodepu committed Sep 7, 2021
1 parent ca30de7 commit b84b8fc
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 4 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: 0 additions & 4 deletions experiment/aim.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
A coil spring, also known as a helical spring, is a mechanical device that is typically used to store energy and subsequently release it, absorb shock, or maintain a force between surfaces in contact. They are made of an elastic material formed into the shape of a helix, which returns to its natural length when unloaded.


**Objective**

To determine the deflection, stiffness & strain energy of a coiled spring.



1 change: 1 addition & 0 deletions experiment/objective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- To determine the deflection, stiffness & strain energy of a coiled spring.

0 comments on commit b84b8fc

Please sign in to comment.