Store Correct not working properly

I tried to run a stroop demo included in the latest PsychoPy version (1.84.0) and it does not store the correct answers properly. Even if I answer correctly, the correct answer columns in the xsl file are all zeroes. In previous versions, like for example, 1.83, stroop demo runs fine. What is happening?

Ah, yes, apologies. That is a bug was introduced by 1.84.0 and has quickly been fixed by Jarrod Moss:


I’ll be releasing a bug-fix version 1.84.1 on monday that will include this fix but you can fix it yourself now by replacing the
psychopy/app/builder/components/keyboard/init.py file
with the one in this link:
https://raw.githubusercontent.com/psychopy/psychopy/265c5036d5ece1bd0001cada226b4e37b944caec/psychopy/app/builder/components/keyboard/init.py