Outcome Results
Outcome Results API
// A student's result for an outcome
{
// A unique identifier for this result
"id": 42,
// The student's score
"score": 6,
// The datetime the resulting OutcomeResult was submitted at, or absent that,
// when it was assessed.
"submitted_or_assessed_at": "2013-02-01T00:00:00-06:00",
// Unique identifiers of objects associated with this result
"links": {"user":"3","learning_outcome":"97","alignment":"53"},
// score's percent of maximum points possible for outcome, scaled to reflect any
// custom mastery levels that differ from the learning outcome
"percent": 0.65
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?