datawiser / qual2db

Python code for extracting data from the Qualtrics API and posting to a MySQL database
8 stars 8 forks source link

Check-all-that-apply matrix questions load only first answer column #10

Open datawiser opened 8 years ago

datawiser commented 8 years ago

We have a survey with a matrix question where each row (choice) is a type of training, and there are four columns (answers): I've taken this training, I'd like to take this training, I've led this training, I'd like to lead this training. In qual2db data, all the choices load normally, and all four answer options appear in the answers table, but only the first of the four answer options appears in the response data. Qualtrics' internal reporting and export data show plenty of data in all four columns.