JSON File Format

Below are the three JSON File formats:

  •  Assessment Summary
  • Question & Answer
  • Question & Answer with Summary

Field Format

FormatDescription
UUIDString of UUID
EMAIL{
     name: String, // Display Name 
     email: String // Email Address
}

Example: {name: "John Doe", email: "joe@domain.com"}
TEXTString
DATETIMEISO 8601 format: YYYY-MM-DDTHH:mm:ssTZ
Example: 2019-04-25T18:25:43UTC