Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The Run Progress component displays learner progress on a specific course run, and allows the learner to navigate through the weeks of the course.
The component consists of 3 parts (from top to bottom):
an icon, to indicate a selected or locked week
a box for each week
a progress bar to indicate how much of that week the learner has completed in 25% steps
This component’s key functions are to:
Show the activity status of each course week
Allow you to navigate to another week in the course
Name | Description | Default |
---|---|---|
selectedWeek* | number | - |
weeks* | Week[] | - |