Class | Description |
---|---|
Answer |
An abstract represenation of a set of
answers to a question
|
CodeAnswer |
An abstract represenation of an answer
for a coding question
|
CodeQuestion |
This class represents a programming question.
|
CodeResponse |
An abstract represenation of a code response
|
LongAnswer |
An abstract representation of a long
answer
|
LongAnswerQuestion |
This class represents a free response question involving an essay-type format response.
|
LongResponse |
Abstract representation of a long
answer response
|
MultipleChoiceAnswer |
An abstract representation of a set of
multiple choice answers.
|
MultipleChoiceQuestion |
This class represents a multiple choice question
|
MultipleChoiceResponse |
An abstract representation for a multiple
choice response
|
Question |
This class represents a question that appears on a test.
|
QuestionBank |
Holds all of the questions that are created.
|
Response |
Abstract representation of a response
|
ShortAnswer |
An abstract representation of a short
answer
|
ShortAnswerQuestion |
This class represents a fill-in-the-blank question
|
ShortResponse |
An abstract representation of a short
response
|
TestBank |
A Test Bank holds questions specific to a certain course, as defined by the instructor.
|