By default, whenever you resume a course, the course player directs you to the last played component.

In order to make sure that you start the course from the first component, you can add the following parameters to the end of the course URL: 

Cloud

URL parameter: &ac.forceStart=true

Example: https://creativas-demo.atlassian.net/wiki/plugins/servlet/ac/com.mute.confluence.plugins.lms/playcourse?ac.courseId=668958721&ac.spaceKey=CA&ac.forceStart=true

URL Pattern : {BaseURL}/plugins/servlet/ac/com.mute.confluence.plugins.lms/playcourse?ac.courseId={courseId}&ac.spaceKey={spaceKey}&ac.forceStart=true

On-premise

URL parameter: &forceStart=true

Example: https://demo.creativas.io/wiki/courses/playcourse.action?course=30736546&forceStart=true

URL Pattern : {BaseURL}/courses/playcourse.action?course={courseId}&forceStart=true