View source: R/object_builder.R
create_question_object | R Documentation |
Generates an rqti S4 AssessmentItem object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair) from an Rmd file.
create_question_object(file)
file |
A string representing the path to an Rmd file. |
One of the rqti S4 AssessmentItem objects: SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, or DirectedPair.
create_question_object("file.Rmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.