|
I have tried the tutorial above but nothing displays if i get a score say for 40, the score will show but not the correct feedback.
Im wondering if i have put the code in the correct place: i right click Current Results and click actions, then right click afterdisplay in the event colomn and choose javascript, then add the code - VARIABLE (varname, $CurRes_ID.rawScore) IF(#varname<40) _ DISPLAY(TXT_1) _ ELSE _ _ IF(#varname<80) _ _ _ DISPLAY(TXT_2) _ _ _ ELSE _ _ _ _ DISPLAY(TXT_3)
|