Skip to contents

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

if (FALSE) {

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

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