lightbulb/services/ags/score
Types
Represents a score in the AGS (Assignment Grading Service).
pub type Score {
Score(
score_given: Float,
score_maximum: Float,
timestamp: String,
user_id: String,
comment: String,
activity_progress: String,
grading_progress: String,
)
}
Constructors
-
Score( score_given: Float, score_maximum: Float, timestamp: String, user_id: String, comment: String, activity_progress: String, grading_progress: String, )