Calculate scores for a tRivia team based on a data.frame with correct answers
1 | score_trivia(data, n_round = NULL, score, ref)
|
data |
url or a data frame with the results of a multiple choice google form pool |
n_round |
vector indicating the round of questions, if applies |
score |
Numeric value indicating the score for questions at the round |
ref |
Data frame containing two columns: 'question_name' and 'correct_answer' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.