testtool.Main
Class QuestionBlock
java.lang.Object
testtool.Main.QuestionBlock
public class QuestionBlock
- extends java.lang.Object
A test consists of one or more blocks of questions. (When using the Simpl
e
test generation interface, only one block is created.) During the
creation
phase, a QuestionBlock does not yet contain questions, only th
e
information needed to select questions; once a test is generated, th
e
questions are populated, but the specifications are retained in case the
questions need to be replaced.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraints
protected ConstraintSet constraints
questions
protected java.util.Collection<TestQuestion> questions
QuestionBlock
public QuestionBlock()
- Default Constructor