Questions tagged [surveymonkey]

SurveyMonkey is an online survey service

SurveyMonkey is a a software as a service (SaaS) company, founded in 1999 by Ryan Finley, that provides an online survey tool with a variety of service plans.

SurveyMonkey provides an API for programmatic survey creation and data retrieval.

See also

395 questions
2
votes
1 answer

Detect change in iframe for survey monkey

I am embedding a survey monkey survey onto my page and I want to detect when the user submits the survey and is routed to the "thank you" page. (At this point I want to redirect to another page, lets just say www.google.com for simplicity sake). How…
Yecats
  • 1,715
  • 5
  • 26
  • 40
1
vote
1 answer

SurveyMonkey API not filtering on status

I'm new to the SurveyMonkey API (and relatively new to Python in general). I'm trying to retrieve the contacts that have either bounced or opted out (with 2 separate calls). This code was working last week (at that time, the query parameters were…
wilmy
  • 31
  • 2
1
vote
0 answers

How can I embed a survey in Blazor?

I am currently passing in the provided embed code using a MarkupString, the script it references loads in the network tab, but fails to insert the embedded survey. I'm not sure I should even be doing it this way, but I am not sure how else to use…
Mark Clark
  • 471
  • 4
  • 15
1
vote
1 answer

Is there a way to sync Dynamics CRM contacts to surveymonkey?

Is there a way to sync Dynamics CRM contacts to surveymonkey? I would like to find a syncing app which can automatically import all my Dynamics CRM contacts to Surveymonkey. It would make my workflow much easier, instead of uploading CSV files...…
ntetro
  • 53
  • 4
1
vote
1 answer

Survey Monkey - Retrieve new Responses only via API

I have a python script that hits the /v3/surveys?pagenum end point. My plan was to calculate the number of responses in the Json and the number of pages (rounded up from 50/page) and compare this with data already brought in from that endpoint. My…
DMAC
  • 13
  • 2
1
vote
0 answers

Survey Monkey Custom Variable Filter

I have created a survey on Survey Monkey. And added a custom variable. The collector is a weblink appending the custom variable to it. I have a c# project through which I want to check if a user has completed the survey or not. If someone has…
Ak_47
  • 13
  • 7
1
vote
1 answer

Prepopulating survey in Surveymonkey with previous year's survey answers?

We're sending out the same survey to many of the same participants again this year. Since it is long, we would want to have all of their previous year's answers already filled in, so they would only need to mark any changes that happened throughout…
user7758051
  • 304
  • 2
  • 5
  • 18
1
vote
1 answer

Swagger Specification file for SurveyMonkey API

I'm currently working on developing connector for the surveymonkey Rest API. Is there any OpenAPI Specification file for the same that has all the endpoints as per the docs? If not, can I get it in the near future?
1
vote
2 answers

SurveyMonkey custom variables in embedded survey

I'm trying to use a SurveyMonkey embedded survey in our website. I know we can pass custom variables such as username in the url using a Web Link Collector. However I don't see any articles about passing custom variables using an embedded survey. Is…
jong shin
  • 682
  • 1
  • 5
  • 19
1
vote
1 answer

Create a text based on survey inputs?

I am wondering if there is a platform whereby a person being asked a set of questions through a survey and then the survey creates a text based on his or her input. Say for example Q1) have you done fire test Answer person 1) yes Answer person 2)…
rsc05
  • 3,626
  • 2
  • 36
  • 57
1
vote
0 answers

How to run function when embedded Surveymonkey is submitted?

I'm using an embedded Surveymonkey survey using a script tag and giving the tag a link to the widget that Surveymonkey creates. At the end of the survey, users can click a "done" button which sends the results to Surveymonkey, but I want to call…
HunterLiu
  • 781
  • 3
  • 6
  • 20
1
vote
0 answers

JSON error message appears before survey is closed within SurveyMonkey window on Android

We defined a survey and are using SurveyMonkey SDK to display the survey on Android. When a user choses to close the survey without proceeding, a white background containing the (correct) error code…
1
vote
0 answers

How to flatten JSON response from Surveymonkey API

I'm setting up a Python function to use the Surveymonkey API to get survey responses from Surveymonkey. The API returns responses in a JSON format with a deep recursive file structure. I'm having issues trying to flatten this JSON so that it can go…
Nick
  • 55
  • 5
1
vote
2 answers

How to convert comma-separated multiple responses into dummy coded columns in R

In a survey, there was a question that asked "what aspect of the course helped you learn concepts the most? Select all that apply" Here is what the list of responses looked like: Student_ID = c(1,2,3) Responses =…
1
vote
1 answer

surveymonkey - The authorization token provided was invalid

I'm trying to fetch serveymonkey response in NodeJS. this is the response I'm getting: { error: { docs: 'https://developer.surveymonkey.com/api/v3/#error-codes', message: 'The authorization token provided was invalid.', id: '1011', …
גיא פלד
  • 39
  • 1
  • 5