create_response_column_dictionary: Create a Response Column Dictionary

Description Usage Arguments Value

Description

By providing the questions structured by their blocks and the original first row of the response CSV from Qualtrics, this function is able to create a dictionary where each row is an entry for a response column. The response columns are listed along with the data export tag of the question they correspond to, their question stem and question choice, the question types (1, 2, and 3 levels of question types!), and the response type.

Usage

1
create_response_column_dictionary(question_blocks, original_first_row, flow)

Arguments

question_blocks

use questions_into_blocks() to create a list of blocks with the survey's questions inserted appropriately into them.

original_first_row

this is the first row of the response data CSV, it is automatically provided to you when you use get_setup() or in the shiny application.

flow

A list of strings identifying the blocks in the order that they appear within the survey.

Value

a dataframe detailing in each row the response columns and their description.


ctesta01/QualtricsTools documentation built on May 14, 2019, 12:27 p.m.