Description Usage Arguments Value
View source: R/answer_sheets.R
The function creates a Google Sheet on Google Drive containing a table with the question numbers and an empty Answer column. The sheet has n_questions + 1 rows (additional row is for the favourite question). Write access is given to the participant so they can enter their answers during the quiz.
1 | create_answer_sheet(name, email, n_questions)
|
name |
Name of the participant (string). |
email |
Participant's e-mail address (string). |
n_questions |
Number of questions in the quiz. |
The id of the sheet as a character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.