Documentation
Page Score Counter
Description
The Page Score Counter module displays the score and max score values on the current presentation page.
Properties
The list starts with the common properties. Learn more about them by visiting the Modules description section. The other available properties are described below.
Property name | Description |
---|---|
Display mode |
|
Supported commands
Command name | Params | Description |
---|---|---|
show | --- | Shows the module. |
hide | --- | Hides the module. |
getPageScore | --- | Returns page score. |
getPageMaxScore | --- | Returns page max score. |
CSS classes
Class name | Description |
---|---|
.page-score-counter-wrapper | DIV wrapping the Addon's elements. |
Examples
.page-score-counter-wrapper > div.hidden {
display: none;
}
.page-score-counter-wrapper > div {
text-align: center;
}
.page-score-counter-wrapper .fraction > div {
text-align: left;
display: inline-block;
}
Demo presentation
Demo presentation contains examples of how to use this module.