- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 01:00 AM
Hi,
I have a question related to smart assessment.
In smart assessment I added multiple sections like Level 1 and Level 2.
Each section contains multiple questions.
Now I want that the user may able to access level 2 only when the user complted the whole questions of level 1.
So how to achieve it ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hi @Ayush Aggarwal ,
Actually we need this process for a Policy and Complaince process.
So there was a requirement from our client related to Policy complinace that they want to craete assessment based on level in Servicenow.
But as we are using our system in an older version of servicenow so It's not achievable by smart assessment.
- Parent-Child Control Objectives: A main (parent) Control Objective represents the overall compliance area, while multiple child Control Objectives represent the specific "levels" within that area.
- Custom Compliance Level Field: A custom choice field named "Compliance Level" was added to the Control Objective table. This field is crucial for tracking progress and applying business logic.
- Level Restriction Logic:
- Business rules prevent users from associating entities (which generates control records) with a higher-level child objective until all preceding levels are marked as complete. This ensures a sequential workflow.
- Assessment Completion & Score Rollup:
- When an assessment is completed for a child Control Objective (level), the individual score is automatically rolled up.
- The overall compliance score for the parent Control Objective is calculated as an aggregation of all completed child scores. This final score is what the compliance team reviews.
- Tracking the Final Compliance Level:
- The system dynamically checks which child Control Objectives have reached a "Completed" assessment state.
- Based on the highest completed child level, the custom "Compliance Level" field on the parent Control Objective is automatically updated, providing a clear visual indicator of the organization's final compliance level.
If you find the solution as helpful please mark it helpful.
Regards,
Sagnic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hi @Ayush Aggarwal ,
Actually we need this process for a Policy and Complaince process.
So there was a requirement from our client related to Policy complinace that they want to craete assessment based on level in Servicenow.
But as we are using our system in an older version of servicenow so It's not achievable by smart assessment.
- Parent-Child Control Objectives: A main (parent) Control Objective represents the overall compliance area, while multiple child Control Objectives represent the specific "levels" within that area.
- Custom Compliance Level Field: A custom choice field named "Compliance Level" was added to the Control Objective table. This field is crucial for tracking progress and applying business logic.
- Level Restriction Logic:
- Business rules prevent users from associating entities (which generates control records) with a higher-level child objective until all preceding levels are marked as complete. This ensures a sequential workflow.
- Assessment Completion & Score Rollup:
- When an assessment is completed for a child Control Objective (level), the individual score is automatically rolled up.
- The overall compliance score for the parent Control Objective is calculated as an aggregation of all completed child scores. This final score is what the compliance team reviews.
- Tracking the Final Compliance Level:
- The system dynamically checks which child Control Objectives have reached a "Completed" assessment state.
- Based on the highest completed child level, the custom "Compliance Level" field on the parent Control Objective is automatically updated, providing a clear visual indicator of the organization's final compliance level.
If you find the solution as helpful please mark it helpful.
Regards,
Sagnic
