update_form_settings {rgoogleclassroom} | R Documentation |
Create a multiple choice question
Description
Create a multiple choice question
Usage
update_form_settings(
form_id = NULL,
title = NULL,
description = NULL,
google_forms_request = NULL,
quiet = FALSE
)
Arguments
form_id |
The id of the google form to be updated |
title |
An updated title |
description |
An updated description |
google_forms_request |
A google forms request object. If not supplied, it will be created new. |
quiet |
TRUE/FALSE you'd like a progress message? |
Examples
## Not run:
update_form_settings(
form_id = "12345",
new_title = NULL,
new_description = NULL
)
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]