You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+24-2
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,42 @@ Add to _course.json_ under _\_globals.\_extensions_.
63
63
64
64
>> **text** (string): The text of the tooltip
65
65
66
-
Add to _components.json_, _blocks.json_ or _articles.json_.
66
+
Add to _course.json_.
67
67
68
68
**\_pageLevelProgress** (object): The Page Level Progress object that contains a value for **\_isEnabled**.
69
69
70
70
> **\_isEnabled** (boolean): Turns **Page Level Progress** on and off. Acceptable values are `true` and `false`.
71
71
72
+
> **title** (string): Alternate course title to display when using `_showAtCourseLevel: true`.
73
+
72
74
> **\_isCompletionIndicatorEnabled** (boolean): Adds a completion indicator next to the title of a component, block, article, page or menu. Acceptable values are `true` and `false`.
73
75
74
76
> **\_isShownInNavigationBar** (boolean): Allows **Page Level Progress** to appear in the navigation bar. Acceptable values are `true` and `false`.
75
77
76
-
> **\_showPageCompletion** (boolean): Set to `false` to have the overall progress calculated only from components that have been set to display in **Page Level Progress** (ignoring the completion of those that haven't). This property should be applied only to _course.json_ and _contentObjects.json_; adding it to _components.json_ will have no effect.
78
+
> **\_showPageCompletion** (boolean): Set to `false` to have the overall progress calculated only from components that have been set to display in **Page Level Progress** (ignoring the completion of those that haven't).
77
79
78
80
> **\_showAtCourseLevel** (boolean): Allows **Page Level Progress** to display all content objects and the current page components together, or just the current page components as before. Acceptable values are `true` and `false`.
79
81
82
+
Add to _contentObjects.json_.
83
+
84
+
**\_pageLevelProgress** (object): The Page Level Progress object that contains a value for **\_isEnabled**.
85
+
86
+
> **\_isEnabled** (boolean): Turns **Page Level Progress** on and off. Acceptable values are `true` and `false`.
87
+
88
+
> **\_isCompletionIndicatorEnabled** (boolean): Adds a completion indicator next to the title of a component, block, article, page or menu. Acceptable values are `true` and `false`.
89
+
90
+
> **\_showPageCompletion** (boolean): Set to `false` to have the overall progress calculated only from components that have been set to display in **Page Level Progress** (ignoring the completion of those that have not).
91
+
92
+
> **\_excludeAssessments** (boolean): If true, prevents assessments from being included in calculations for page level progress.
93
+
94
+
Add to _components.json_, _blocks.json_ or _articles.json_.
95
+
96
+
**\_pageLevelProgress** (object): The Page Level Progress object that contains a value for **\_isEnabled**.
97
+
98
+
> **\_isEnabled** (boolean): Turns **Page Level Progress** on and off. Acceptable values are `true` and `false`.
99
+
100
+
> **\_isCompletionIndicatorEnabled** (boolean): Adds a completion indicator next to the title of a component, block, article, page or menu. Acceptable values are `true` and `false`.
101
+
80
102
### Accessibility
81
103
82
104
Several elements of **Page Level Progress** have been assigned a label using the [aria-label](https://github.com/adaptlearning/adapt_framework/wiki/Aria-Labels) attribute: **pageLevelProgress**, **pageLevelProgressIndicatorBar** and **pageLevelProgressMenuBar**. These labels are not visible elements. They are utilized by assistive technology such as screen readers. Should the label texts need to be customised, they can be found within the **globals** object in [_properties.schema_](https://github.com/adaptlearning/adapt-contrib-pageLevelProgress/blob/master/properties.schema).
0 commit comments