Once installed, Smart Courses adds a new Course card macro to display one course card in a Confluence page.


Input the ID of a published course and the course card will appear in the Confluence page.

The course ID can be found within the URL of the course editor, player or preview.

Cloud

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

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

The course ID in this example: 668958721

On-premise

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

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

The course ID in this example: 30736546

The course card will appear only to users who are granted view permissions.