How can I get the percentage completed for students in courses. like it shows in course management. I am doing a few management reports and need to do a report for the management.
twitter takipçi satın al
hi
you can find it from here
https://prnt.sc/vi1ep1
I am trying to write my own reports. For this I need to know which table and where this information is stored.
for that, you can check user_meta
post_meta,and activity tables
I want to find the information of progress in a course like in this image
https://prntscr.com/vlic2b
I know of the tables mentioned but I can not find the required data. That is why I am reaching out to you.
for this
https://prntscr.com/vlic2b
we are fetching these data here in the code
wp-content/plugins/wplms_plugin/includes/wplms-dashboard/includes/class.dashboard.api.php
you can check the code as per your requirement