testtool.Main
Class Problem

java.lang.Object
  extended by testtool.Main.Question
      extended by testtool.Main.TestQuestion
          extended by testtool.Main.Problem

public class Problem
extends TestQuestion

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 *


Field Summary
protected  Actualquestion actualquestion
           
protected  java.lang.String qname_
           
protected  Summary summary
           
 
Fields inherited from class testtool.Main.TestQuestion
constraints, point, questionNumber
 
Fields inherited from class testtool.Main.Question
an, au, cl, d, dbn, dlu, k, l, qs, w
 
Constructor Summary
Problem()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname_

protected java.lang.String qname_

summary

protected Summary summary

actualquestion

protected Actualquestion actualquestion
Constructor Detail

Problem

public Problem()
Default Constructor