Package | Description |
---|---|
pk.contender.earmouse |
Class and Description |
---|
ButtonGridFragment.AnswerSelectedListener
Listener interface for GridView clicks, any activity that attaches this Fragment must implement this.
|
Exercise
An abstraction of an exercise, contains a List of exercise units, which are in turn Lists of Integers.
|
ManagerListFragment.OnModuleSelectedListener
Listener interface for ListView clicks, any activity that attaches this Fragment must implement this.
|
Module
A pedagogical module for our application, contains all Exercises and statistics and data
for a single module as well as all the methods relating to these.
|
ModuleAnswer
Abstraction of a single answer to an Exercise in a Module.
|
ModuleListFragment.OnModuleSelectedListener
Listener interface for ListView clicks, any activity that attaches this Fragment must implement this.
|
ModuleStats
Class to keep track of the statistical data that a Module collects as a user tries to answer
its exercises.
|