Below are the three JSON File formats:
- Assessment Summary
- Question & Answer
- Question & Answer with Summary
Field Format
| Format | Description |
| UUID | String of UUID |
| { name: String, // Display Name email: String // Email Address } Example: {name: "John Doe", email: "joe@domain.com"} | |
| TEXT | String |
| DATETIME | ISO 8601 format: YYYY-MM-DDTHH:mm:ssTZ Example: 2019-04-25T18:25:43UTC |