HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/aaamoodledata/lang/fr/qtype_wordselect.php
<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.

/**
 * Strings for component 'qtype_wordselect', language 'fr', version '4.3'.
 *
 * @package     qtype_wordselect
 * @category    string
 * @copyright   1999 Martin Dougiamas and contributors
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

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

$string['correctanswer'] = 'Réponse correcte';
$string['correctresponse'] = 'Réponse correcte';
$string['delimitchars'] = 'Délimiter les caractères';
$string['delimitchars_help'] = 'Changer les caractères qui délimitent un champ par défaut [], utile pour programmer des questions de langage';
$string['incorrectresponse'] = 'Réponse incorrecte';
$string['introduction'] = 'Introduction';
$string['introduction_help'] = 'Introduction à la question, ce texte ne pourra pas être sélectionné';
$string['nowordsdefined'] = 'Aucun mot à sélectionner n’a été défini';
$string['penalty'] = 'Pénalité';
$string['pleaseselectananswer'] = 'Veuillez sélectionner une réponse.';
$string['pluginname'] = 'Sélection de mot';
$string['pluginname_help'] = 'Mettre des délimiteurs autour des mots considérés, ex : Le chien [aboie] après le facteur. Pendant le test, l’utilisateur peut sélectionner n’importe quel mot, à exception du texte d’introduction';
$string['pluginname_link'] = 'Wordselect_question_type';
$string['pluginnameadding'] = 'Ajouter une question de sélection de mot';
$string['pluginnameediting'] = 'Éditer une question de sélection de mot';
$string['pluginnamesummary'] = 'Tous les mots peuvent être sélectionnés en cliquant dessus. Les mots corrects sont déterminés en les entourant avec des délimiteurs ex : Le chien [aboie] après le facteur.';
$string['privacy:null_reason'] = 'Le type de question Wordselect n’affecte ni n’enregistre aucune donnée.';
$string['questiontext'] = 'Texte de la question';
$string['questiontext_help'] = 'Mettre des crochets autour des mots corrects';
$string['taptoselect'] = 'Appuyez pour sélectionner';
$string['wordpenalty'] = 'Pénalité de sélection incorrecte';
$string['wordpenalty_help'] = 'Décrémenter la note de ce pourcentage pour chaque mot mal sélectionné';
$string['wordpenalty_setting'] = 'Pénalité pour chaque élément de texte incorrect sélectionné';
$string['yougotnrightcount'] = 'Vous avez sélectionné {$a->num} éléments corrects sur {$a->outof}.';