graderPrivateOnly

public static Grader graderPrivateOnly(int points)(source)

Creates a Grader for manual tutor grading.

Return

The newly created grader.

Parameters

points

The maximum points to be awarded.


public static Grader graderPrivateOnly()(source)

Creates a Grader for manual tutor grading with a maximum of 1 point.

Return

The newly created grader.