adlnet / Moodle-mod_cmi5launch

A Moodle plugin which allows teachers to upload cmi5 packaged lessons within a Moodle Course Activity and then assign the activity to students
Apache License 2.0
5 stars 4 forks source link

Student progress is not showing under "progress" on page Auview #9

Closed ADLMeganBohland closed 1 year ago

ADLMeganBohland commented 1 year ago

The plugin polls the LRS and displays xAPI statements in a user friendly way. However, these statements are not currently showing up as they should. The area is blank.

ADLMeganBohland commented 1 year ago

This is how the page should look: image

And currently it is displaying: image

The idea is that it is supposed to query the LRS and display returned statements in an easy to read way for the user. This might be able to be used later with the logstore.

ADLMeganBohland commented 1 year ago

Turns out this was not an issue with our plugin at all! Learning Locker has different data 'stores'. The client being used was pointing toward the wrong store. By adjusting Learning Locker our queries worked again. In the future this can be solved in two ways. One - make sure the plugin is using the same LRS client as the player. OR two, if the plugin has a separate LRS client than the player, make sure both clients are accessing the same store. This issue is specific to Learning Locker, not all LRS's, so I don't think it needs to be reflected in our readme?

I did verify this fix both on my VM and Shweta checked her version, both are displaying correctly now.