mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Further work done. It currently can print the quiz form (including images!)
but can't mark them yet. I've been constructing quizzes manually in the database and it's helping to refine the database structure. Don't count on anything stable in the quiz module for a few days yet ...
This commit is contained in:
parent
55c0c75c03
commit
14d8c0b409
5 changed files with 116 additions and 20 deletions
|
@ -5,7 +5,7 @@
|
|||
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2002100300; // The (date) version of this module
|
||||
$module->version = 2002100600; // The (date) version of this module
|
||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue