link to assessment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 10:49 AM
I am trying to show the assessments as a list, Is there a way to let the user take the survey from list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2016 08:37 AM
Sam,
If you do not want to use the "My Assessments & Surveys" module under "Self-Service", you can use this URL for a true list view:
yourinstance.service-now.com/nav_to.do?uri=/asmt_assessment_instance_list.do%3Fsysparm_query%3Dstate%253Dready%255EuserDYNAMIC90d1921e5f510100a9ad2572f2b477fe%26sysparm_first_row%3D1%26sysparm_view%3D
This will display the list of assessments that are ready to be taken for the current user. In order to take the survey, the user will have to click into the record and click on the "Take assessment" button.
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2016 12:27 PM
Thank you, I am trying to list all the assessments when My Assessments & Surveys module is used and looking for way to allow the survey to be taken from the list view. Don't see a way so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2016 02:29 PM
In that case you can build a custom UI Page. Use GlideRecord to get a list of assessment instances assigned to the current user, and then use the getAssessmentInstanceURL() function in the AssessmentUtils script include to build a link for the user to click.
Thanks
Brian