Add form question
google_forms_add_questionAdd a text or multiple-choice question to a Google Form. Input form ID, question title, type, options, and required flag.
Instructions
Add a text or multiple-choice question to a form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Question type (default text). | |
| title | Yes | Question text. | |
| formId | Yes | Form ID. | |
| account | No | Account nickname to use. | |
| options | No | Choices for multiple_choice. | |
| required | No | Whether the question is required (default false). | |
| description | No | Optional help text. |