PennController for IBEX › Forums › Support › Feedback based on slider scale selection › Reply To: Feedback based on slider scale selection
March 14, 2023 at 4:34 am
#10373

Keymaster
Hello,
You’ll need to use a Function element:
newFunction( ()=>{const c=getScale("Conclusion")._element.choices; return c[c.length-1][1]>=49;}).test.is(true).success( newText("Yay!").print() )
Jeremy