Skip to end of banner
Go to start of banner

Results API - /v1/candidates/allResults/{testId}/{userId}

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Body

{
    userId : string # Inspera's internal id of the testtaker
    candidateId : string # candidateid
    externalUserIds : * array of ExternalUserId
    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
}

ExternalUserId

{
   authType : type of external id 
   externalUserId : id
}

EvaulationRound

{
   roundId : numeric #round-number as stored in the database
   finalGrade : decimal # final gradevalue for this round
   jaggedAnalysisStatus : string # name of the status of this evaluationround
   roundGrades : * array of RoundGrade
   questions : * array of Question
}

RoundGrade

{
  evaluatorId : the evalutor giving the grade
  grade : the grade given
}

Question

{
  questionId : numeric # Inspera's internal question-id
  userQuestionId : numeric # 
  questionWeight : numeric # 
  evaluations : array of Evaluation
}

Evaluation

{
	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 
	scoreDetails : json # criteria
}


  • No labels