Hi there,
Below is a senario I am trying to achive using API. I tought I post it in community so that if I get responses all member can use it later on :
Here is What I want to do (all with CheckBox API only) if anyone did this before please help me.
I have couple of surveys that I use them as template to create new surveys
here are the steps I want to implement :
1- List the surveys located under a folder to user (see
"Get Survey ID under a folder" as how to do that
Thank to ncushing)
2- User will pick one of the survey and click on create survey
3- My application use the ResponseTemplateID of selected Survey and copy survey as a new Survey
Question : probably should use ResponseTemplateManager.CopyResponseTemplate(....) but I don't know what parameters I should pass e.g. IAccessPermissabl?? or LanguageCode?
4- After I have the new Survey (assuming I will have the ResponseTemplateID of new survey), I like to add users to the survey and later send them invitation.
Thanks
Paayaa