Assessment Metric with Method: Script question

joeweisiger
Giga Expert

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!

1 REPLY 1

NileshP
Tera Contributor

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