Documentation
Error counter
Description
Error counter module displays the number of errors/mistakes made on a current page of a 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 to display all the errors visible on a current page. |
Show mistakes | Checking this property enables to display 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 cumulated 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 |
---|---|---|
show | --- | Show the module. |
hide | --- | Hide the module. |
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 this module.