create_quiz | R Documentation |
Create a single quiz comprising of questions generated from create_question()
and/or create_question_raw()
.
create_quiz(..., options = set_quiz_options())
... |
objects of class 'quizQuestions'. See |
options |
a list of options generated from |
an object of class quiz
Joseph Marlo
set_quiz_options()
, create_question()
, create_question_raw()
quiz <- create_quiz(
create_question(
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Select nulla.',
add_choice('auctor'),
add_choice('nulla', correct = TRUE)
),
create_question(
'Mauris congue aliquet dui, ut dapibus lorem porttitor sed. Select 600.',
add_choice('600', correct = TRUE),
add_choice('800')
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.