This object holds the grades for a answered question, this can be a percentag
e correct a problem is, and a boolean representing whether the question has been graded *
This is the test problem that will extend from
testquestion(same one use
d everywhere) and have
components that make up the visual portion of the
test *
A ProctoredStudent represents a student in the proctoring and grading phases
of TestTool
it contains zero or more answered questions (which can be GradedQuestions, which is a subset of AnsweredQuestions) *
The TestQuestion's QuestionBlock is found, a new question is generate
d
according to the ConstraintSet of the QuestionBlock, and this new
TestQuestion replaces the existing one.