Set the Value of Assessment Instance Question from email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 07:43 AM
Hi All,
I have a requirement to show two emojis(green face, red face) on the email body. Clicking on the green face should redirect user to the portal with the survey questions meant for the green face and clicking on the red face should redirect user to the portal with the survey questions meant for the red face.
I'm trying to set the value of the assessment question for the triggered assessment instance record from email script. I have created a script include and I'm calling the script include from email script.
Please let me know if this is the correct approach or if there is any other way we can redirect from emoji to respective survey questions based on emoji to the portal. Your help is highly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 01:22 PM
Hi Sonam,
I think the components you are using looks fine. I have seen similar customizations in my previous projects.
Steps to follow-
Set up the assessment/questions
Script Include is required to handle the redirection based on emoji selection
Email script - You have already created to show the emojis and generate the links of the survey
Page configs - You might also need to handle assessments at the portal page OOTB its assessment_take page
If my response has resolved your query, please consider giving it a thumbs up and marking it as the correct answer!
Thanks & Regards,
Sanjay Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 10:58 PM
Hi Sanjay,
I didn't find the page you mentioned .Is it not this page you are referring id = take_survey?