earthlab / qtoolkit

An R package that allows you to efficiently access, plot and analyze survey data via the Qualtrics API.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Multiiple choice questions not joining properly #27

Closed lwasser closed 6 years ago

lwasser commented 6 years ago

Testing today yielded yet more bugs. First, matrix questions work wonderfully but multiple choice do not seem to return choices properly now. Task

Note to me to add another issue about a failed survey import... that will take more digging... but first let's focus on these questions not functioning properly

lwasser commented 6 years ago

It turns out the class object was not updating correctly so that $choices was populated using the name choices in the code . int he list code <- was used rather than = to define the list element. thus it failed. it's fixed now but testing still...

lwasser commented 6 years ago

Currently multiple choice questions WORK generally with

dc9288478adceed52c1d9f0c67ed7f5954b94cd9

fix however... if there is question text in an "other" box for some reason the text is not being grabbed ... OR there aren't data in my surveys that i'm testing... this needs further testing. but MC should be plottable now. Need to test on both MC M answer and single answer... it should work if the format is the same however.

lwasser commented 6 years ago

this is working now!! a mistake testing on my end