Skip to main content

Hello,

After combing through data included in my ILT reports and I’m finding it very difficult to get accurate and trustworthy hours reported for our learners. What I had expected is to see is for a course containing sessions with events, that the total time completed for a learner would be the sum of attended events. Apparently Docebo doesn’t do this. I see the average time for the course set from the course management level, but this will not return the correct information. Outside of creating my own relational database, is there something I’m missing from a best practice standpoint to get Docebo to directly report this basic information? Thanks.

Hi,
You can utilize Docebo's APIs and event data for more precise reporting.You could use the endpoint

GET /course/v1/events/{event_id}/attendance

You will need to gather Event IDs from Course Management reports by exporting session data that includes event details....as such by analyzing these events individually and summing their attended hours, you can obtain a more accurate total time completed for learners across different sessions


Reply