Moodle Plugins directory: File for Apogée | Moodle.org
File for Apogée
This plugin aim is to export a file with students' grades for a course or a grade item (test, assign...) which can be used in the Apogée software with SNW. Because the Apogée software requires a formatted file with some informations we do not have in the moodle platform, we choose to work with an existing preformatted file, edited from the software and already with the entire list of student we want to grade (e.g example.csv file) and that we will need to import in the plugin.
To summarize, this plugin will read the given file and will complete it with students' grades.
A form is made to ask the user to provide the preformatted file from Apogée, then to choose which grade item is used and the field delimiter used in the file if necessary.
The system will use a start list delimiter defined in the plugin configuration in order to indicate where this list of students starts in the file.
Note: to link file data and users stored in database, we use the id number field where we store the student code visible for example in our .csv file.
According to your configuration, it could be needed for now to directly change the print_grades() function of this same .php file to permit the link with another field of the mdl_user table or from another column.
Thank you for sharing this great tool!
Do you consider to release a compatible version with Moodle 4.X.
Indeed, it seems that this plugin break the display of some menus when you go to the export menu of the gradebook interface.
Many thanks by advance.
olivier L.
We are currently working on migrate to Moodle 4 in our university and migrate our plugins. There is a first version of the plugin for Moodle 4.X available on our GitHub repository https://github.com/andurif/moodle-gradeexport_apogee/tree/MOODLE_400_STABLE (choose the MOODLE_400_STABLE branch if not selected by default).
We have not release it yet on the Moodle plugins site in order to do tests about compatibily or add in improvments before publish it here. So feel free to test it, do feedbacks about this new version or even contribute on the repo.
Anthony.
Sorry for my late answer. Thank you for your answer. We have installed this new version on our pre-production plateform today and it works fine.
Many thanks.
Cordially,
Olivier L.