File for Apogée

Exports ::: gradeexport_apogee
Maintained by Anthony Durif
This is a grade export plugin which will complete a file extracted from the Apogée software and which can be re-uploaded in Apogée to store grades.

File for Apogée v3.9-r1

Moodle 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Released: Wednesday, 21 October 2020, 5:29 PM

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.9.1 versions

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.

Updates

v3.8-r2:
- Corrections to not fix grade to 0 in the export file if the finalgrade is null in the database entry.

v3.9-r1:
- Corrections to fix problems on users with compound names. - Update translation files to avoid to use colons in string identifiers.

Version information

Version build number
2020102000
Version release name
v3.9-r1
Can be updated from
v3.8-r2
Can be updated to
v3.11-r1, v3.11-r2 (2021101800)
Maturity
چاپى جیگیر
MD5 Sum
2b88ff5addecde587a076898a944751f
Supported software
Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Exports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myexport") in the "grade/export" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation