Forum grades can now be numerical as well (like the other modules).

If so, grades in the gradebook are printed as proper numbers and
contribute to the total of the course.
This commit is contained in:
moodler 2003-08-25 12:47:36 +00:00
parent f2f564066b
commit d6bdd9d5e9
7 changed files with 48 additions and 17 deletions

View file

@ -5,7 +5,7 @@
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003082500;
$module->version = 2003082502;
$module->cron = 60;
?>