I need to know the total amount of certifications generated by the system, and the students who has been certificated, and how many certification has been awarded by each one and from which course.
Hi,
To know the total amount of certificates generated, Please add Buddypress Course Stat Widget to desired position.
Refer :
http://prntscr.com/ibr6u6
http://prntscr.com/ibr76z
To view the certicates generated by different courses, go to wp-admin>lms>statistics>course
Refer :
http://prntscr.com/ibr84y
You cannot find the students who get these certificates and rest.
Hi, sorry for the delay.
The thing is that i need to generate a report with all the active students and how many certification has each one earned , as well as all the courses taken by each student.
If there is no easy way, then you can guide me through the database may i can make it by my own.
Thanks a lot.
Hi,
In the database you can check the user_meta table, and search for the certificates meta_key. You'll get the certificate template id from there which is a custom post type.