From 1d9bc92fe2b2bc5d88ef5edc984c814a6d48ba3d Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 17 Aug 2004 09:19:44 +0000 Subject: [PATCH] Added a new preview/test feature for quiz questions --- lang/fr/quiz.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/fr/quiz.php b/lang/fr/quiz.php index ef898a966a..4e714e22fb 100644 --- a/lang/fr/quiz.php +++ b/lang/fr/quiz.php @@ -39,9 +39,11 @@ $string['category'] = 'Cat $string['categoryinfo'] = 'Information sur la catégorie'; $string['categorymove'] = 'La catégorie « $a->name » contient $a->count questions. Choisir une autre catégorie dans laquelle les déplacer.'; $string['categorymoveto'] = 'Les déplacer dans cette catégorie'; +$string['checkanswer'] = 'Vérifier'; $string['choice'] = 'Proposition'; $string['choices'] = 'Propositions'; $string['choosedatasetproperties'] = 'Propriétés du jeu de données'; +$string['close'] = 'Fermer la prévisualisation'; $string['confirmstartattempt'] = 'Le temps pour effectuer ce test est limité. Voulez-vous vraiment le commencer ?'; $string['correctanswer'] = 'Bonne réponse'; $string['correctanswerformula'] = 'Formule de la bonne réponse'; @@ -173,6 +175,8 @@ $string['overdue'] = 'En retard'; $string['paragraphquestion'] = 'Question paragraphe non supportée à la ligne $a. La question sera ignorée.'; $string['passworderror'] = 'La clef n\'est pas correcte'; $string['percentcorrect'] = 'Pourcentage de réponses correctes'; +$string['preview'] = 'Prévisualisation'; +$string['previewquestion'] = 'Prévisualiser la question'; $string['publish'] = 'Publier'; $string['publishedit'] = 'Pour ajouter ou modifier une question de cette catégorie, vous devez avoir ces permissions dans le cours publiant cette catégorie.'; $string['qti'] = 'Format IMS QTI'; -- 2.39.5