how do i get a list of user that have completed or not completed or not responded to a survey.
so i have a survey, lets say ‘survey A’. in this survey i have a list of people or groups that must fill the survey. sharepoint already gives us a list of respondents, but i want to make a list of people that have not responded or not completed the survey.
i’m using c#, thanks..
Assuming that your survey is marked as non-anonymous, and that people can’t answer the survey more than once, you can do the following:
The result will be the list of people that MUST answer the survey, but haven’t done so yet.