create_qti_task {rqti} | R Documentation |
Create XML file for question specification
Description
Create XML file for question specification
Usage
create_qti_task(object, dir = NULL, verification = FALSE, show_score = FALSE)
Arguments
object |
an instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair). |
dir |
string, optional; a folder to store xml file; working directory by default |
verification |
boolean, optional; to check validity of xml file, default
|
show_score |
boolean, optional; put div tag with score value. Default
is |
Value
xml document.
[Package rqti version 0.3.0 Index]