From 9c23d3e8d6422b6630f4645a0cd1ddfd52f401e0 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 31 Oct 2006 15:13:47 +0000 Subject: [PATCH] Improved help file as per Ralf Hilgenstock's suggestion: http://moodle.org/mod/forum/discuss.php?d=57400. Merged from MOODLE_17_STABLE. --- lang/en_utf8/help/quiz/overallfeedback.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/help/quiz/overallfeedback.html b/lang/en_utf8/help/quiz/overallfeedback.html index 5f8af1b65a..1a302584c1 100644 --- a/lang/en_utf8/help/quiz/overallfeedback.html +++ b/lang/en_utf8/help/quiz/overallfeedback.html @@ -4,10 +4,20 @@ they have completed an attempt at the quiz. The text that is shown can depend on the grade the student got.

-

For example, if you type "Well done" into the first feedback box, type 40% -in the first grade boundary box, and type "Please study this week's work again" -in the second feedback box, then students who score 40% or better will see the -"Well done" message, and students who score less than 40% will see the other message.

+

For example, if you enter:

+ +

Grade boundary: 100%
+Feedback: Well done
+Grade boundary: 40%
+Feedback: Please study this week's work again
+...
+Grade boundary: 0%

+ +

Then students who score between 100% and 40% will see the +"Well done" message, and students who score between 39.99% and 0% +will see the other message. That is, the grade boundaries define +ranges of grades, and each feedback string is displayed to +scores within the appropriate range.

The grade boundaries can be specified either as a percentage, for example "31.41%", or as a number, for example "7". If your quiz is out of 10 marks, a grade boundary of 7 means -- 2.39.5