public class ExpressionSessionScores
extends java.lang.Object
Constructor and Description |
---|
ExpressionSessionScores(int correct,
int incorrect)
Instantiates a new expression session scores.
|
Modifier and Type | Method and Description |
---|---|
int |
getCorrect()
Gets the correct.
|
int |
getIncorrect()
Gets the incorrect.
|