public abstract class AutoGrader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
currentPoints
current total points accummulated
|
private int |
difficulty
Difficulty level from 0 to 10
|
private int |
maxScore
Max score allowed on a test
|
Constructor and Description |
---|
AutoGrader() |