PennController for IBEX › Forums › Support › Scale feedback and timeout › Reply To: Scale feedback and timeout

Hi,
I’m trying to implement something similar but on a Question controller.
I would like to print some feedback when the answer is not correct. But being a Question, the scale.test.selected does not work. Is there a command I’m missing? I could still print the correct answer for every question. But I’d prefer not to.
Also, I’d like to timeout the answer time and print an error message if needed. I know how to do it with a normal Timer element. And I know I can add a timeout message to the item array in the old Ibex. But I’m not sure how to implement the timeout message in PCIbex, when the timeout option is set in the Question controller.
Thank you in advance for any help!