Versions Compared

Key

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


If the testId-parameter resolves to a parent-test (a test that has children) both the parent and the children are included in the export.  The parent will then naturally not have any questions, but will contain the evaluation-rounds that is 'final' (as in when all children does not need a new evaluation-round)

Body

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

...