SigmundAI.eu can now implement complete psychological experiments in #OpenSesame. From scratch based on verbal description. Astonishing how far #AI has come 😵💫 #psychology
— Sebastiaan Mathôt (@cogsci.nl) Feb 23, 2026 at 3:56 PM
[image or embed]
按钮盒
有许多不同类型的按钮盒,它们的工作方式各不相同。因此,没有单一的OpenSesame项目适用于所有按钮盒。(这与键盘不同,键盘是标准设备,所有键盘都适用于keyboard_response项目。)
常见类型的按钮盒:
- 有些按钮盒模拟按键。这很简单,因为你可以使用正常的keyboard_response项目。
- 有些按钮盒模拟一个游戏杆。这也很简单,因为您可以使用joystick插件。
- 有些按钮盒与串行响应盒(Serial Response Box,由Psychology Software Tools开发)兼容。这些按钮盒支持srbox插件。
- 有些按钮盒有自己的Python库。在这种情况下,您应该能找到如何在Python中使用按钮盒的示例脚本,即在OpenSesame的inline_script项目中。
