grader.item
Class WeightAndRawScore

java.lang.Object
  extended by grader.item.WeightAndRawScore

public class WeightAndRawScore
extends java.lang.Object

This displays information about the current weight and raw score of the item.


Field Summary
protected  int rawscore
           
protected  int weight
           
 
Constructor Summary
WeightAndRawScore()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

protected int weight

rawscore

protected int rawscore
Constructor Detail

WeightAndRawScore

public WeightAndRawScore()
Default Constructor