Custom Certificate - Assignment Feedback Comments
Maintained by
Joe Rebbeck
A Moodle mod_customcert element plugin that renders a student's assignment feedback comment text directly onto a generated PDF certificate.
Support
Need help? Use the links below to report an issue or find more information.
- Repository URL (Git)
- https://github.com/joerebbeck/moodle-customcertelement_assignfeedbackcomments
- Issue/bug tracker URL
- https://github.com/joerebbeck/moodle-customcertelement_assignfeedbackcomments/issues
- Privacy information
- This plugin reads assignment feedback comment text from assignfeedback_comments (owned by mod_assign) and renders it onto a student's PDF certificate. It does not store any personal data of its own. A full Privacy API provider is implemented (classes/privacy/provider.php) which declares the external data sources, supports user data export for GDPR "Export my data" requests, and defers deletion to mod_assign's own privacy provider, as the data is not owned by this plugin.