| Class | Description |
|---|---|
| CodeResponse |
This class models the coding questions
|
| Match |
This class models the matching questions
|
| MultipleChoice |
This class models the multiple choice questions
|
| Question |
This abstract class models the main structure of a question and provides
functions needed for each type of question.
|
| QuestionBank |
This class models the Question Bank that holds all Questions available for creating tests.
|
| TextResponse |
This class models the free response questions that require student input
|
| TrueFalse |
This class models the true/false questions
|