batch_add_true_false
Batch add True/False questions to a Google Form with configurable correct answer, points, and required status. Optionally clear existing items.
Instructions
Bulk add True/False questions.
Each question dict: {"title": str, "correct": bool, "points": int?, "required": bool?}.
If clear_existing=True, deletes all existing items first.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | ||
| questions | Yes | ||
| start_index | No | ||
| clear_existing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||