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.10-r1

Moodle 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
Released: Rātū, 30 Poutūterangi 2021, 9:42 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.10.1 versions

Installation

  1. Local plugin installation
  1. Then visit your Admin Notifications page to complete the installation.

  2. 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.

Updates

v3.10-r1:
- Add compaibility for Moodle 3.10.
- Add simple configuration (in administration) to choose how to mapping students.

Version information

Version build number
2021031500
Version release name
v3.10-r1
Can be updated to
v3.11-r1, v3.11-r2 (2021101800)
Maturity
Stable version
MD5 Sum
087f881d162cb5346fd8e36e2d587f25
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

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