testtool.component
Class Score

java.lang.Object
  extended by testtool.component.Score

public abstract class Score
extends java.lang.Object

Class score contains a point amount and point possible. It is used in grading and questions and tests.


Field Summary
 int points
           
 int possiblePoints
           
 
Constructor Summary
Score()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

public int points

possiblePoints

public int possiblePoints
Constructor Detail

Score

public Score()