Class Score

    • Field Detail

      • 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
      • 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
    • Constructor Detail

      • Score

        public Score()