package testtool.Main; import java.util.Collection; /** * * 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 * * @author * @version * **/ public class Problem extends TestQuestion { /** Default Constructor **/ public Problem() { super(); } protected String qname_; protected Summary summary; protected Actualquestion actualquestion; }