SCORM 2004 cmi.interactions.n.learner_response was never being set

This commit is contained in:
Jonathan Putney
2020-08-14 15:22:01 -04:00
parent 2f72c17d3a
commit e9fee3c258
5 changed files with 16 additions and 3 deletions

View File

@@ -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);
}