Learn R Programming

rgoogleclassroom (version 1.0.0)

update_form_settings: 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

Run this code
if (FALSE) {

update_form_settings(
  form_id = "12345",
  new_title = NULL,
  new_description = NULL
)
}

Run the code above in your browser using DataLab