Prevent the user to retake a survey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2017 05:13 PM
I created a survey for a custom application, and was wondering how to prevent users to take the survey after first attempt. Right now the users are able to take the survey as many time as they want using the link provided in the notification email (all the responses would be captured in the assessment instance table).
Note: I made the survey using "View Survey" module, and also used the "Notification" module to set the conditions and the email notification.
Thanks,
Masoud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2017 07:05 PM
Does the survey instance's State changes to Complete when the user takes the survey?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2017 05:28 PM
Hi Rusty,
Yes, the survey instance's State changes to Complete when the user takes the survey. If the user retake the survey, the SN generates a new instance with a complete state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2017 07:56 PM
There's a "Allow Retake" field. Set it to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2017 09:01 AM
The "Allow Retake" field is false (unchecked), but the user is still able to retake the survey.