public class ModuleAnswer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
exerciseIndex
The index of the Exercise this is an answer of
|
private boolean |
result
The correctness of the answer
|
private org.joda.time.DateTime |
timestamp
The time at which the answer was registered
|
Constructor and Description |
---|
ModuleAnswer(int exerciseIndex,
boolean result) |
ModuleAnswer(int exerciseIndex,
boolean result,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
getExerciseIndex() |
boolean |
getResult() |
long |
getTimestamp() |
private final int exerciseIndex
private final boolean result
private final org.joda.time.DateTime timestamp