Profiles

Exports ::: gradeexport_profiles
Maintained by Edgardo Palazzo
Export grades in different formats (ods, excel, csv) from the same page, and manage profiles to store selections and options. Especially useful for courses with a large number of activities.

Profiles v0.21

Moodle 3.11, 4.0, 4.1, 4.2
Released: Thursday, 23 February 2023, 2:12 AM

Profiles

es

Export grades in different formats (ods, excel, csv) from the same page, and manage profiles to store selections and options.

This is a fork of gradeexport_ods that lets the user manage profiles to store user selections when exporting grades.

When a user exports grades, her selections of items and options are lost. The standard export plugins will present all grade items selected and a default selection of options each time.

This can be tiring when there are lots of activities in a course, so profiles provides the capability for storing user's selections.

It also lets the user pick the file format, avoiding the need to access a different plugin for each file format.

The output files are produced by Moodle's grade export functions. This means that using this plugin you get the same output than using the standard grade export menu.

Functionality

  • save/load/remove profiles that store the selections of grade items and options for exporting.
  • shows new item when new grade items are added after saving the profile.
  • supports exporting as ods (Open Document Spreadsheet), Excel and plain text files.

Installing via uploaded ZIP file

  1. Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
  2. Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
  3. Check the plugin validation report and finish the installation.

Installing manually

The plugin can be also installed by putting the contents of this directory to

{your/moodle/dirroot}/grade/export/profiles

Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.

Alternatively, you can run

$ php admin/cli/upgrade.php

to complete the installation from the command line.

License

2023 Edgardo Palazzo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

Version information

Version build number
2023061300
Version release name
v0.21
Maturity
Stable version
MD5 Sum
85c33486265187d0de533a3297f28313
Supported software
Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2

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