Versions Compared

Key

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

...

Code Block
languagetext
{
	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
	sessionId : string * the stores session-id
	evaluationRounds : array of EvaulationRound
}

...

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

...