You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postmessage currently only sends the score the student obtained on the current test. It would be nice to also know the score that will be sent back to the LMS via LTI (it is actually the highest of all the student's scores, not the current).
Keep in mind this message is sent all the time, even when there is no LTI integration, so you'd need to handle that too.
Expert mode - we could find a way to sign this data with oath using the lti oauth key and secret if it is an LTI launch. With a custom integration in Obojobo - this would allow us to verify the message in the browser instead of waiting for the LTI score passback.
The postmessage currently only sends the score the student obtained on the current test. It would be nice to also know the score that will be sent back to the LMS via LTI (it is actually the highest of all the student's scores, not the current).
Keep in mind this message is sent all the time, even when there is no LTI integration, so you'd need to handle that too.
Expert mode - we could find a way to sign this data with oath using the lti oauth key and secret if it is an LTI launch. With a custom integration in Obojobo - this would allow us to verify the message in the browser instead of waiting for the LTI score passback.
Materia-Server-Client-Assets/src/js/materia/materia.scorecore.js
Lines 34 to 36 in c1fb6a1
Score data from:
https://github.com/ucfopen/Materia/blob/master/fuel/app/modules/lti/classes/ltievents.php#L117-L121
The text was updated successfully, but these errors were encountered: