From c610c20d16dc280fbbf66c80913cbb6ca441448b Mon Sep 17 00:00:00 2001 From: martignoni <martignoni> Date: Wed, 17 Dec 2003 20:21:19 +0000 Subject: [PATCH] Assignment translation complete --- lang/fr/help/assignment/assignmenttype.html | 2 +- lang/fr/help/assignment/index.html | 5 +++++ lang/fr/help/assignment/mods.html | 9 +++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100755 lang/fr/help/assignment/index.html create mode 100755 lang/fr/help/assignment/mods.html diff --git a/lang/fr/help/assignment/assignmenttype.html b/lang/fr/help/assignment/assignmenttype.html index 8647e342c3..c81a33fc6c 100644 --- a/lang/fr/help/assignment/assignmenttype.html +++ b/lang/fr/help/assignment/assignmenttype.html @@ -1,4 +1,4 @@ -<p align="center"><b>Type de devoir</b></p> +<p align="center"><b>Types de devoir</b></p> <p>Il y a plusieurs types de devoirs.</p> diff --git a/lang/fr/help/assignment/index.html b/lang/fr/help/assignment/index.html new file mode 100755 index 0000000000..b3b3d1d03d --- /dev/null +++ b/lang/fr/help/assignment/index.html @@ -0,0 +1,5 @@ +<p>Devoirs</p> +<ul> + <li><a href="help.php?module=assignment&file=assignmenttype.html">Types de devoir</a> + <li><a href="help.php?module=assignment&file=resubmit.html">Accepter une nouvelle version</a> +</ul> diff --git a/lang/fr/help/assignment/mods.html b/lang/fr/help/assignment/mods.html new file mode 100755 index 0000000000..50e470cae0 --- /dev/null +++ b/lang/fr/help/assignment/mods.html @@ -0,0 +1,9 @@ +<p><img valign="absmiddle" src="<?php echo $CFG->wwwroot?>/mod/assignment/icon.gif"> <b>Devoirs</b></p> +<ul> +<p>Les devoirs permettent à l'enseignant de proposer aux étudiants + une tâche leur demandant de préparer un document électronique + (de n'importe quel format) et de l'envoyer sur le serveur. + Voici quelques exemples de devoirs : dissertation, projets, + rapports, etc. Ce module offre également des outils + d'évaluation des travaux.</p> +</ul> -- 2.39.5