Documentation

Page Score Counter

Description

The Page Score Counter module displays the score and max score values on a 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
  • Fraction (Score/Max Score) – Displays score and max score
  • Score – Displays score
  • Max Score – Displays max score

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.