Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
8a74d6ca
Commit
8a74d6ca
authored
Apr 05, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording
parent
29405d53
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
30 additions
and
30 deletions
+30
-30
languages.js
.../library/interactivities/Choisir.wgt/scripts/languages.js
+11
-11
script.js
.../library/interactivities/associer_images.wgt/js/script.js
+1
-1
script.js
...brary/interactivities/categoriser_images.wgt/js/script.js
+1
-1
script.js
...library/interactivities/categoriser_text.wgt/js/script.js
+2
-2
script.js
resources/library/interactivities/etudier.wgt/js/script.js
+2
-2
template2.js
...ractivities/ord-words.wgt/locales/fr/scripts/template2.js
+1
-1
script.js
...ctivities/ordonner_des_images.wgt/locales/fr/js/script.js
+3
-3
script.js
...tivities/ordonner_des_letters.wgt/locales/fr/js/script.js
+3
-3
script.js
.../interactivities/selectionner.wgt/locales/fr/js/script.js
+2
-2
wcontainer.js
...ctivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js
+2
-2
wcontainer.js
...ractivities/spl-text.wgt/locales/fr/scripts/wcontainer.js
+1
-1
wcontainer.js
...ractivities/spl-word.wgt/locales/fr/scripts/wcontainer.js
+1
-1
No files found.
resources/library/interactivities/Choisir.wgt/scripts/languages.js
View file @
8a74d6ca
...
...
@@ -6,20 +6,20 @@ var sankoreLang = {
"example_question"
:
"This is an example of the question"
,
"answer"
:
"This is an example of the answer"
,
"q"
:
"Q"
,
"add_new_question"
:
"Add new question ..."
,
"add_new_question"
:
"Add
a
new question ..."
,
"options"
:
"Options"
,
"close"
:
"Close"
,
"delete_question"
:
"Delete question"
,
"delete_answer"
:
"Delete a
nswer
"
,
"delete_question"
:
"Delete
the
question"
,
"delete_answer"
:
"Delete a
possibility
"
,
"right_answer"
:
"Right answer"
,
"template_question"
:
"Enter
your
question here ..."
,
"template_answer"
:
"Enter
the answer
here ..."
,
"add_answer"
:
"Add a
nswer
"
,
"template_question"
:
"Enter
a
question here ..."
,
"template_answer"
:
"Enter
a possibility
here ..."
,
"add_answer"
:
"Add a
possibility
"
,
"select_text"
:
"Choose the right answer"
,
"options_desc"
:
"
You can choose any of these three options of displaying your answers. See a short their description.
"
,
"radio_desc"
:
"
This option allow to choose one answer only and the answer
s are displayed as radio buttons."
,
"checkbox_desc"
:
"
This option allow to choose several answers and the answer
s are displayed as checkboxes."
,
"select_desc"
:
"
This option allow to chose one answer only and the answer
s are displayed as pull-down menu."
,
"options_desc"
:
"
Types of question
"
,
"radio_desc"
:
"
Option 1 : one right answer, possibilitie
s are displayed as radio buttons."
,
"checkbox_desc"
:
"
Option 2 : several right answers, possibilitie
s are displayed as checkboxes."
,
"select_desc"
:
"
Option 3 : one right answer, possibilitie
s are displayed as pull-down menu."
,
"a"
:
"A"
},
"ru"
:{
...
...
@@ -59,7 +59,7 @@ var sankoreLang = {
"delete_answer"
:
"Supprimer la possibilité"
,
"right_answer"
:
"Bonne réponse"
,
"template_question"
:
"Saisir la question ici ..."
,
"template_answer"
:
"Saisir
la réponse
ici ..."
,
"template_answer"
:
"Saisir
une possibilité
ici ..."
,
"add_answer"
:
"Ajouter une possibilité"
,
"select_text"
:
"Choisir la bonne réponse"
,
"options_desc"
:
"Types de questions"
,
...
...
resources/library/interactivities/associer_images.wgt/js/script.js
View file @
8a74d6ca
...
...
@@ -3,7 +3,7 @@ var sankoreLang = {
edit
:
"Edit"
,
short_desc
:
"Select the number
\"
three
\"
."
,
add
:
"Add new block"
,
enter
:
"Enter
your condition
here ..."
enter
:
"Enter
what to do
here ..."
};
//main function
...
...
resources/library/interactivities/categoriser_images.wgt/js/script.js
View file @
8a74d6ca
...
...
@@ -3,7 +3,7 @@ var sankoreLang = {
edit
:
"Edit"
,
first_desc
:
"Odd numbers"
,
second_desc
:
"Even numbers"
,
enter
:
"Enter
your
category name here ..."
,
enter
:
"Enter
a
category name here ..."
,
add
:
"Add new block"
};
...
...
resources/library/interactivities/categoriser_text.wgt/js/script.js
View file @
8a74d6ca
...
...
@@ -3,12 +3,12 @@ var sankoreLang = {
edit
:
"Edit"
,
first_desc
:
"Fruits"
,
second_desc
:
"Vegetables"
,
potatoes
:
"Potato
es
"
,
potatoes
:
"Potato"
,
carrot
:
"Carrot"
,
onion
:
"Onion"
,
apple
:
"Apple"
,
pear
:
"Pear"
,
enter
:
"Enter
your
category name here ..."
,
enter
:
"Enter
a
category name here ..."
,
add
:
"Add new block"
,
text
:
"Some text"
};
...
...
resources/library/interactivities/etudier.wgt/js/script.js
View file @
8a74d6ca
var
sankoreLang
=
{
display
:
"Display"
,
edit
:
"Edit"
,
text_content
:
"This is an example. Instead of this text you can put your own content
.
"
,
text_content
:
"This is an example. Instead of this text you can put your own content
or drag an drop a picture or an audio file
"
,
new_txt
:
"New text block"
,
new_slide
:
"This is new slide."
new_slide
:
"This is
a
new slide."
};
//some flags
...
...
resources/library/interactivities/ord-words.wgt/locales/fr/scripts/template2.js
View file @
8a74d6ca
...
...
@@ -29,7 +29,7 @@ function checkResponse()
var
sankoreLang
=
{
view
:
"Afficher"
,
edit
:
"Modifier"
,
example
:
"Il*
y*a*longtemps*,*nous*tions**la*mer*
."
example
:
"Il*
était*une*fois*..
."
};
var
word
=
""
;
...
...
resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js
View file @
8a74d6ca
var
sankoreLang
=
{
display
:
"Affich
age
"
,
display
:
"Affich
er
"
,
edit
:
"Modifier"
,
short_desc
:
"Place
z
les photos dans l'ordre croissant."
,
short_desc
:
"Place
r
les photos dans l'ordre croissant."
,
add
:
"Nouveau bloc"
,
enter
:
"Saisi
ssez
votre texte ici ..."
enter
:
"Saisi
r
votre texte ici ..."
};
//main function
...
...
resources/library/interactivities/ordonner_des_letters.wgt/locales/fr/js/script.js
View file @
8a74d6ca
var
sankoreLang
=
{
display
:
"
D'affichage
"
,
display
:
"
Afficher
"
,
edit
:
"Modifier"
,
short_desc
:
"Ecoute
z le son et faire le bon mot
."
,
short_desc
:
"Ecoute
r le son et replacer les lettres dans l'ordre
."
,
add
:
"Nouveau bloc"
,
enter
:
"
Entrez votre description
ici ..."
,
enter
:
"
Saisir la consigne
ici ..."
,
example
:
"exemple"
};
...
...
resources/library/interactivities/selectionner.wgt/locales/fr/js/script.js
View file @
8a74d6ca
var
sankoreLang
=
{
display
:
"Affichage"
,
edit
:
"Modifier"
,
short_desc
:
"Sélectionne
z les animaux de la liste suivante
:"
,
short_desc
:
"Sélectionne
r les animaux dans la liste suivante
:"
,
add
:
"Nouveau bloc"
,
enter
:
"Saisi
ssez votr
e texte ici ..."
,
enter
:
"Saisi
r l
e texte ici ..."
,
cat
:
"chat"
,
ball
:
"balle"
,
shovel
:
"pelle"
,
...
...
resources/library/interactivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js
View file @
8a74d6ca
var
sankoreLang
=
{
view
:
"
D'affichage
"
,
view
:
"
Afficher
"
,
edit
:
"Modifier"
,
example
:
"
c'est un tas de mots qui ne devraient être répartis à par
t"
example
:
"
Ceci est une série de mots à séparer correctemen
t"
};
// if use the "view/edit" button or rely on the api instead
...
...
resources/library/interactivities/spl-text.wgt/locales/fr/scripts/wcontainer.js
View file @
8a74d6ca
var
sankoreLang
=
{
view
:
"
D'affichage
"
,
view
:
"
Afficher
"
,
edit
:
"Modifier"
,
example
:
"bonjour, ceci est la première phrase. salut, c'est la deuxième phrase. bonjour à nouveau, c'est la troisième phrase. bonjour, c'est la quatrième phrase. salut, désolé, je suis en retard, je suis la cinquième phrase."
};
...
...
resources/library/interactivities/spl-word.wgt/locales/fr/scripts/wcontainer.js
View file @
8a74d6ca
var
sankoreLang
=
{
view
:
"
D'affichage
"
,
view
:
"
Afficher
"
,
edit
:
"Modifier"
,
example
:
"so*phis*ti*qué"
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment