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:
categories
character categories of questions to be imported to 'MOODLE' to hierarchical order
names
character names of the questions
question
character question text
A
character first answer option
B
character second answer option
C
character third answer option
D
character fourth answer option
E
character fifth answer option
question_type
character 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