interactivities help en : selectionner, sep phrase, sep texte, syllabes

preferencesAboutTextFull
bmagnin 12 years ago
parent e4099ee77c
commit 66e7ffc143
  1. 20
      resources/library/interactivities/Selectionner.wgt/js/script.js
  2. 16
      resources/library/interactivities/Separe phrase.wgt/scripts/wcontainer.js
  3. 12
      resources/library/interactivities/Separe texte.wgt/scripts/wcontainer.js
  4. 15
      resources/library/interactivities/Syllabes.wgt/scripts/wcontainer.js

@ -9,13 +9,29 @@ var sankoreLang = {
shovel: "shovel",
dog: "dog",
tree: "tree",
wgt_name: "Select the desired",
wgt_name: "Select",
reload: "Reload",
slate: "slate",
pad: "pad",
none: "none",
help: "Help",
help_content: "This is an example of help content ...",
help_content:
"<p> <h2>Select</h2> </p>" +
"<p> <h3> Select the correct element in the list </h3> </p>" +
"<p> Choose correct element(s). If the result is correct, the area turns in green.</p>" +
"<p> “Reload “button resets the exercises.</p>" +
"<p> Enter the “Edit” mode to :</p>" +
"<ul><li> choose the theme of the App : tablet, slate, or none (by default : none),</li>" +
"<li> modify an exercise or create new ones in the same activity.</li></ul>" +
"<p>To create a new exercise :</p>" +
"<ul> <li> click on “New block”,</li>" +
"<li> insert an instruction clicking on the text field “Enter your instruction here ... ”,</li>" +
"<li> add text fields with “+T”,</li>" +
"<li> select the correct answer clicking in the box,</li>" +
"<li> change the order of images by dragging them.</li> </ul>" +
"<p> To delete a frame, click the cross (X).</p>" +
"<p> To delete a whole exercise, click the cross to the left. </p>" +
"<p> “Display” button comes back to the activity.</p>",
theme: "Theme"
};

@ -2,13 +2,25 @@ var sankoreLang = {
view: "Display",
edit: "Edit",
example: "this is a bunch of words which should be split apart",
wgt_name: "Split a phrase",
wgt_name: "Split a sentence",
reload: "Reload",
slate: "slate",
pad: "pad",
none: "none",
help: "Help",
help_content: "This is an example of help content ...",
help_content:
"<p><h2>Split a sentence</h2></p>" +
"<p><h3> Separate words in a sentence</h3></p>" +
"<p>The sentence is written without separations between words. The goal is to insert spaces in right places. If the result is correct, the area turns in green.</p> "+
"<p>To add separations between words, move the cursor and click between two characters, a separation is then added.</p>" +
"<p>“Reload” button resets the exercise.</p>" +
"<p>Enter the “Edit” mode to : </p>" +
"<ul><li> choose the theme of the App : tablet, slate, or none (by default : none),</li>" +
"<li>modify the sentence (select the text field).</li></ul>" +
"<p>“Display” button comes back to the activity.</p>",
theme: "Theme"
};

@ -8,7 +8,17 @@ var sankoreLang = {
pad: "pad",
none: "none",
help: "Help",
help_content: "This is an example of help content ...",
help_content:
"<p><h2>Split a text</h2></p>" +
"<p><h3>Separate sentences in a text</h3></p>" +
"<p>Text is written without the dots between sentences. The goal is to split the text correctly. If the result is correct, the area turns in green.</p>" +
"<p>To add points between sentences, move the cursor and click between two words.</p>" +
"<p>“Reload” button resets the exercise.</p>" +
"<p>Enter the “Edit” mode to :</p>" +
"<ul><li>choose the theme of the App : tablet, slate, or none (by default : none),</li>" +
"<li>modify the text (write in the text field different phrases separated by dots.)</li></ul>" +
"<p>Do not use question and exclamation mark.</p>" +
"<p>“Display” button comes back to the activity.</p>",
theme: "Theme"
};

@ -2,13 +2,24 @@ var sankoreLang = {
view: "Display",
edit: "Edit",
example: "so*phis*ti*ca*ted",
wgt_name: "Split a word",
wgt_name: "Syllables",
reload: "Reload",
slate: "slate",
pad: "pad",
none: "none",
help: "Help",
help_content: "This is an example of help content ...",
help_content:
"<p><h2> Syllables </h2></p>" +
"<p><h3> Separate the syllables of a word</h3></p>" +
"<p>The goal is split the word correctly. If the result is correct, the area turns in green. </p>" +
"<p>To add a separation between two syllables, move the cursor and click between two characters.</p>" +
"<p>“Reload” button resets the exercise. </ P>" +
"<p>Enter the “Edit” mode to : </p>" +
"<ul><li> choose the theme of the App : tablet, slate, or none (by default : none),</li>" +
"<li>modify the word (write in the text field and separate syllables with *).</li> </ul>" +
"<p>“Display” button comes back to the activity.</p>",
theme: "Theme"
};

Loading…
Cancel
Save