Google Forms · JSON Structure

Google Forms Api Question Structure

A question in a Google Form.

Type: object Properties: 8
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

Question is a JSON Structure definition published by Google Forms, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

questionId required grading choiceQuestion textQuestion scaleQuestion dateQuestion timeQuestion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-structure/google-forms-api-question-structure.json",
  "name": "Question",
  "description": "A question in a Google Form.",
  "type": "object",
  "properties": {
    "questionId": { "type": "string" },
    "required": { "type": "boolean" },
    "grading": { "type": "object" },
    "choiceQuestion": { "type": "object" },
    "textQuestion": { "type": "object" },
    "scaleQuestion": { "type": "object" },
    "dateQuestion": { "type": "object" },
    "timeQuestion": { "type": "object" }
  }
}