Ran into a logic limitation in SM where I had to repeat a question for different sub-groups of respondents (ie. same question asked in two different places). surveymonkey::parse_survey added "_2" and "_3" to the second and third instances of the question. This might indeed be exactly what we want as it's very explicit.
But then in my code I had to coalesce these questions into one column. Maybe we could add a "coalesce" argument to parse_survey, that would combine these duplicated questions.
There could be problems with this though. For example, if a respondent was able to answer the same question twice it would only keep the first response.
Ran into a logic limitation in SM where I had to repeat a question for different sub-groups of respondents (ie. same question asked in two different places). surveymonkey::parse_survey added "_2" and "_3" to the second and third instances of the question. This might indeed be exactly what we want as it's very explicit.
But then in my code I had to coalesce these questions into one column. Maybe we could add a "coalesce" argument to parse_survey, that would combine these duplicated questions.
There could be problems with this though. For example, if a respondent was able to answer the same question twice it would only keep the first response.