adaptlearning / adapt-contrib-spoor

A basic scorm tracking plugin for Adapt
GNU General Public License v3.0
14 stars 42 forks source link

Output Right Answer #243

Open fosterc1 opened 3 years ago

fosterc1 commented 3 years ago

Totara v13 has the ability to record/display the Right Answer from elearning, however the correct answer(s) is not output to cmi.interactions by Adapt at the moment (specifically correctResponsesPattern isn't supported - only recordInteraction(id, response, correct, latency, type).

version (v0.10.0/v5.17.0)

Is this something that can be investigated to be included?

2021-09-21_14-03-46

Many thanks

oliverfoster commented 3 years ago

for ref https://github.com/cgkineo/scorm_docs

The short answer is yes, but it's a lot of work.

You can see in the SCORM_1.2_RunTimeEnv, page 56 that separate provision is made in the API for storing correct_responses, page 61.

Currently Adapt and Spoor only store, id, type, studept_response, result, latency and time, which are retrieved from each View/Model of each questions.

In short, to facilitate correct_responses, the corresponding functions will need to be made on each question and then pulled through to the backend to be set on the SCORM API by spoor.