Package testtool.component.question

This package contains the object question and types of questions that extend off it.

See:
          Description

Class Summary
FillInQuestion This FillInQuestion class extends the question class and has an answer that the student submits and the correct answer.
MultipleChoiceQuestion The Multiple choice class extends the question class and has an list of correct answers, a list of the correct answer index and the student answers indexes.
ProgramQuestion This ProgramQuestion class extends the question class and has an answer that the student submits and a script to check that answer.
Question Derived from functional requirements Section 2.3.
ShortAnswerQuestion This ShortAnswerQuestion class extends the question class and has an answer that the student submits and a list of keywords that the teacher submits.
TrueFalseQuestion This TrueFalseQuestion class extends the question class and has an answer that the student submits and the correct answer.
 

Enum Summary
Question.QuestionType  
 

Package testtool.component.question Description

This package contains the object question and types of questions that extend off it.