Create text question
The Google Forms Create Text Question tool enables users to seamlessly add new text-based questions to their Google Forms, enhancing form customization and data collection capabilities. It supports both short text and paragraph question formats to suit various response needs.
Features
- Easily add new text questions to existing Google Forms by specifying form ID and question details.
- Supports both short text and paragraph question types for versatile data collection.
- Allows precise positioning of new questions within the form using the index parameter.
- Includes options to set question title and description to provide context for respondents.
- Integrates smoothly with Google Forms API to update forms programmatically and efficiently.
Benefits
- Save time by automating question creation in Google Forms without manual input.
- Increase form flexibility by customizing question types and placement.
- Improve response quality with clear titles and descriptions for each question.
- Facilitate large-scale form updates through programmatic access to the form structure.
- Enhance productivity by integrating with workflows that use Google Forms for surveys and data collection.
Description
Creates a new text question in a Google Form. See the documentation
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| formIdrequired | string | Identifier of a Google Form |
| titlerequired | string | Title of the question |
| descriptionrequired | string | Description of the question |
| indexrequired | integer | The index of an item in the form. This must be in the range [0..N), where N is the number of items in the form. |
| paragraphrequired | boolean | Whether the question is a paragraph question or not. If not, the question is a short text question. |