Description Usage Arguments See Also Examples
Notes:
If custom question types are created, custom s3 formating methods may be implemented as well.
Due to the shiny runtime of questions, a text representation of quizzes, questions, and answers will be presented.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'tutorial_question_answer'
format(x, ..., spacing = "")
## S3 method for class 'tutorial_question'
format(x, ..., spacing = "")
## S3 method for class 'tutorial_quiz'
format(x, ...)
## S3 method for class 'tutorial_question'
print(x, ...)
## S3 method for class 'tutorial_question_answer'
print(x, ...)
## S3 method for class 'tutorial_quiz'
print(x, ...)
|
x |
object of interest |
... |
ignored |
spacing |
Text to be placed at the beginning of each new line |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.