long_to_wide_mcq | R Documentation |
Reshape MCQ data long to wide
long_to_wide_mcq(dat, q_col = "questionid", ans_col = "response")
dat |
Long format MCQ |
q_col |
Name of the question column (default is "questionid") |
ans_col |
Name of the answer column (defualt is "response") |
Wide format data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.