scorm-again
scorm-again copied to clipboard
Why Set "not attempted" to "completed"?
Is the following logic intended to solve any problem? I have a courseware that is in the not attempted state when I open it, and then it is completed directly. I would like to ask what is the purpose of this logic? Can it be removed?
if (originalStatus === 'not attempted') { this.cmi.core.lesson_status = 'completed'; }
Thank you so much