Git commits in Moodle 1.2.x by kaipe

commit e72a2e6d638ac8d2de30a844a121fde2d64bad39
Author: kaipe <kaipe>
Date:   Thu, 01 Jan 2004 23:12:16 +0800
Tag:    v1.2.0

As this page uses the multianswer import format, the require_once statements have been updated to fit the new plug-in paths for the import formats.

commit 5276dc48877ffb57855f394b762915f204a49205
Author: kaipe <kaipe>
Date:   Thu, 01 Jan 2004 23:01:29 +0800
Tag:    v1.2.0

Short-answer fixes: As the wild card feature makes it possible for a response to match more than one answer alternative, I made sure that the alternative with the highest grade would count. I also fixed bug #945 for the short answer case.

commit 0226a97d31f77f72ba32f662a29cf1efdace8b58
Author: kaipe <kaipe>
Date:   Thu, 01 Jan 2004 20:47:50 +0800
Tag:    v1.2.0

Fixed bug that could cause duplication of attempt numbers. This bug came to the surface when the possibility to delete attempts was introduced in report/overview/report.php

commit e097165541dfe270c6c6e71ac30e5c6207e360a5
Author: kaipe <kaipe>
Date:   Thu, 01 Jan 2004 03:22:38 +0800
Tag:    v1.2.0

Fixed a single/double quote issue (again)

commit 1e085edc4397ebe19049038444757e76e288d5a7
Author: kaipe <kaipe>
Date:   Thu, 11 Dec 2003 04:03:59 +0800
Tag:    v1.2.0

The Quizzes page is given an "Edit questions" button that links to a possibility to edit questions without opening a quiz.

commit 7c9c2a8da68f420a8fa04ae1a90493a1dbe4f633
Author: kaipe <kaipe>
Date:   Fri, 21 Nov 2003 03:39:08 +0800
Tag:    v1.2.0

Made it possble to give negative grades for single multichoice answers in a question with embedded answers, as suggested by Koen Roggemans. The total score of the whole question must still be greater than or equeal to zero.

commit b63519ebda1cac0aab80f4524316345d1f97b718
Author: kaipe <kaipe>
Date:   Fri, 21 Nov 2003 02:39:25 +0800
Tag:    v1.2.0

Added simplified aliases for answer types, as proposed by Thomas Robb. It is now possible to use these aliases: SHORTANSWER = SA = MW ; NUMERICAL = NM ; MULTICHOICE = MC

commit fe98ea90f9a0163eaa25cbbe2ea296fc38a45a14
Author: kaipe <kaipe>
Date:   Mon, 03 Nov 2003 05:36:25 +0800
Tag:    v1.2.0

The new quizfile.php makes it possible to view associated file material on quizes, such as images, even for questions belonging to a category on a different course. lib.php is updated accordingly...

commit 004c02e05c109ba44044eeedb7d7e9689f1b5b02
Author: kaipe <kaipe>
Date:   Sat, 01 Nov 2003 05:27:43 +0800
Tag:    v1.2.0

An improvement asked for by koen roggemans: Especially for multianswer questions it is often desirable to have the grade of the question in a quiz larger than the earlier maximum of 10 points. The new function quiz_gradesmenu_options($defaultgrade) makes quiz question list grade selector drop-down have the maximum grade option set to the highest value between 10 and the defaultgrade of the question.