OpenSesame
OpenSesame copied to clipboard
Graphical experiment builder for the social sciences
When specifying a timeout for a text_input form, and running it online, the timeout is ignored and the form stays on indefinitely. See https://forum.cogsci.nl/discussion/7873/timeout-of-form-text-input-not-working-when-running-in-osweb#latest and a minimal example: [Newexperiment.zip](https://github.com/open-cogsci/OpenSesame/files/8305920/Newexperiment.zip) first...
Some students in the lab got this error in opensesame: ``` Traceback (most recent call last): File "XXX\Lib\site-packages\pyqode\core\managers\backend.py", line 284, in _send_heartbeat self.send_request(echo_worker, {'heartbeat': True}) File "XXX\Lib\site-packages\pyqode\core\managers\backend.py", line 251, in...
Under some conditions, the code-edit widget for item scripts isn't correctly themed. The background is white, except for the current line, and the font is too small. I've seen this...
Some experiments reliably end with a "Python seems to have crashed" error. The error is harmless because everything seems to have completed successfully, suggesting that Python crashes at the very...
When using the external runner, any experiment that uses the psycho backend crashes with the following error: 
I have experienced several occasions now where one would like to limit the allowed keys to which a sketchpad listens. Currently, with `duration: keypress` all keys make the experiment move...
(Feature request) Several times in the past I have found it necessary to save the contents of a canvas to an image file (i.e. make a screenshot). I wrote a...
Hey, For a while now, I experienced sudden crashes when testrunning experiments, mostly when using the quickrun mode (blue arrow), but occasionally also when starting a "regular" run of the...
The Preferences and the Plug-in and extension manager aren't very user friendly, in part because they lack search functionality. Three ways to improve this: - Add a search bar to...