Assessment Metric with Method: Script question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 08:45 AM
Hello,
I have a requirement to auto calculate some assessment metrics. After changing the method to Script, I am unable to find the results for these metrics. The category has 25 questions and I changed 6 of those to method: script. I can see the results of the 19 that have method: Assessment.
Just to ensure that the script wasn't somehow messing things up, I created a test metric with only actual_result = 3; in the script.
Does anyone have any experience with this and know where to find results?
Any help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 06:16 AM
Hi @joeweisiger ,
In the assessment metrix if we selects Method : Script is being run in background but for your verification you add gs.log(scaled_result); in the your code so that will get confirmation.
thanks