Form is very slow in new version

Operating System: Windows 11
PsychoPy Version: 2024.2.4
Standalone Version: Yes

What are you trying to achieve?

We have an older script (exp1) (version 2021.2.3) that includes a form/questionnaire, which works perfectly in the older version of PsychoPy. However, we recently upgraded to version 2024.2.4 to use a different script (exp2) that relies on the button component (which doesn’t work in the older version, even when rebuilding the script).

In the new version, the issue is that the form/questionnaire (exp1) updates very slowly, and you have to click multiple times before the answer is registered (i.e., turning red).

As a solution, we rebuilt our exp2 in version 2021.2.3 but there is a problem with a polygon component set to a maximum duration of 180 seconds, combined with a button that ends the routine when clicked. In this case, PsychoPy starts the experiment, completes all routines before the polygon and button routine, then skips the routines involving the polygon and button, going straight to the last routine.

Can you recommend a version of PsychoPy where both scripts (the form and button/polygon components) would work properly, or suggest how to improve the performance of the questionnaire in the latest version (2024.2.4)?

Thank you so much!