Parent Directory
|
Revision Log
Completed (?) revising the names of the subroutines. The construction of the bridge between moodle and webwork courses now works fairly smoothly, but doesn't do much yet. The shortname of the moodle course must match exactly the name of the WeBWorK course. We still need to create an editor that will allow you to adjust this.?
1 <?php 2 // $Id: version.php,v 1.2 2006-06-27 23:21:41 gage Exp $ 3 ///////////////////////////////////////////////////////////////////////////////// 4 /// Code fragment to define the version of wwassignment 5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php 6 ///////////////////////////////////////////////////////////////////////////////// 7 8 $module->version = 2006062700; // The current module version (Date: YYYYMMDDXX) 9 $module->cron = 0; // Period for cron to check this module (secs) 10 11 ?>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |