In general pdf generation is performed by backend services in an asynchronous flow with schedulers and assisting components by GCP (PubSub, Cloud tasks, Cloud functions, Cloud storage)
They are scheduled for creation upon publishing final grade for a course.
These reports are handled by SYLVA API, more specifically using the pdfMaker cloud function
The final grade pdf reports are generated by 2 templates:
They are scheduled for creation upon publishing an assessment evaluation.
They can be divided in 2 sub-types based on grading functionality (manual or auto) :
In addition, all evaluation reports are generated by 4 templates:
The filename of each pdf should be downloaded as follows:
Evaluation Results
Final Grade results
This is a zip file generated after the evaluation results have been published.
It contains the evaluation reports for all the students as well as the staff report.
This is a zip file generated after the final grade has been published.
It contains all final grade reports for all the students as well as the staff report.