smart assessment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:08 PM
Hi all
For Smart Assessment, I am trying to populate entity used in controls should auto populate in assessment question and for that I am using Assessment Metric method called “Default answer from script” but its not working. The questions are migrated using the same metric type. I have used gs.log() to check script part is running are not but and did not find the message written in log function under system logs. What could be the reason what stopping to execute that script. Is there any business rule that that triggers script part.
Assessable records are getting generated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 09:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 12:50 AM
@Ayush Aggarwal @Community Alums
I have written code to auto populate the entity name on assessment questions when assessment created for control. Entity name should be same as it is used in control.
I have tried log function to check if this code is running or not but i couldn't see any log messages in system log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 01:18 AM
@ssr99 Auto population of responses in assessment questions is not supported yet in smart assessment. Hence your script was not migrated to smart assessment questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 08:07 AM
Hi @ssr99 ,
Can you please elaborate more on exactly what you are trying out?