Assessment with Review and Feedback Loop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi everyone,
I’ve got a scenario that fits almost perfectly with the Assessment feature, but with some additional requirements:
Once an assessment is answered, it should go through a review process.
The reviewer could provide feedback linked to each assessment field, and the assessment would then be sent back to the assessor to revise their previous responses.
My question is:
Is there anything close to this out of the box or would this only be possible through customizations?
Has anyone faced a similar use case, and if so, how did you handle it?
Thanks in advance for any insights!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Extend Assessment Framework:
Custom workflow on asmt_assessment_instance table
Add approval process with states (Submitted → Under Review → Needs Revision → Approved)
Custom fields for reviewer feedback per question
Business rules to send back to assessor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Thanks for your reply!
Here we are avoiding customizing that much to accomplish our objective.
The custom fields for reviewer feedback would be harmful because there are more than 120 questions.
Thank you again!