diff --git a/resources/library/interactivities/Ordre images.wgt/js/script.js b/resources/library/interactivities/Ordre images.wgt/js/script.js index bd2cb137..2fdd556a 100644 --- a/resources/library/interactivities/Ordre images.wgt/js/script.js +++ b/resources/library/interactivities/Ordre images.wgt/js/script.js @@ -4,13 +4,36 @@ var sankoreLang = { short_desc: "Place the pictures in ascending order.", add: "Add new block", enter: "Enter your instruction here ...", - wgt_name: "Order images", + wgt_name: "Order pictures", reload: "Reload", slate: "slate", pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"
The number on the frame indicates the order in which the images should be classified. Drag and drop to rank pictures. Once all pictures are correctly classified, the area turns in green.
"+ +"Reload “button resets the exercises.
" + + +"Enter the “Edit” mode to :
" + +"To create a new exercise :
" + +"To delete a frame, click the cross (X).
" + +"To change a picture, click the “reload” button on the frame.
" + + +"To delete a whole exercise, click the cross to the left.
" + + +"“Display” button comes back to the activity.
", theme: "Theme" }; diff --git a/resources/library/interactivities/Ordre lettres.wgt/js/script.js b/resources/library/interactivities/Ordre lettres.wgt/js/script.js index 9335dbab..27584ab6 100644 --- a/resources/library/interactivities/Ordre lettres.wgt/js/script.js +++ b/resources/library/interactivities/Ordre lettres.wgt/js/script.js @@ -11,7 +11,27 @@ var sankoreLang = { pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"
Listen to the audio file and drag and drop labels in the correct order. If the result is correct, the area turns in green.
"+ + +"You can also use this activity with numbers.
" + + +"“Reload” button resets the exercises.
" + + +"Enter the “Edit” mode to :
" + +"To create a new exercise :
" + +"To replace an audio file, drag a new one from your library.
" + +"To delete a whole block, click on the cross on the left.
" + +"“Display” button comes back to the activity.
", theme: "Theme" }; diff --git a/resources/library/interactivities/Ordre mots.wgt/scripts/template2.js b/resources/library/interactivities/Ordre mots.wgt/scripts/template2.js index 60fdb879..e433c45e 100644 --- a/resources/library/interactivities/Ordre mots.wgt/scripts/template2.js +++ b/resources/library/interactivities/Ordre mots.wgt/scripts/template2.js @@ -36,7 +36,21 @@ var sankoreLang = { pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"The interactivity displays labels in a random order. Drag and drop words in correct order. If the result is correct, the area turns in green.
"+ +"“Reload” button resets the exercises.
" + + +"Enter the “Edit” mode to :
" + +"To create a new exercise :
" + +"“Display” button comes back to the activity.
", theme: "Theme" }; diff --git a/resources/library/interactivities/Ordre phrase.wgt/scripts/template2.js b/resources/library/interactivities/Ordre phrase.wgt/scripts/template2.js index 09860964..8a9d9d6c 100644 --- a/resources/library/interactivities/Ordre phrase.wgt/scripts/template2.js +++ b/resources/library/interactivities/Ordre phrase.wgt/scripts/template2.js @@ -30,13 +30,27 @@ var sankoreLang = { edit: "Edit", view: "Display", example: "this is\nan example\nsentence", - wgt_name: "Order phrases", + wgt_name: "Order sentences", reload: "Reload", slate: "slate", pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"The interactivity displays labels in a random order. Drag and drop fragments in correct order. If the result is correct, the area turns in green.
"+ + +"“Reload “button resets the exercises.
" + + +"Enter the “Edit” mode to :
" + +"To create a new exercise :
" + +"“Display” button comes back to the activity.
", theme: "Theme" }