QualtricsAPI
QualtricsAPI copied to clipboard
QualtricsAPI is a lightweight Python Package for the Qualtrics API.
Hi. I just want to know if the get_survey_responses supports getting partial ongoing responses, the responses in progress that have not been closed.
Hi, When I want to loop over a list of contacts where some contacts have phone information while others don't I am getting an error message every time a nan...
This pull request introduces a new ImportedDataProject class and 2 new distribution methods for generating unique links. Imported Data Project class includes these new methods. - Get IDP schema method...
This pull request deals with two things: 1. 'breakoutSets' within the `get_survey_responses` method didn't have a comma. This caused it to blend with the line below, and it was being...
Good afternoon, I added a pull request, and will reference it. But there was a missing comma in the `valid_keys` list. The raise statement was also confusing for me, give...
Update `exceptions.py` and `responses.py` to handle 404 errors gracefully. The package is also missing exception handling for 409, 413, 414 and 415 errors - which I can add over time.
I want to download survey in another language, my surveys have english and spanish, but always donwload it as spanish
Added includeCount parameter to request query url. This is needed to return an accurate list item count.
List_lists() returns a DataFrame with various parameters for the mailings lists. The parameter "contactCount" always returns 0 for every entry though. This appears to be due to a query parameter...