Export class statistics as PDF

damien.raemy
Forums
Hello, Is there a way / a module to export the class statististics (URL statistics/training/) as PDF? I tried to print this page as PDF, but it is not really optimal (the menus are displayed, the layout is not really beautiful). Thanks in advance.
damien.raemy

Found a workaround

I was able to have something correct by adding these lines at the end of the file opigno-lms/web/modules/contrib/opigno_statistics/css/statistics.css @media print { #header-right, /* Menus and search in header. Do not use #site-header to keep logo */ #site-header .search-trigger, /* Search magnifying glass */ #menu-wrapper, /* Home, catalogue, etc */ nav[role="navigation"], /* Navigation bar */ .popover-help /* Help "?"s */ { display: none !important; } select /* Year and month selector. Kept to see which data we print */ { background-color: transparent !important; background-image: none !important; } } It allows me to print scores as PDF, but it would be nice to be an official feature of Opigno.
axel

Hi Damien,

Hi Damien,

Thanks for your feedback, we take note for a future release of Opigno