Retrieving SCORM data to make a report

Retrieving SCORM data to make a report

by Najeeb Haider Zaidi -
Number of replies: 3
Hi, I need to retrieve the course duration and cmi.objectives Score and Statuses. In addition to that I need to show them on a custom report.
How can I address cmi.objectives stored in the Moodle from the SCORM Package?
Average of ratings: -
In reply to Najeeb Haider Zaidi

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Najeeb Haider Zaidi

Re: Retrieving SCORM data to make a report

by Martin Vojtela -

Hi,

Probably the best way is to use Configurable Reports plugin and write and SQL script. I found the plugin very handy. There are some contributed reports (you can also google search for more) that you can learn from and start combining.

What you request is in general possible - here is an example of one that I had to create, it is only missing the score part (userid, username, scorm id, scorm name, status, total learning time):

SCROM completion status and time

You can see the SQL code here (google docs).

Hope this can get you started.

Good luck!

In reply to Martin Vojtela

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.