GIFT {RGIFT} | R Documentation |
Some functions to create questionnaires in the GIFT format.
Description
Functions to add comments, category and names to questions in GIFT format.
Usage
GIFTcomment(txt)
GIFTcategory(catname)
GIFTQName(qname)
Arguments
txt |
Text for the comment. |
catname |
Category name. |
qname |
Question name. |
Details
These functions use the cat()
function to format the comment, category
or question name in GIFT format and print them. Use of the sink()
function is adviced to send the ouput to a text file.
Value
No value is returned but some text in printed.
Author(s)
Virgilio Gómez-Rubio <virgilio.gomez@uclm.es>
See Also
https://docs.moodle.org/21/en/GIFT_format
Examples
GIFTcomment("Some examples")
GIFTcategory("Example")
GIFTQName("Question Name")
[Package RGIFT version 0.1-7 Index]