testtool.Main
Class GradedQuestion

java.lang.Object
  extended by testtool.Main.Question
      extended by testtool.Main.TestQuestion
          extended by testtool.Main.AnsweredQuestion
              extended by testtool.Main.GradedQuestion

public class GradedQuestion
extends AnsweredQuestion

This object holds the grades for a answered question, this can be a percentag e correct a problem is, and a boolean representing whether the question has been graded *


Field Summary
protected  boolean isGraded_
           
protected  int percentCorrect_
           
 
Fields inherited from class testtool.Main.AnsweredQuestion
a
 
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
GradedQuestion()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

percentCorrect_

protected int percentCorrect_

isGraded_

protected boolean isGraded_
Constructor Detail

GradedQuestion

public GradedQuestion()
Default Constructor