Assessment Questions Dependencies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 05:34 AM
Hi All,
I am trying to create an assessment metric type with several questions (metrics).
The assessment will start with 3 Yes/No Type questions and I would like to show the rest of the questions depending on the answers on this 3 questions.
ServiceNow provides a one-dimensional dependency condition, in terms if one of the question is answered as "Yes" then I could choose to show another question.
What I would like to achieve is the following:
- If Question 1 or Question 2 or Question 3 is answered as "Yes" then I would like to show one of the Questions.
Does anyone know how can I achieve this?
Thank you in advance.
Kind regards,
Dimitrios
- Labels:
-
Vendor Risk Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 01:06 PM
If you want to stick to Attestation Designer and not create a Form / Record Producer to capture the data (where everything can be coded and logic built in based on input values for each fields), then in the Attestation Designer I would see one way:
Question 1 (Q1) if Yes -> show Q4 & Q5
Q2 is Yes -> show Q6 & Q7
only Q6 is the same question as Q4.
If 100 people answered the Survey, you can track who said Yes to Q1, Q2 or Q3. Then you will need to make a report where the responses for Q4 and Q6 (etc etc) are considered together since they are answers to the same questions.