Moodle Plugins directory: XLS with Groups and Dates | Moodle.org
XLS with Groups and Dates
Exports ::: gradeexport_xlsgd
Maintained by
Carina Martinez
Grade export derived from XLS file. Adds Groups and Dates columns
Latest release:
27 sites
7 downloads
5 fans
Current versions available: 1
This plugin exports grades in xls file, adding two type of columns:
1. Group column, shows groups' name which students are enroled. In the "All participants" export (without selection of group), you'll see a row for each student-group couple, it means that for the same student could have as many rows as groups which he was affiliated.
2. Date columns, for each grade item, shows the last modification date for this item grade (Y.m.d format)
Install
**********
Copy the plugin directory "xlsgd" into moodle\grade\export\.
Check admin notifications to install.
Useful links
Contributors
Carina Martinez (Lead maintainer)
Please login to view contributors details and/or to contact them
Thanks for your submission.
It would be good to share this properly so here is some feedback in how we can go about that :
- It is better to include some urls here in the 'useful links' section:
-- public code repository (eg: github)
-- issue tracker (e.g: tracker.moodle.org or github.com//issues)
-- if you have any additional documentation you can create a link for it as well.
Generally, this feels like it could become a generalised feature and become included in core so you might want to consider improving XLS report with a patch in an MDL.
Debug info:
Error code: nopermissions
Stack trace:
line 704 of /lib/accesslib.php: required_capability_exception thrown
line 41 of /grade/export/xlsgd/export.php: call to require_capability()
To fix this, change line 41 of /grade/export/xlsgd/export.php from:
require_capability('gradeexport/xlsdate:view', $context);
to:
require_capability('gradeexport/xlsgd:view', $context);
And it should work just fine...
Se había colado el error, en el archivo de la carpeta lang en realidad.
Está corregido y subido.
Agradezco feedback en este foro:
https://moodle.org/mod/forum/discuss.php?d=238046
Are you planning to create an update for moodle version 3.1 we would like that very much. At the moment we can not use the export module anymore
The plugin needs to be refactored in order to apply changes made in Moodle exports in version 2.8 (MDL-46548).
Validating gradeexport_xlsgd ... Error
[Error] Plugin does not declare its component name [null]
Installation aborted due to validation failure
What should I do? Thank you for your help!
After installation of this plugin in moodle 3.10 i exported grade in xlsx file. But when i tried to open this in Excel it is not opening and i am getting the following error:
"Couldn't Open the Workbook
This workbook couldn't be opened because the file format may not be matching with the file extension."
But after downloading the extension of this file is xlsx then why it is not opening in excel and generating error.
Anybody help me to solve this error i will be very grateful.
Thanks.