Package org.tsugi.ags2.objects
Class Score
- java.lang.Object
-
- org.tsugi.jackson.objects.JacksonBase
-
- org.tsugi.ags2.objects.Score
-
public class Score extends JacksonBase
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITY_COMPLETEDthe user has completed the activity associated with the line item.static StringACTIVITY_INITIALIZEDthe user has not started the activity, or the activity has been reset for that student.static StringACTIVITY_INPROGRESSthe activity is being drafted and is available for comment.static StringACTIVITY_STARTEDthe activity associated with the line item has been started by the user to which the result relates.static StringACTIVITY_SUBMITTEDthe activity has been submitted at least once by the user but the user is still able make further submissions.StringactivityProgressStringcommentstatic StringGRADING_FAILEDThe grading could not complete.static StringGRADING_FULLYGRADEDThe grading process is completed; the score value, if any, represents the current Final Gradestatic StringGRADING_NOTREADYThe grading could not complete.static StringGRADING_PENDINGFinal 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 StringGRADING_PENDINGMANUALFinal 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.StringgradingProgressstatic StringMIME_TYPEDoublescoreGivenDoublescoreMaximumStringtimestampStringuserId
-
Constructor Summary
Constructors Constructor Description Score()
-
Method Summary
-
Methods inherited from class org.tsugi.jackson.objects.JacksonBase
getAdditionalProperties, getKey, prettyPrint, prettyPrintLog, setAdditionalProperties, setKey
-
-
-
-
Field Detail
-
MIME_TYPE
public static final String MIME_TYPE
- See Also:
- Constant Field Values
-
ACTIVITY_INITIALIZED
public static final String ACTIVITY_INITIALIZED
the user has not started the activity, or the activity has been reset for that student.- See Also:
- Constant Field Values
-
ACTIVITY_STARTED
public static final String ACTIVITY_STARTED
the activity associated with the line item has been started by the user to which the result relates.- See Also:
- Constant Field Values
-
ACTIVITY_INPROGRESS
public static final String ACTIVITY_INPROGRESS
the activity is being drafted and is available for comment.- See Also:
- Constant Field Values
-
ACTIVITY_SUBMITTED
public static final String ACTIVITY_SUBMITTED
the activity has been submitted at least once by the user but the user is still able make further submissions.- See Also:
- Constant Field Values
-
ACTIVITY_COMPLETED
public static final String ACTIVITY_COMPLETED
the user has completed the activity associated with the line item.- See Also:
- Constant Field Values
-
GRADING_FULLYGRADED
public static final String GRADING_FULLYGRADED
The grading process is completed; the score value, if any, represents the current Final Grade- See Also:
- Constant Field Values
-
GRADING_PENDING
public static final 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.- See Also:
- Constant Field Values
-
GRADING_PENDINGMANUAL
public static final 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.- See Also:
- Constant Field Values
-
GRADING_FAILED
public static final String GRADING_FAILED
The grading could not complete.- See Also:
- Constant Field Values
-
GRADING_NOTREADY
public static final String GRADING_NOTREADY
The grading could not complete.- See Also:
- Constant Field Values
-
timestamp
public String timestamp
-
scoreGiven
public Double scoreGiven
-
scoreMaximum
public Double scoreMaximum
-
userId
public String userId
-
comment
public String comment
-
activityProgress
public String activityProgress
-
gradingProgress
public String gradingProgress
-
-