mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
b7b4287462
This type of assignment doesn't require anything of the student online, it just tells them about an assignment and the teacher can provide feedback and grades. Useful for offline activities, and also for the teacher to add manual columns to the grades page
12 lines
338 B
PHP
12 lines
338 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2002110602;
|
|
$module->cron = 60;
|
|
|
|
?>
|