update_form_settings: Create a multiple choice question

View source: R/form-edits.R

update_form_settingsR 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)

rgoogleclassroom documentation built on April 4, 2025, 1:17 a.m.