Documentation
Error counter
Description
Error counter module displays the number of mistakes made on a current page of a presentation.
Properties
Property name | Description |
---|---|
Show errors | Checking this property enables to display all errors made on a current page |
Show mistakes | Checking this property enables to display current mistakes made. It's a sum of all 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. Be aware that mistakes are the cumulated value so their count can be very high in this mode. |
Lang attribute | This property allows to define the language for this addon (different than the language of the lesson). |
Supported commands
Command name | Params | Description |
---|---|---|
show | --- | Shows module |
hide | --- | Hides 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.