mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Pull tag data #61

Closed shamahutoto closed 2 years ago

shamahutoto commented 4 years ago

Hi,

I’ve been using your package to download responses and then manually going back into SurveyMonkey to count up the tagged responses in the text field answer.

Is there a way that a function could be made to download these tags automatically?

I reached out to SurveyMonkey and they say this has been written into the api. If you search “SurveyMonkey test” here it shows where the data can be found https://jsonblob.com/bed1d46c-e5f2-11ea-b735-09a5984821f9

sfirke commented 4 years ago

Thanks for the JSON blob. Do you know what question type this is, on the design side? For further investigation, I'd probably make a survey myself with the question type to explore it myself.

shamahutoto commented 4 years ago

Hi Sam,

I'm not sure about this specific example but I originally asked them about the "other" comment box tags you can add at the end of multiple choice questions.

Thanks for looking into it

On Tue, 25 Aug 2020 at 7:49 AM, Sam Firke notifications@github.com wrote:

Thanks for the JSON blob. Do you know what question type this is, on the design side? For further investigation, I'd probably make a survey myself with the question type to explore it myself.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tntp/surveymonkey/issues/61#issuecomment-679330735, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO3BAYGIX4MESDI2SJI5M23SCK757ANCNFSM4QJZDS2A .

shamahutoto commented 4 years ago

https://imgur.com/XS7JddE

Here's an example of where tags are inputted on SurveyMonkey

sfirke commented 4 years ago

That screenshot is great, thanks! I'd never noticed the "tags" there.

mattroumaya commented 2 years ago

@shamahutoto closing for now but feel free to reopen if needed.