From e4099ee77cbbe6de76d67c4c2b8dfedeaecffaad Mon Sep 17 00:00:00 2001 From: bmagnin Date: Mon, 19 Nov 2012 21:25:42 +0100 Subject: [PATCH] inter activities en help : order images, lettres, mots, phrases --- .../Ordre images.wgt/js/script.js | 27 +++++++++++++++++-- .../Ordre lettres.wgt/js/script.js | 22 ++++++++++++++- .../Ordre mots.wgt/scripts/template2.js | 16 ++++++++++- .../Ordre phrase.wgt/scripts/template2.js | 18 +++++++++++-- 4 files changed, 77 insertions(+), 6 deletions(-) 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: +"

Order pictures

" + +"

Sort pictures in the order requested

" + + +"

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: +"

Order letters

" + +"

Drag and drop labels in the correct order

" + +"

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: +"

Order words

" + +"

Order words to reconstruct a correct sentence

" + + +"

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: +"

Order sentences

" + +"

Order fragments of the sentence to reconstruct the text.

" + +"

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" }