From f8d14f03fd809029a4a2eec6f0440578e87ebdb0 Mon Sep 17 00:00:00 2001 From: sravanthimodepu Date: Tue, 7 Sep 2021 11:09:25 +0530 Subject: [PATCH] added objective --- experiment-descriptor.json | 60 ++++++++++++++++++++++++++++++++++++++ experiment/aim.md | 3 -- experiment/objective.md | 1 + 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 experiment-descriptor.json create mode 100644 experiment/objective.md diff --git a/experiment-descriptor.json b/experiment-descriptor.json new file mode 100644 index 0000000..0f0798c --- /dev/null +++ b/experiment-descriptor.json @@ -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" + } + ] +} + diff --git a/experiment/aim.md b/experiment/aim.md index e1b15a2..711caca 100644 --- a/experiment/aim.md +++ b/experiment/aim.md @@ -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. diff --git a/experiment/objective.md b/experiment/objective.md new file mode 100644 index 0000000..8e4e88c --- /dev/null +++ b/experiment/objective.md @@ -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.