Package | Description |
---|---|
student |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Answer> |
StudentAnswers.answers |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
StudentAnswers.addAnswer(Answer answer)
adds an answer to the Collection of answers
|
(package private) abstract void |
StudentAnswers.removeAnswer(Answer answer)
removes an answer from the Collection of answers
|
(package private) abstract void |
TakeTest.submitAnswer(Answer answer)
Submits the selected or inputed answer to the currently selected
question.
|
(package private) abstract void |
StudentAnswers.updateAnswer(Answer answer)
updates the existing answer from the collection of answers
|