...
Body
Code Block | ||
---|---|---|
| ||
{ candidateId : string # Inspera's internal id of the testtaker assessmentsRuns : array of AssessmentRun } |
...
AssessmentRun
Code Block | ||
---|---|---|
| ||
{
evaluationRounds : array of EvaulationRound
} |
...
EvaulationRound
Code Block | ||
---|---|---|
| ||
{ roundId : } |
ExternalId
Code Block | ||
---|---|---|
| ||
{
} |
TestInfo
Code Block | ||
---|---|---|
| ||
{
}
|
StudentInfo
Code Block | ||
---|---|---|
| ||
{
}
|
TeacherComment
Code Block | ||
---|---|---|
| ||
{ numeric #round-number as stored in the database gradeValue : decimal # final gradevalue for this round causeOfRound : string # name of the status that led to this evaluation-round questions : array of Question } |
Question
Code Block | ||
---|---|---|
| ||
{ questionId : } |
ManualScore
Code Block | ||
---|---|---|
| ||
{ numeric # Inspera's internal question-id } |
CandidateResponse
Code Block | ||
---|---|---|
| ||
{ evaluations : array of Evaluation } |
...
Evaluation
Code Block | ||
---|---|---|
| ||
{ score : decimal #the score/marks for this quuestion of this round evaluatorId : numeric # The stored id of the evaluator that set this score. On round 1 an evaluatorId of -1 indicates automarking } |
Example output
Code Block |
---|
{ } |
...