gabrieldoty / simplify-scorm

Scorm 1.2 Javascript API
MIT License
230 stars 77 forks source link

The API does not evaluate the value of cmi.completion_status #30

Closed xob closed 4 years ago

xob commented 4 years ago

Similarly to issue #27, in the SCORM 2004 Testing Requirements document, requirement REQ_59.5 says that the LMS shall evaluate the value of cmi.completion_status if cmi.completion_threshold is set.

Setting cmi.completion_threshold currently has no effect.

The requirement says that the LMS is responsible for evaluating this value, but it could (and should) be implemented at the API level.