powered by
Turn a form into a quiz
make_form_quiz(form_id)
The id of the google form to be updated into a Quiz
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) }
Run the code above in your browser using DataLab