Issue Details (XML | Word | Printable)

Key: MDL-13933
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Matt Campbell
Votes: 2
Watchers: 7
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

External database plugin for gradebook

Created: 15/Mar/08 04:39 AM   Updated: 10/Nov/09 05:50 PM
Component/s: Gradebook
Affects Version/s: 1.9
Fix Version/s: 1.9.7

Participants: Martin Dougiamas, Matt Campbell and Tim Hunt
Security Level: None
Resolved date: 10/Nov/09
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
Like course enrollment and user authentication, it would be nice to have a plugin that will interface between the Moodle 1.9 gradebook and an external database in order to synchronize grade items, categories, scales, and outcomes, facilitating the transfer of data between them.

Discussion at http://moodle.org/mod/forum/discuss.php?d=90498



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 26/Mar/08 05:21 PM
Note that this should really be a standard Import and/or an Export plugin rather than a new type.

Matt Campbell added a comment - 27/Mar/08 08:45 AM
That would work, also, as long as there is a way to schedule the transfer of information, either at site or course level - maybe have a cron job that looks for what's been set up, or something like that, rather than relying on the instructor to manually hit the export function.

Tim Hunt added a comment - 10/Nov/09 05:50 PM
This was already possible in Moodle 1.9. Grade import and export plugins can have cron. Just create a function called grade_import_myimporter_cron() in grade/import/myimporter/lib.php.

(But note MDL-20783, before 1.9.6+)