make_form_quiz: Turn a form into a quiz

View source: R/forms.R

make_form_quizR Documentation

Turn a form into a quiz

Description

Turn a form into a quiz

Usage

make_form_quiz(form_id)

Arguments

form_id

The id of the google form to be updated into a Quiz

Examples

## Not run: 

# Make the form
form_info <- create_form(title = quiz_title)

# Now make it a quiz
make_form_quiz(form_id = form_info$formId)

## End(Not run)

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