...
Code Block | ||
---|---|---|
| ||
{
userId : string # Inspera's internal id of the testtaker
assessmentRunId : numeric # the id of the test
assessmentRunTitle : string # name of the assessmentun
assessmentRunStartTime : date * startTime format : ISO_8601_DATE_AND_TIME_WITH_SECONDS_UTC
assessmentRunEndTime : date * endTime format : ISO_8601_DATE_AND_TIME_WITH_SECONDS_UTC
ext_inspera_sessionId : string * the stored session-id
taskId : string * the stored task-id
evaluationRounds : array of EvaulationRound
} |
...