Getting HTML for selected Questions
I am currently working a c#.net page where I can allow a user to review a survey outside of the checkbox web app. I need to do this because the this is a mult-page survey and I don't want to make the reviewer go through page by page. Here is what I need to do:
1. Get a list of all the users response answers
2. Loop through these response answers and using the API, get the HTML each question would render in the checkbox web app. or an instance of the control I can add to my page.
3. Then after review, I will need to be able to save any changes
|