diff --git a/resources/library/interactivities/Cat images.wgt/js/script.js b/resources/library/interactivities/Cat images.wgt/js/script.js index 9c4358b4..4868730d 100644 --- a/resources/library/interactivities/Cat images.wgt/js/script.js +++ b/resources/library/interactivities/Cat images.wgt/js/script.js @@ -5,13 +5,34 @@ var sankoreLang = { second_desc: "Even numbers", enter: "Enter your category name here ...", add: "Add new block", - wgt_name: "Categorize images", + wgt_name: "Categorize pictures", reload: "Reload", slate: "slate", pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"

Categorize pictures

" + +"

Sort pictures according to the name of the category

" + + +"

Drag and drop pictures in the corresponding category. All pictures should be placed to get a feed back from interactivity. If the result is incorrect, the area turns in red. 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 :

" + +"" + +"

To delete a picture, click on the cross button on the frame.

" + +"

To remove a category, click on the “-” sign on the right.

" + +"

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/Cat images.wgt/locales/fr/js/script.js b/resources/library/interactivities/Cat images.wgt/locales/fr/js/script.js index a23d77b7..08afbca6 100644 --- a/resources/library/interactivities/Cat images.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/Cat images.wgt/locales/fr/js/script.js @@ -14,7 +14,7 @@ var sankoreLang = { help_content: "

Catégoriser des images

"+ "

Classer des images en fonction de la dénomination de la catégorie.

"+ - "

L’activité s’effectue par un glisser-déposer de l’image dans la catégorie correspondante. Tant que toutes les images d’une catégorie ne sont pas classées, la zone reste rouge. Une fois que toutes les images sont classées dans la bonne catégorie, la zone se colore en vert.

"+ + "

L’activité s’effectue par un glisser-déposer de l’image dans la catégorie correspondante. Une fois que toutes les images sont classées dans la bonne catégorie, la zone se colore en vert.

"+ "

Le bouton “Recharger” réinitialise les exercices.

"+ "

Le bouton “Modifier” vous permet :

"+ diff --git a/resources/library/interactivities/Cat text.wgt/js/script.js b/resources/library/interactivities/Cat text.wgt/js/script.js index 5744ce0a..7fbdebdf 100644 --- a/resources/library/interactivities/Cat text.wgt/js/script.js +++ b/resources/library/interactivities/Cat text.wgt/js/script.js @@ -17,7 +17,24 @@ var sankoreLang = { pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"

Categorize text

" + +"

Sort labels according to the name of the category

" + +"

Drag and drop labels in the corresponding category. All pictures should be placed to get a feed back from interactivity. If the result is incorrect, the area turns in red. 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 :

" + +"" + +"

To remove a label, click on the cross button on the frame.

" + +"

To delete a category, click on the “-” sign on the right.

" + +"

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/Cat text.wgt/locales/fr/js/script.js b/resources/library/interactivities/Cat text.wgt/locales/fr/js/script.js index 3e1395ec..e823229b 100644 --- a/resources/library/interactivities/Cat text.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/Cat text.wgt/locales/fr/js/script.js @@ -20,7 +20,7 @@ var sankoreLang = { help_content: "

Catégoriser des textes

"+ "

Classer des étiquettes de mots en fonction de la dénomination de la catégorie.

"+ - "

L’activité s’effectue par un glisser-déposer de l’étiquette de mots dans la catégorie correspondante. Tant que toutes les étiquettes de mots ne sont pas classées, la zone reste rouge. Une fois que toutes les étiquettes de mots sont classées dans la bonne catégorie, la zone se colore en vert.

"+ + "

L’activité s’effectue par un glisser-déposer de l’étiquette de mots dans la catégorie correspondante. Une fois que toutes les étiquettes de mots sont classées dans la bonne catégorie, la zone se colore en vert.

"+ "

Le bouton “Recharger” réinitialise les exercices.

"+ diff --git a/resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js b/resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js index 8bb552c3..b7c9a5a3 100644 --- a/resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js +++ b/resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js @@ -41,7 +41,27 @@ var sankoreLang = { pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"

Choose the right answer

" + +"

Multiple-Choice Question (MCQ).

" + +"

Multiple-choice question. The goal is to choose the correct answer.

" + +"

“Reload” button resets the exercises.

" + + +"

Enter the “Edit” mode to :

" + +"" + + +"

To create a new exercise :

" + +"" + +"

To remove a label, click on the cross button on the frame.

" + +"

To delete a possible answer click on the cross on the left.

" + +"

To delete a question, click on the cross on the left.

" + +"

“Display” button comes back to the activity.

", theme: "Theme" }; diff --git a/resources/library/interactivities/Contraste.wgt/scripts/blackYellow.js b/resources/library/interactivities/Contraste.wgt/scripts/blackYellow.js index 593bde46..d3e569cb 100644 --- a/resources/library/interactivities/Contraste.wgt/scripts/blackYellow.js +++ b/resources/library/interactivities/Contraste.wgt/scripts/blackYellow.js @@ -27,7 +27,23 @@ var sankoreLang = { pad: "pad", none: "none", help: "Help", - help_content: "This is an example of help content ...", + help_content: +"

Contrast

" + +"

Color game

" + + +"

Hide and show text playing with the background color (yellow or black). Hide and show data dragging and dropping text fields to the right or the left.

"+ +"

“Reload” button resets the exercises.

" + +"

Enter the “Edit” mode to :

" + +"" + + +"

To create a new label :

" + +"" + +"

To modify data or results, click directly on text fields.

" + +"

To delete a label, click on the “X”.

" + +"

“Display” button comes back to the activity.

", theme: "Theme" };