-
Notifications
You must be signed in to change notification settings - Fork 0
nathanfriend/progress
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Student Progress block
Original code by Mark J Tyers mark@zannet.co.uk
Changes to make compatible with Moodle 2 by Nathan Friend n.friend@cant-col.ac.uk 19/06/2012
So far tracking grid works.
Extract zip to /{your-moodle-root}/blocks/progress
You will need to add a file with your database connection details in /protected/dbcred.php
e.g.
<?php
$host = 'x.x.x.x'; // MYSQL database host address
$db = 'DB Name'; // MYSQL database name
$user = 'DB User'; // MYSQL Datbase user
$pass = 'DB Password'; // MYSQL Database password
?>
2.1 - 08/08/2012
2.2 - 17/10/2012 Added block configuration page.About
Student process block for Moodle 2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published