googleForms.updateQuestion replaces a question item’s title, description, question configuration, and optional grading without changing its item or question ID.
Example
Inputs
Provideform, title, and question, plus an item ID or one-based position in itemReference. description, grading, and requiredRevisionId are optional. Question and grading types match Add question.
Second argument { account } selects the Google Account binding.
Output
Returns the updatedForm. The action fails unless the selected item is a standalone question. Use googleForms.updateItem for grids and other item types.