View source: R/process_responses.R
split_responses | R Documentation |
The resulting responses table can be quite large and is filled with many different types of
responses. Pass the responses table to split_responses()
to break the data into three distinct
components: pre- and post-course surveys, end-of-chapter quizzes, and in-text questions.
split_responses(responses)
responses |
A responses data frame (processed or not) from a CourseKata class. |
A list of tibble
objects with three elements:
surveys
, for all responses from the course pre- and post-course surveys;
quizzes
, for all responses from practice quizzes in the course; and
in_text
, for all other items that appear in the textbook.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.