forked from janfix/extension-geogebra
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 61bd3ff
Showing
36 changed files
with
16,241 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
composer.lock | ||
vendor/ | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#Extension for TAO Platform | ||
This will install GeoGebra application as a PCI (portable custom interaction) | ||
|
||
You will be able to create items based on GeoGebra and use the huge GeoGebra library | ||
|
||
The GeoGebra PCI respects exactly the IMS format (1EdTech) | ||
|
||
#Installation : | ||
Go to the root of your TAO application. | ||
|
||
Launch a composer command : composer require janfix/extension-geogebra:v1.0.0 | ||
|
||
Once the download is done, go to your TAO application (you need the admin rights) go to the extension manager and activate de GeoGebra extension. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
|
||
"name": "janfix/extension-geogebra", | ||
"description": "GeoGebra extension - installer for TAO", | ||
"type": "tao-extension", | ||
"authors": [{ | ||
"name": "Jean-Philippe Rivière" | ||
}], | ||
"keywords": [ | ||
"tao", | ||
"computer-based-assessment", | ||
"Mathematics", | ||
"GeoGebra" | ||
], | ||
"homepage": "https://www.wiquid.fr", | ||
"license": [ | ||
"GPL-2.0-only" | ||
], | ||
"extra": { | ||
"tao-extension-name": "geogebra" | ||
}, | ||
"minimum-stability": "dev", | ||
"require": { | ||
"oat-sa/oatbox-extension-installer": "~1.1||dev-master", | ||
"oat-sa/tao-core": ">=47.0.0", | ||
"oat-sa/generis": ">=14.0.0", | ||
"oat-sa/extension-tao-testqti": ">=41.0.0", | ||
"oat-sa/extension-tao-itemqti-pci": ">=7.0.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"oat\\geogebra\\": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: TAO 3.4.0-sprint131\n" | ||
"PO-Revision-Date: 2020-06-19T08:21:24\n" | ||
"Last-Translator: TAO Translation Team <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Language: en-US\n" | ||
"sourceLanguage: en-US\n" | ||
"targetLanguage: en-US\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Poedit-Basepath: ../../\n" | ||
"X-Poedit-KeywordsList: __\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
msgid "Add page" | ||
msgstr "" | ||
|
||
msgid "Allow multi pages" | ||
msgstr "" | ||
|
||
msgid "Bottom" | ||
msgstr "" | ||
|
||
msgid "Button based" | ||
msgstr "" | ||
|
||
msgid "Button labels" | ||
msgstr "" | ||
|
||
msgid "Button labels." | ||
msgstr "" | ||
|
||
msgid "Columns:" | ||
msgstr "" | ||
|
||
msgid "Delete" | ||
msgstr "" | ||
|
||
msgid "Display" | ||
msgstr "" | ||
|
||
msgid "If this box is checked the text reader will allow to display more than one page and to navigate between them." | ||
msgstr "" | ||
|
||
msgid "Left" | ||
msgstr "" | ||
|
||
msgid "Navigation" | ||
msgstr "" | ||
|
||
msgid "Navigation." | ||
msgstr "" | ||
|
||
msgid "Next" | ||
msgstr "" | ||
|
||
msgid "Page" | ||
msgstr "" | ||
|
||
msgid "Page height (px)" | ||
msgstr "" | ||
|
||
msgid "Page height (px)." | ||
msgstr "" | ||
|
||
msgid "Previous" | ||
msgstr "" | ||
|
||
msgid "Remove Tooltip" | ||
msgstr "" | ||
|
||
msgid "Right" | ||
msgstr "" | ||
|
||
msgid "Tab based" | ||
msgstr "" | ||
|
||
msgid "Tabs + buttons" | ||
msgstr "" | ||
|
||
msgid "Tabs position" | ||
msgstr "" | ||
|
||
msgid "Tabs position." | ||
msgstr "" | ||
|
||
msgid "Tooltips" | ||
msgstr "" | ||
|
||
msgid "Top" | ||
msgstr "" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: TAO 3.4.0-sprint131\n" | ||
"PO-Revision-Date: 2020-06-19T08:21:24\n" | ||
"Last-Translator: TAO Translation Team <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Language: fr-FR\n" | ||
"sourceLanguage: en-US\n" | ||
"targetLanguage: fr-FR\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Poedit-Basepath: ../../\n" | ||
"X-Poedit-KeywordsList: __\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
msgid "Add page" | ||
msgstr "Ajouter une page" | ||
|
||
msgid "Allow multi pages" | ||
msgstr "Permettre les pages multiples" | ||
|
||
msgid "Bottom" | ||
msgstr "Bas" | ||
|
||
msgid "Button based" | ||
msgstr "basé sur le bouton" | ||
|
||
msgid "Button labels" | ||
msgstr "Étiquette du bouton" | ||
|
||
msgid "Button labels." | ||
msgstr "Étiquettes du bouton." | ||
|
||
msgid "Columns:" | ||
msgstr "Colonnes :" | ||
|
||
msgid "Delete" | ||
msgstr "Supprimer" | ||
|
||
msgid "Display" | ||
msgstr "Affichage" | ||
|
||
msgid "If this box is checked the text reader will allow to display more than one page and to navigate between them." | ||
msgstr "Si cette case est cochée le lecteur de texte permettra l'affichage de plus d'une page et de naviguer entre ces pages." | ||
|
||
msgid "Left" | ||
msgstr "Gauche" | ||
|
||
msgid "Navigation" | ||
msgstr "Navigation" | ||
|
||
msgid "Navigation." | ||
msgstr "Navigation." | ||
|
||
msgid "Next" | ||
msgstr "" | ||
|
||
msgid "Page" | ||
msgstr "Page" | ||
|
||
msgid "Page height (px)" | ||
msgstr "Hauteur de page (px)" | ||
|
||
msgid "Page height (px)." | ||
msgstr "Hauteur de page (px)." | ||
|
||
msgid "Previous" | ||
msgstr "" | ||
|
||
msgid "Remove Tooltip" | ||
msgstr "Supprimer infobulle" | ||
|
||
msgid "Right" | ||
msgstr "Droite" | ||
|
||
msgid "Tab based" | ||
msgstr "basé sur l'onglet" | ||
|
||
msgid "Tabs + buttons" | ||
msgstr "Onglets + boutons" | ||
|
||
msgid "Tabs position" | ||
msgstr "Position des onglets" | ||
|
||
msgid "Tabs position." | ||
msgstr "Position des onglets." | ||
|
||
msgid "Tooltips" | ||
msgstr "Infobulles" | ||
|
||
msgid "Top" | ||
msgstr "Haut" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: TAO 3.4.0-sprint131\n" | ||
"PO-Revision-Date: 2020-06-19T08:21:24\n" | ||
"Last-Translator: TAO Translation Team <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Language: lt-LT\n" | ||
"sourceLanguage: en-US\n" | ||
"targetLanguage: lt-LT\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Poedit-Basepath: ../../\n" | ||
"X-Poedit-KeywordsList: __\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
msgid "Add page" | ||
msgstr "Pridėti puslapį" | ||
|
||
msgid "Allow multi pages" | ||
msgstr "Leisti daugiapuslapiavimą" | ||
|
||
msgid "Bottom" | ||
msgstr "Apačia" | ||
|
||
msgid "Button based" | ||
msgstr "Mugtuku paremtas" | ||
|
||
msgid "Button labels" | ||
msgstr "Mygtuko pavadinimai" | ||
|
||
msgid "Button labels." | ||
msgstr "Mygtuko pavadinimai." | ||
|
||
msgid "Columns:" | ||
msgstr "Stulpeliai:" | ||
|
||
msgid "Delete" | ||
msgstr "Ištrinti" | ||
|
||
msgid "Display" | ||
msgstr "Vaizdavimas" | ||
|
||
msgid "If this box is checked the text reader will allow to display more than one page and to navigate between them." | ||
msgstr "Jeigu pažymėtas šis langelis, teksto skaityklė leis atvaizduoti daugiau negu viena puslapį ir naviguoti tarp jų." | ||
|
||
msgid "Left" | ||
msgstr "Kairė" | ||
|
||
msgid "Navigation" | ||
msgstr "Navigacija" | ||
|
||
msgid "Navigation." | ||
msgstr "Navigacija." | ||
|
||
msgid "Next" | ||
msgstr "Tęsti" | ||
|
||
msgid "Page" | ||
msgstr "Puslapis" | ||
|
||
msgid "Page height (px)" | ||
msgstr "Puslapio aukštis (px)" | ||
|
||
msgid "Page height (px)." | ||
msgstr "Puslapio aukštis (px)." | ||
|
||
msgid "Previous" | ||
msgstr "Grįžti" | ||
|
||
msgid "Remove Tooltip" | ||
msgstr "Ištrinti Patarimą" | ||
|
||
msgid "Right" | ||
msgstr "Dešinė" | ||
|
||
msgid "Tab based" | ||
msgstr "Kortele paremtas" | ||
|
||
msgid "Tabs + buttons" | ||
msgstr "Kortelės + mygtukai" | ||
|
||
msgid "Tabs position" | ||
msgstr "Kortelės vieta" | ||
|
||
msgid "Tabs position." | ||
msgstr "Kortelės vieta." | ||
|
||
msgid "Tooltips" | ||
msgstr "Patarimai" | ||
|
||
msgid "Top" | ||
msgstr "Viršus" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.