Generating Question Dictionaries - tufts-oir/QualtricsTools GitHub Wiki

Creating a Question Dictionary with QualtricsTools is a convenient way to view information about the questions in your survey based on how they are recorded in the Qualtrics .qsf.

get_setup(
  qsf_path='C:/Example Path to Survey/Sample_Survey.qsf',
  csv_path='C:/Example Path to Survey/Sample_Survey.csv',
  headerrows=3
)

question_dictionary <- create_response_column_dictionary(blocks, original_first_rows, flow_from_survey(survey))
View(question_dictionary)