create_answer_sheet: Creates and shares an answer sheet for the participant

Description Usage Arguments Value

View source: R/answer_sheets.R

Description

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.

Usage

1
create_answer_sheet(name, email, n_questions)

Arguments

name

Name of the participant (string).

email

Participant's e-mail address (string).

n_questions

Number of questions in the quiz.

Value

The id of the sheet as a character string.


martina-starc/peRson documentation built on April 14, 2021, 3:48 p.m.