powered by
Create a multiple choice question
update_form_settings( form_id = NULL, title = NULL, description = NULL, google_forms_request = NULL, quiet = FALSE )
The id of the google form to be updated
An updated title
An updated description
A google forms request object. If not supplied, it will be created new.
TRUE/FALSE you'd like a progress message?
if (FALSE) { update_form_settings( form_id = "12345", new_title = NULL, new_description = NULL ) }
Run the code above in your browser using DataLab