scorm-again icon indicating copy to clipboard operation
scorm-again copied to clipboard

Why Set "not attempted" to "completed"?

Open Fov6363 opened this issue 1 year ago • 0 comments

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

Fov6363 avatar Nov 29 '23 13:11 Fov6363