From: tjhunt Date: Fri, 28 Jul 2006 10:55:37 +0000 (+0000) Subject: Added information to a comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bdfad57b831760126f3f2ff1bddf51f3534d5eed;p=moodle.git Added information to a comment. --- diff --git a/lib/questionlib.php b/lib/questionlib.php index f49315e84d..7d19b899bc 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -37,7 +37,7 @@ define('QUESTION_EVENTMANUALGRADE', '9'); // Grade was entered by teacher /**#@-*/ /**#@+ - * The core question types + * The core question types - I don't think these constants are used any more. If so, they can be removed. */ define("SHORTANSWER", "shortanswer"); define("TRUEFALSE", "truefalse");