Multiplication Station project is an application to help memorize multiplication tables through 12x12. The user logs in and faces a blank 12x12 grid.
The program gives all the products in random order. When a correct answer is given, the problem is marked "complete" and the corresponding grid cell displays the product (i.e. row * col). If a wrong answer is given then the problem is inserted at a random position in the problem queue and asked again later.
The countdown-timer works as follows: if set for "5", then after 5 seconds, if no answer yet entered, the problem is re-inserted in the problem queue to be asked again, later. This has been found to keep kids more focused.
The administrator can change the operator for each account separately among {+,-,*} for the analogous exercises.
Product's homepage
Here are some key features of "Multiplication Station":
· Multiple Account control via Admin Interface
· Separate configurations for each account
· High-Score display encourages competition
· Configurable countdown timer encourages attention
· Configurable number of points to award
· Configurable operator support for add/sub/mult
· Configurable colors
What's New in This Release: [ read full changelog ]
· Changes were made regarding the location of configuration files.