View source: R/process_responses.R
map_response_options | R Documentation |
Extract a look-up table for the multiple-choice questions in the set and then use it to map
response options to the values. The table is comprised of the lrn_question_reference
and
lrn_option_<option numbers>
columns, and it is added to the resulting responses table as the
option_value_table
attribute.
map_response_options(responses)
responses |
A CourseKata responses table (e.g. from responses.csv). |
A responses table as a tibble
with the look-up table added as the option_value_table
attribute and the response
column altered by mapping the responses using the table.
process_responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.