Flash Card
This applet displays basic math equations that the user is invited to solve. To begin the process, click once in the applet area. Then use the number keys to enter your answers (backspace to make corrections). Hit 'Return/Enter' to see if it is correct or not. The applet may be timed with the TIMED parameter.
FlashCard1.tar
- AppletUtil3.class
- AudioThread2.class
- FCCanvas1.class
- FCTimer1.class
- FlashCard1ech.class
<param name=COPYRIGHT value="FlashCard applet, Copyright 1999, Eric Harshbarger">
MAXIMUM.ANSWER: This is a number that indicates the largest value the answer to any flashcard equation will be. The default is 100.
TIMED: Indicates the number of seconds the user is given to solve as many equations as possible. The default is -1 which means the applet will not be timed (the user can answer as many as he/she wishes).
SOUND.CORRECT: A sound file that is played when a correct answer is given.
SOUND.INCORRECT: A sound file that is played when an incorrect answer is given.
OPERATIONS: A comma separated list of which math operations are used. Choise from 'add', 'subtract', and 'multiply'.