Package | Description |
---|---|
student |
Modifier and Type | Field and Description |
---|---|
(package private) StudentAnswers |
TakeTest.studentAnswer |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<StudentAnswers> |
AnswerDB.studentAnswers |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
AnswerDB.addStudentAnswer(StudentAnswers answer)
adds a StudentAnswer to the Collections of StudentAsnwers
|
(package private) abstract void |
AnswerDB.removeStudentAnswer(StudentAnswers answer)
removes a StudentAnswer from the Collections of StudentAsnwers
|
(package private) abstract void |
TakeTest.submitTest(StudentAnswers studentanswer)
Submits the StudentAnswers to be graded.
|
(package private) abstract void |
AnswerDB.updateStudentAnswer(StudentAnswers answer)
updates the existing StudentAnswer in the the Collections of StudentAsnwers
|