Forum Discussion
DavidClough
3 years agoCommunity Member
Forcing Articulate to send cmi.exit "normal" while still allowing "suspend"
From the many other threads on this forum I see that by design, Articulate uses cmi.exit "suspend" when the course is exited.
This is fine, except for the fact that the attempt number never cha...
Nedim
3 years agoCommunity Member
Hi David,
You may wanna take a look at the following lines:
var EXIT_SUSPEND_IF_COMPLETED = false; //determines if Suspend is sent for exit when SetReachedEnd is called - legacy driver defaulted to false
var EXIT_NORMAL_IF_PASSED = false; //determines if exit is Normal when Passed - legacy driver defaulted to false and always sends suspend
See what it does for you if var EXIT_NORMAL_IF_PASSED = true;
Check my screenshot.