| make_form_quiz {rgoogleclassroom} | R 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)
[Package rgoogleclassroom version 0.9.1 Index]