get_questionnaire_elements | R Documentation |
Takes the log data from a single participation and returns a table with the names of all questionnaire elements and runtime survey elements (which are technically questionnaires as well) and the respective event codes.
get_questionnaire_elements(json_data)
json_data |
Nested list including the log data for a single participation |
A dataframe including all questionnaire elements, their event codes and other relevant information
## Not run:
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
questionnaire_elements <- get_questionnaire_elements(json_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.