Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Right Answer #243

Open
fosterc1 opened this issue Oct 6, 2021 · 1 comment
Open

Output Right Answer #243

fosterc1 opened this issue Oct 6, 2021 · 1 comment

Comments

@fosterc1
Copy link

fosterc1 commented Oct 6, 2021

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
Copy link
Member

oliverfoster commented Oct 11, 2021

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.

@oliverfoster oliverfoster transferred this issue from adaptlearning/adapt_framework Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants