From: thepurpleblob
Date: Wed, 22 Mar 2006 18:43:44 +0000 (+0000)
Subject: added rest of instructions for this option
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8a6f231b50602d7157975f0abe24988e8880655d;p=moodle.git
added rest of instructions for this option
---
diff --git a/lang/en_utf8/help/quiz/matchgrades.html b/lang/en_utf8/help/quiz/matchgrades.html
index ad90d45d71..2ee6d9e6d5 100644
--- a/lang/en_utf8/help/quiz/matchgrades.html
+++ b/lang/en_utf8/help/quiz/matchgrades.html
@@ -27,5 +27,20 @@ fixed list of valid grades, as follows...
negative values of the above list
-are also permitted
+are also permitted.
+There are two settings for this switch. They affect how
+the import routine treats values that do not exactly
+match one of the values in the above list
+
+
+ - Error if grade not listed
+ If a question contains any grades not found in the list an error is displayed
+ and that question will not be imported.
+ - Nearest grade if not listed
+ If a grade is found that does not match a value in the list, the grade is changed
+ to the closest matching value in the list
+
+
+Note: some custom import formats write directly to the database and may bypass
+this check