- Exercise - Class in pk.contender.earmouse
-
An abstraction of an exercise, contains a List of exercise units, which are in turn Lists of Integers.
- Exercise() - Constructor for class pk.contender.earmouse.Exercise
-
- EXERCISE_CONTINUE - Static variable in class pk.contender.earmouse.ExerciseFragment
-
State in which an exercise has been correctly answered and a click on the ButtonGrid or
Play button will load the next exercise.
- EXERCISE_READY - Static variable in class pk.contender.earmouse.ExerciseFragment
-
State in which an exercise is prepared and has been played at least once, the buttons in the
ButtonGrid are enabled.
- EXERCISE_READY_NOTPLAYED - Static variable in class pk.contender.earmouse.ExerciseFragment
-
State in which an exercise is prepared but has not been played, the buttons in the ButtonGrid
are disabled as we do not want the user to (inadvertently) give an answer before listening to the
exercise.
- ExerciseActivity - Class in pk.contender.earmouse
-
Activity for doing the exercises of a given
Module
- ExerciseActivity() - Constructor for class pk.contender.earmouse.ExerciseActivity
-
- exerciseCount(int) - Method in class pk.contender.earmouse.ModuleStats
-
Returns the number of times exerciseIndex is registered.
- ExerciseFragment - Class in pk.contender.earmouse
-
Implements a selected
Module
by presenting the user with random exercises
from said
Module
and processing the answers.
- ExerciseFragment() - Constructor for class pk.contender.earmouse.ExerciseFragment
-
- exerciseIndex - Variable in class pk.contender.earmouse.ModuleAnswer
-
The index of the Exercise this is an answer of
- exerciseList - Variable in class pk.contender.earmouse.Module
-
List of this Module's Exercises
- exercisesCompleted() - Method in class pk.contender.earmouse.ModuleStats
-
Returns the total amount of exercises completed
- exerciseState - Variable in class pk.contender.earmouse.ExerciseFragment
-
The current state.
- exerciseSuccessRate(int) - Method in class pk.contender.earmouse.ModuleStats
-
Returns the success rate in % of a particular exerciseIndex, returns 0 if no exercises were found
- exerciseUnits - Variable in class pk.contender.earmouse.Exercise
-
Contains the exercise units of this Exercise.
- EXTRA_MODULE_ID - Static variable in class pk.contender.earmouse.ManagerDetailActivity
-
Intent extra value referring the ID of the module selected in the ListView
- EXTRA_POSITION - Static variable in class pk.contender.earmouse.ExerciseActivity
-
Constant used for getting the value of the selected Module's position from Intent payload.