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.
Latest release:
23 sites
1 downloads
6 fans
Current versions available: 1

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.

Screenshots

Screenshot #0

Contributors

Anthony Durif (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Plugins bot
    Mon, 2 Mar 2020, 6:40 PM
    Approval issue created: CONTRIB-8004
  • Sylvaine Camaret
    Thu, 28 May 2020, 12:19 AM
    This plugin is very useful in our (french) university where we use APOGEE : transferring grades from Moodle to APOGEE is greatly simplified.
    Thank you for sharing this great tool!
  • Mathilde Menoret
    Fri, 1 Oct 2021, 8:17 PM
    This plugin does not work on our moodle test instance (3.11); though it installs correctly, when trying to access the "export" gradebook page there is an error (impossible to load the page)... Any idea why?
  • Service Usagers du Numérique
    Fri, 27 Jan 2023, 9:43 PM
    Hello,

    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.
  • Anthony Durif
    Thu, 16 Feb 2023, 7:05 PM
    Hello Olivier,

    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.
  • Service Usagers du Numérique
    Tue, 4 July 2023, 3:09 AM
    Hello 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.

Please login to post comments