'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 raised.
The documentation between the allowed arguments and the response from the raise statement was inconsistent. Instead of typing each argument manually, I joined the available options together. This will keep the raise consistent without the need to update in two spots.
This pull request deals with two things:
get_survey_responses
method didn't have a comma. This caused it to blend with the line below, and it was being raised.