In my online experiment, I want to start the main experiment only if participants get an accuracy score of more than 75 percent in the practice session. I am able to test for just a few images, such as 1-4 images (total will be 8 images with the requirement of scoring correctly for 6 images), then the experiment ends by this error. TSM AdjustCapsLockLEDForKeyTransitionHandling - _ISSetPhysicalKeyboardCapsLockLED Inhibit
I assumed the problem derives from the fact that answers in “Resp1” should contain the capitals letter, for example, the allowed keys are “x,” “y,” “X,” “Y.” Despite the fact that in the file that loads in pracTrialLoop, the $correctAns variable is set to either “x” or “y”. I’d tried only to set lower case letter or disabling/enabling my caption key while testing the experiment, but it had no effect. My guess is that the error stems from the codes I applied, but I’m not sure where I went wrong. Any suggestions about how to resolve this issue will be greatly appreciated!
Thank you for your response; however, it only succeeds in part because the feedback seems to be missing. It did not show how accurate the participants would be by the end of the practice. I thought the codes in the feedback will print out the accuracy in the end.
Is it possible to end the experiment if the participants’ accuracy falls below 75% after this practice session?
I tried implementing the codes in the Begin Routine component either in the Feedback routine or countCorrt routine, but none of them shows any feedback. Noted that the prackey_resp is the variable name defined for Keyboard response in the Resp1 routine
I just ran into the same error (" TSM AdjustCapsLockLEDForKeyTransitionHandling - _ISSetPhysicalKeyboardCapsLockLED Inhibit") but in a very different, non-builder szenario. In the end, I had to change the Keyboard settings on my Mac Laptop, to make the error disappear. Specifically, I was running an experiment in the Coder on a MacBook running BigSur 11.2.3. I had to go to Preferences → Keyboard → input sources and deselect the checkbox in the bottom saying “use the Caps Lock key to…”