link to assessment

samadam
Kilo Sage

I am trying to show the assessments as a list, Is there a way to let the user take the survey from list?

3 REPLIES 3

brian_quinn
ServiceNow Employee
ServiceNow Employee

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


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.


brian_quinn
ServiceNow Employee
ServiceNow Employee

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