create_question_object {rqti} | R Documentation |
Create rqti S4 AssessmentItem Object from Rmd
Description
Generates an rqti S4 AssessmentItem object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair) from an Rmd file.
Usage
create_question_object(file)
Arguments
file |
A string representing the path to an Rmd file. |
Value
One of the rqti S4 AssessmentItem objects: SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, or DirectedPair.
Examples
create_question_object("file.Rmd")
[Package rqti version 1.0.0 Index]