Update PlusMinusTimesDivide to 2014.10.25.08 (2014102508)
This commit is contained in:
parent
89fb01a090
commit
d0c9dfb978
|
@ -9,19 +9,25 @@ Summary:Train children in arithmetic
|
|||
Description:
|
||||
A program to train children's mathematical skills in the four calculation
|
||||
methods: addition, subtraction, multiplication and division.
|
||||
The preferences allow to adapt the app's difficulty to any pupil's level,
|
||||
from basic primary (elementary) school to secondary and beyond.
|
||||
|
||||
The program gives hints when the given answer is wrong (send upstream your tips if
|
||||
you have some more). The preferences dialog (from the Menu button) allows
|
||||
adaptation to most levels of difficulty required by children in different ages:
|
||||
maximum of operands or result, integer or decimal (with up to four decimal
|
||||
places) operations, with or without carry over, multiplication and addition
|
||||
tables training, number of authorized tries, and some few others...
|
||||
The preferences allow to adapt the difficulty to any pupil's level, from basic
|
||||
primary (elementary) school to secondary and beyond. Possible changes include:
|
||||
|
||||
There is a timer but it is shut-off by default, as to not stress sensible
|
||||
children. Finally, the language of the app can be set differently (English,
|
||||
French, German) from the system default.
|
||||
* maximum of operands or result,
|
||||
* integer or decimal (with up to four decimal places) operations,
|
||||
* with or without carry over,
|
||||
* multiplication and addition tables training,
|
||||
* number of authorized tries,
|
||||
* and some few others...
|
||||
|
||||
The program also gives hints when the given answer is wrong (send your tips to
|
||||
the author, if you have some more!). For advanced users, there is a timer --
|
||||
but it is shut-off by default, as to not stress sensible children.
|
||||
|
||||
Finally, the language of the app can be set differently (English, French,
|
||||
German, Italian, Spanish) from the system default.
|
||||
|
||||
[https://pmtd.googlecode.com/git/doc/CHANGELOG Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -65,7 +71,13 @@ Build:2014.10.19.10,2014101910
|
|||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mv libs/android-support-v4.jar $$Support$$/libs
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:2014.10.25.08,2014102508
|
||||
commit=2014.10.25.08
|
||||
srclibs=1:Support/v7/appcompat@android-4.4_r1.2
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mv libs/android-support-v4.jar $$Support$$/libs
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2014.10.25.08
|
||||
Current Version Code:2014102508
|
||||
|
|
Loading…
Reference in a new issue