/test (1)
+├── 0_netstat (2)
+│ ├── code (3)
+│ ├── codeanswer (4)
+│ ├── codehelp (5)
+│ ├── info (6)
+│ └── q-info (7)
+└── intro (8)
+diff --git a/swarmlab/main.adoc b/swarmlab/main.adoc index 69951d5..0f9c92d 100644 --- a/swarmlab/main.adoc +++ b/swarmlab/main.adoc @@ -362,7 +362,7 @@ Learning Objects Notebooks Based on the following structure: --- # Programming language name: "test" // <1> author: "zeus" - intro: "intro" // <2> + intro: "intro" # intro is a file // <2> base_url: "https://git.swarmlab.io:3000/labs/examples-mpi2/raw/branch/master" // <3> 0_netstat: // <4> display_name: "netstat" // <5> @@ -403,6 +403,27 @@ Learning Objects Notebooks Based on the following structure: <14> Challenge spec [Optional] <15> Difficulty - 1 beginer, 2 intermediate, 3 advanced, 4 expert, 5 guru +This example LO is organized as follows + +[source,yaml] +---- +/test // <1> +├── 0_netstat // <2> +│ ├── code // <3> +│ ├── codeanswer // <4> +│ ├── codehelp // <5> +│ ├── info // <6> +│ └── q-info // <7> +└── intro // <8> +---- +<1> Bare Directory - based on: LabLearningObject Name +<2> Code spec - based on: Task Name +<3> Code snippets to execute +<4> Contain the answer. +<5> Hints. +<6> Task info file. +<7> Question file +<8> Intro file. diff --git a/swarmlab/main.adoc.html b/swarmlab/main.adoc.html index 789d939..3090836 100644 --- a/swarmlab/main.adoc.html +++ b/swarmlab/main.adoc.html @@ -1174,7 +1174,7 @@ Bootstraping is final and no further edits are allowed!!
--- # Programming language
name: "test" (1)
author: "zeus"
- intro: "intro" (2)
+ intro: "intro" # intro is a file (2)
base_url: "https://git.swarmlab.io:3000/labs/examples-mpi2/raw/branch/master" (3)
0_netstat: (4)
display_name: "netstat" (5)
@@ -1264,6 +1264,57 @@ Bootstraping is final and no further edits are allowed!!
+
+This example LO is organized as follows
+
+
+
+/test (1)
+├── 0_netstat (2)
+│ ├── code (3)
+│ ├── codeanswer (4)
+│ ├── codehelp (5)
+│ ├── info (6)
+│ └── q-info (7)
+└── intro (8)
+
+
+
+
+
+1
+Bare Directory - based on: LabLearningObject Name
+
+
+2
+Code spec - based on: Task Name
+
+
+3
+Code snippets to execute
+
+
+4
+Contain the answer.
+
+
+5
+Hints.
+
+
+6
+Task info file.
+
+
+7
+Question file
+
+
+8
+Intro file.
+
+
+
@@ -1297,7 +1348,7 @@ Bootstraping is final and no further edits are allowed!!