make_form_quiz | R Documentation |
Turn a form into a quiz
make_form_quiz(form_id)
form_id |
The id of the google form to be updated into a Quiz |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.