Skip to content

Commit

Permalink
3.64.0 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored May 8, 2018
1 parent e79f379 commit dc3f9cd
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 3 deletions.
44 changes: 44 additions & 0 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* Privacy class for Wiris Quizzes True/False question type.
*
* @package qtype_truefalsewiris
* @copyright WIRIS Europe (Maths for more S.L)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace qtype_truefalsewiris\privacy;

defined('MOODLE_INTERNAL') || die();

class provider implements
// This plugin does not store any personal user data.
\core_privacy\local\metadata\null_provider
{
use \core_privacy\local\legacy_polyfill;

/**
* Get the language string identifier with the component's language
* file to explain why this plugin stores no data.
*
* @return string
*/
public static function _get_reason() {
return 'privacy:null_reason';
}
}
1 change: 1 addition & 0 deletions lang/ca/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Igual que la pregunta estàndard de Vertader/Fals, però es poden crear enunciats i retroalimentacions múltiples inserint variables amb números, fórmules o gràfiques. També es pot definir dinàmicament la Resposta correcta.';
$string['pluginnameediting'] = 'S\'està editant una pregunta de verdader/fals - Matemàtiques i Ciències per WIRIS';
$string['pluginnameadding'] = 'S\'està afegint una pregunta de verdader/fals - Matemàtiques i Ciències per WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/de/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Wie bei der standardmäßigen Wahr/Falsch-Frage. Allerdings können Sie verschiedene Fragetexte durch Einfügen von zufälligen Zahlen, Formeln oder grafischen Darstellungen erstellen. Sie können auch auf dynamische Weise die richtige Antwort festlegen. Die zufälligen Werte können auch für das Feedback verwendet werden.';
$string['pluginnameediting'] = 'Wahr/Falsch-Frage bearbeiten – Mathematik und Naturwissenschaften von WIRIS';
$string['pluginnameadding'] = 'Wahr/Falsch-Frage hinzufügen – Mathematik und Naturwissenschaften von WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/el/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Παρόμοια με την τυπική ερώτηση τύπου αληθές/ψευδές, αλλά μπορείτε να δώσετε διαφορετικό κείμενο ερώτησης, εισάγοντας τυχαίους αριθμούς, τύπους ή σχεδιαγράμματα. Μπορείτε να ορίσετε δυναμικά το εάν η σωστή απάντηση θα είναι αληθές ή ψευδές. Στα σχόλια μπορούν επίσης να χρησιμοποιούνται οι τυχαίες τιμές.';
$string['pluginnameediting'] = 'Επεξεργασία ερώτησης τύπου αληθές/ψευδές για μαθηματικά και επιστήμη από τη WIRIS';
$string['pluginnameadding'] = 'Προσθήκη ερώτησης τύπου αληθές/ψευδές για μαθηματικά και επιστήμη από τη WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/en/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Like the standard True/False, but you can deliver different question text by inserting random numbers, formulas or plots. You can dynamically define whether the correct answer is true or false. The feedback can also use the random values.';
$string['pluginnameediting'] = 'Editing a true/false - math & science question by WIRIS';
$string['pluginnameadding'] = 'Adding a true/false - math & science question by WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/es/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Igual que la pregunta estándar de Verdadero/Falso, pero se pueden crear enunciados y retroalimentaciones múltiples insertando variables con números, fórmulas o gráficas. También puede definir dinámicamente la Respuesta correcta.';
$string['pluginnameediting'] = 'Editando una pregunta de verdadero/falso - Matemáticas y Ciencias por WIRIS';
$string['pluginnameadding'] = 'Agregando una pregunta de verdadero/falso - Matemáticas y Ciencias por WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/fr/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Semblable à la réponse vraie/fausse standard, avec la possibilité de poser une question avec des nombres, des formules ou des courbes aléatoires. Vous pouvez définir de manière dynamique si la bonne réponse est Vrai ou Faux. Les commentaires peuvent également utiliser les valeurs aléatoires.';
$string['pluginnameediting'] = 'Modification d\'une réponse vraie/fausse - Question de maths et sciences par WIRIS';
$string['pluginnameadding'] = 'Ajout d\'une réponse vraie/fausse - Question de maths et sciences par WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
1 change: 1 addition & 0 deletions lang/it/qtype_truefalsewiris.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
$string['pluginnamesummary'] = 'Questo tipo di risposte vero/falso è simile alla tipologia standard, ma qui puoi creare diversi enunciati inserendo numeri casuali, formule o diagrammi. Puoi definire in modo dinamico se la risposta corretta è vera o falsa. Il feedback può anche contenere valori casuali.';
$string['pluginnameediting'] = 'Modificare una risposta vero/falso - domanda di matematica e scienza WIRIS';
$string['pluginnameadding'] = 'Aggiungere una risposta vero/falso - domanda di matematica e scienza WIRIS';
$string['privacy:null_reason'] = 'Wiris Quizzes True/False question type does not effect or store any data itself.';
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018040900;
$plugin->release = '3.63.0.1037';
$plugin->version = 2018050800;
$plugin->release = '3.64.0.1038';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_truefalsewiris';
$plugin->dependencies = array (
'qtype_wq' => 2018040900
'qtype_wq' => 2018050800
);

0 comments on commit dc3f9cd

Please sign in to comment.