I was watching your lectures on reports (on youtube), but it was to general.
I read also about rubrics, but as if it is only possible to generate columns and rows, but not as in the above example.
Am I right? Or I still can try to get there? Will it be possible?
Have you found a way to enter this information/data into Gibbon. If the answer is yes, you can generate a custom report for this using the Reports module.
Hi @Ngezi The templates used by the Reports module are written in HTML with information inserted using a template language called Twig. With some basic HTML coding knowledge, it’s possible to begin modifying and creating your own templates. The Twig documentation is a good place to start: Documentation - Twig - The flexible, fast, and secure PHP template engine Also, duplicating the existing templates and modifying them also a good way to learn. Here’s a link to the Reports section of the Gibbon docs: Template Builder :: Gibbon Docs Hope this helps!