| GIFTrData {GIFTr} | R Documentation |
Questions Data with asterisk and multiple answer mcq
Description
DATASET_DESCRIPTION
Usage
data(GIFTrData)
Format
A data frame with 10 rows and 9 variables:
categoriescharacter categories of questions to be imported to 'MOODLE' to hierarchical order
namescharacter names of the questions
questioncharacter question text
Acharacter first answer option
Bcharacter second answer option
Ccharacter third answer option
Dcharacter fourth answer option
Echaracter fifth answer option
question_typecharacter question type value should be either 'mcq', 'num_q', 'tf_q', 'short_ans'
Details
This data is a demo on a typical structure of data passed in 'GIFTr' package. This data mcq question contains asterisk in the first 2 questions, one with single answer and the other is multiple answers question.
Formatting Tips
markdown
Markdown is supported in GIFT format and example for it's usage in first and second question text.
HTML
Simple HTML syntax is supported as in question 10
LATEX
LATEX is supported in GIFT but you have to escape any curly brackets as in question 11
Partial Credits
Partial Credits for a question can be specified if like in question 9, you could also use them in short answer question. If you have a short answer question or numeric question with no specified credits, this answer will take "100%" credit
Answer Feedback
Every answer can by accompanied with feedback using # as in questions 1 and 9