I have created a small application in asp.net thorugh which i want to schedule a Survo and read the results from the receivers. To implement the same, i have created one survo which has one question with "multiple choice" question type and there are 3 choices, when the receiver press 3 then it will transfer the call to another number.
I want to read the responses from the receivers. Can anyone please let me know how can i get the receivers responses? i.e., whether they have pressed 1, 2 or 3 for my Survo.
Using Net Integration as the "Post Survo Action" you can send the answers to any of your Survo questions to your web service as GET/POST values. Just name and assign the parameter(s) under "Add/Edit NetGet -> Survo Generated Parameters".
If desired you can pass the data back to a second Survo, using "Transmit Data and Get Next Action" under "NetGet Action". Your web service will have to respond with the XML for the desired action and any parameters.
There is more detail and an example here, https://secure.ifbyphone.com/developers.php?a=netget
I believe you are referring to the Survo report. In order to populate this report, you must select one of the options that includes "Save in Database" under Survo -> Post Survo Action.