Moodle Plugins directory: File for Apogée: Versions: v3.11-r2 | Moodle.org
File for Apogée
File for Apogée v3.11-r2
Moodle UCA - Grade export for Apogée (moodle-gradeexport_apogee)
Grade export plugin made to export a file with users grades which we can use in the Apogée software.
Requirements
- Moodle 3.3 (build 2017051500) or later.
-> Tests made on Moodle 3.3 to 3.11.0 versions
Installation
- Local plugin installation
Git way: > git clone https://github.com/andurif/moodle-gradeexport_apogee.git grade/export/apogee
Download way: > Download the zip from https://github.com/andurif/moodle-gradeexport_apogee/archive/refs/heads/master.zip, unzip it in grade/export/ folder and rename it "apogee" if necessary or install it from the "Install plugin" page if you have the right permissions.
Then visit your Admin Notifications page to complete the installation.
Once installed, you should see new administration options:
> Site administration -> Grades -> Export settings -> File for Apogée -> startlist_delimiter
This option will determine the start of the users list in the .csv used file. If this variable is met, it means the next lines will correspond to students lines where we need to add their grades.
Description / Working
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 the start list delimiter defined in the plugin configuration in order to indicate where this list of students starts in the file.
This setting was directly integrated in the plugin previous versions code but it is now an administation setting to add more flexibility.
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.
To do / Improvements
- Define in the interface columns or values to use to match users (like we had the grades importation preview).
- Maybe juste provide the header file en then complete it with all enrolled users ?
- More tests
About us
Université Clermont Auvergne - 2021
Version information
- Version build number
- 2021101800
- Version release name
- v3.11-r2
- Can be updated from
- v3.8-r1, v3.8-r2, v3.9-r1 (2020102000), v3.10-r1 (2021031500), v3.11-r1
- Maturity
- Stable version
- MD5 Sum
- 57caa3cdd59edee1d88d50e53d8b256c
- Supported software
- Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Exports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myexport") in the "grade/export" subdirectory.
- Visit http://yoursite.com/admin to finish the installation