long_to_wide_mcq: Reshape MCQ data long to wide
Description
Reshape MCQ data long to wide
Usage
long_to_wide_mcq(dat, q_col = "questionid", ans_col = "response")
Value
Wide format data frame
Arguments
- dat
Long format MCQ
- q_col
Name of the question column (default is "questionid")
- ans_col
Name of the answer column (defualt is "response")