Documentation

Error counter

Description

The Error Counter module displays the number of errors/mistakes made on the current page of the presentation.

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
Show errors Checking this property enables the display of all the errors visible on a current page.
Show mistakes Checking this property enables the display of all the mistakes that were made. It's a sum of all the errors made on a current page.
Calculate in real time Checking this property sets the module in a mode in which errors and mistakes are calculated after any change in the activity module on a page. Note that mistakes are a cumulative value, so their count can be very high in this mode.
Lang attribute This property allows defining the language for this module (different than the language of the lesson).

Supported commands

Command name Params Description
hide --- Hides the module if it is visible.
show --- Shows the module if it is hidden.

CSS classes

Class name Description
.ic_errorcounter Indicates the look of the Error Counter module.

Examples

.ic_errorcounter {
    line-height: 30px;
    font-family: Arial;
    font-size: 17px;
    color: red;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #02789f;
}

Demo presentation

Demo presentation contains examples of how to use the Error Counter module.