LiveAssessments
LiveAssessments API
// A pass/fail results for a student
{
// A unique identifier for this result
"id": "42",
// Whether the user passed or not
"passed": true,
// When this result was recorded
"assessed_at": "2014-05-13T00:01:57-06:00",
// Unique identifiers of objects associated with this result
"links": {"user":"42","assessor":"23","assessment":"5"}
}// Unique identifiers of objects associated with a result
{
// A unique identifier for the user to whom this result applies
"user": "42",
// A unique identifier for the user who created this result
"assessor": "23",
// A unique identifier for the assessment that this result is for
"assessment": "5"
}Parameter
Type
Description
Last updated
Was this helpful?