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/moodledata/lang/fr/quizaccess_hidecorrect.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 'quizaccess_hidecorrect', language 'fr', version '4.5'.
 *
 * @package     quizaccess_hidecorrect
 * @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['autograde'] = 'Notation automatique';
$string['autograde_help'] = 'La notation automatique applique les notes de la dernière tentative aux questions dont la réponse est correcte lors de la nouvelle tentative.';
$string['autogradeenable'] = 'Noter automatiquement les questions pour lesquelles la réponse est correcte';
$string['hidecorrect'] = 'Masquer les questions lors d’une tentative';
$string['hidecorrect_help'] = 'Activé, ce plugin masquera les questions pour lesquelles la réponse a été correcte lors des nouvelles tentatives.
<b> REMARQUE : cela ne fonctionne que lorsque Chaque tentative complète la précédente est configurée sur Oui pour ce test</b>';
$string['hidecorrectenable'] = 'Masquer les questions dont la réponse est correcte lors d’une nouvelle tentative';
$string['pagequestioncompletes'] = 'Les questions de cette page ont été complétées correctement lors de la tentative précédente. Il n’est pas nécessaire de réessayer.';
$string['pluginname'] = 'Masquer les questions dont la réponse à été correcte lors d’une nouvelle tentative';
$string['privacy:metadata'] = 'Le plugin Masquer les questions correctes lors d’une nouvelle tentative n’enregistre aucune donnée personnelle.';