These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3
Index of arch patches in this commit:
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-70
2004-09-16 04:41:12 GMT
Penny Leach <penny@catalyst.net.nz>
upload class integration with quiz import
Full logs:
Revision: moodle--eduforge--1.3.3--patch-70
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:41:12 NZST 2004
Standard-date: 2004-09-16 04:41:12 GMT
Modified-files: mod/quiz/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-70
Summary: upload class integration with quiz import
Keywords:
All the page headers work correctly also on the site course.
On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
category selected in previous edit screen now used, and *fixed* category displayed.
Course shortname has been added to category where category is published
Each format is now in it's own subdirectory, which allows the
format to have as many files as it likes. The formats are now
detected automatically (no need to edit lib.php anymore) and
the parent class is now in mod/quiz/format.php
Lastly, I added Paul Shew's new GIFT format.
created. Works OK after limited testing.
I've also renamed some strings to do with "Random Match", so that this
question type is now called "Random Short-Answer Match".
Later there will be a new 'Random Match' which randomly selects one of the
existing "Match" questions.
... this grade is used as the default grade when adding questions
to a quiz.
At the moment it's just so that some imported questions can have
different defaults, but a field should be added to all question
editing pages.