SCORM 2004 cmi.interactions.n.learner_response was never being set
This commit is contained in:
@@ -936,6 +936,8 @@ export class CMIInteractionsObject extends BaseCMI {
|
||||
} else {
|
||||
throw new ValidationError(scorm2004_error_codes.GENERAL_SET_FAILURE);
|
||||
}
|
||||
|
||||
this.#learner_response = learner_response;
|
||||
} else {
|
||||
throw new ValidationError(scorm2004_error_codes.TYPE_MISMATCH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user