mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
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:
parent
f2f564066b
commit
d6bdd9d5e9
7 changed files with 48 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
|||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2003082500;
|
||||
$module->version = 2003082502;
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue