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;

/**
 *
 *  contains the list of GradedQuestions
         forming this section of the
 * AnsweredTest as well as any Section
         attributes inherited from AnsweredSection
       * 
 * @author 
 * @version 
 *
 **/

public class GradedSection extends AnsweredSection {

     /** Default Constructor **/
     public GradedSection() {
          super();
     }

     protected Collection<GradedQuestion> gq;

     protected int grade;

}