Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Body

Code Block
languagetext
{
  candidateId : string # Inspera's internal id of the testtaker
  assessmentsRuns : array of AssessmentRun
}

...

AssessmentRun

Code Block
languagetext
{
  evaluationRounds : array of EvaulationRound
}

...

EvaulationRound

Code Block
languagetext
{
   roundId : 
}

ExternalId

Code Block
languagetext
{
  
}

TestInfo

Code Block
languagetext
{
 
}

StudentInfo

Code Block
languagetext
{
  
}

TeacherComment

Code Block
languagetext
{
 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
languagetext
{
  questionId : }

ManualScore

Code Block
languagetext
 {
 numeric # Inspera's internal question-id
  }

CandidateResponse

Code Block
languagetext
{
  evaluations : array of Evaluation
}

...

Evaluation

Code Block
languagetext
{
	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
{
    
}

...