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.success_status #27

Closed xob closed 4 years ago

xob commented 4 years ago

In the SCORM 2004 Testing Requirements document, requirement REQ_77.5 says that the LMS shall evaluate the value of cmi.success_status if cmi.scaled_passing_score is set.

Setting cmi.scaled_passing_score 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.