Question & Answer with Summary JSON File Format

Overview

This appendix documents the top-level JSON file format for the Question & Answer with Summary export type. This format extends the Question & Answer file by embedding a full Assessment Summary object alongside each assessment's comments, tasks, and survey responses.

📋 Referenced schemas: Assessment Summary JSON, Comment JSON, Task JSON, and Survey (Question & Answer) JSON are defined in the Assessment Summary JSON File Format appendix.

JSON Schema
Question & Answer with Summary File
{
  assessments: [
    {
      summary: {
        <Assessment Summary JSON>
      },
      comments: [
        {
          <Comment JSON>
        }
      ],
      tasks: [
        {
          <Task JSON>
        }
      ],
      surveys: [
        {
          <Survey (Question & Answer) JSON>
        }
      ]
    }
  ]
}
TrustArc  ·  Assessment API — Appendix: Question & Answer with Summary JSON File Format  ·  support.trustarc.com