@Generated(value="com.googlecode.jsonschema2pojo") public class Score extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVITY_COMPLETED
the user has completed the activity associated with the line item.
|
static String |
ACTIVITY_INITIALIZED
the user has not started the activity, or the activity has been reset for that student.
|
static String |
ACTIVITY_INPROGRESS
the activity is being drafted and is available for comment.
|
static String |
ACTIVITY_STARTED
the activity associated with the line item has been started by the user to which the result relates.
|
static String |
ACTIVITY_SUBMITTED
the activity has been submitted at least once by the user but the user is still able make further submissions.
|
String |
activityProgress |
String |
comment |
static String |
GRADING_FAILED
The grading could not complete.
|
static String |
GRADING_FULLYGRADED
The grading process is completed; the score value, if any, represents the current Final Grade
|
static String |
GRADING_NOTREADY
The grading could not complete.
|
static String |
GRADING_PENDING
Final Grade is pending, but does not require manual intervention; if a Score value is present, it indicates the current value is partial and may be updated.
|
static String |
GRADING_PENDINGMANUAL
Final Grade is pending, and it does require human intervention; if a Score value is present, it indicates the current value is partial and may be updated during the manual grading.
|
String |
gradingProgress |
Double |
scoregiven |
Double |
scoreGiven |
String |
timestamp |
| Constructor and Description |
|---|
Score() |
public static final String ACTIVITY_INITIALIZED
public static final String ACTIVITY_STARTED
public static final String ACTIVITY_INPROGRESS
public static final String ACTIVITY_SUBMITTED
public static final String ACTIVITY_COMPLETED
public static final String GRADING_FULLYGRADED
public static final String GRADING_PENDING
public static final String GRADING_PENDINGMANUAL
public static final String GRADING_FAILED
public static final String GRADING_NOTREADY
public String timestamp
public Double scoreGiven
public Double scoregiven
public String comment
public String activityProgress
public String gradingProgress
Copyright 2015- Charles R. Severance and licensed CC-BY Attribution 4.0