package testtool.TestGrading; import testtool.TestTaking.*; import testtool.TestTaking.*; import testtool.TestTaking.*; import testtool.TestTaking.*; import testtool.TestTaking.*; import testtool.TestTaking.*; import testtool.TestTaking.*; import java.util.Collection; /** * * This is a complete graded test that which contains the student's * answers, the assigned score, and comments added by the grader. By * inheriting AnsweredTest a GradedTest already contains the correct * answers specified by the author of the test/question as well as a the student's answers given during testing. * * @author * @version * **/ public class GradedTest extends AnsweredTest { /** Default Constructor **/ public GradedTest() { super(); } protected Collection gs; protected int grade; }