OpenSesame
Rapunzel Code Editor
DataMatrix
Support forum
Python Tutorials
MindProbe
Supported by

SigmundAI.eu can now implement complete psychological experiments in #OpenSesame. From scratch based on verbal description. Astonishing how far #AI has come 😵‍💫 #psychology

[image or embed]

— Sebastiaan Mathôt (@cogsci.nl) Feb 23, 2026 at 3:56 PM

Advanced_delay

advanced_delay 插件将实验延迟一个预先指定的平均持续时间加上一个随机的浮动。

  • Duration 是延迟的平均持续时间,以毫秒为单位。
  • Jitter 是延迟变化的幅度,以毫秒为单位。
  • Jitter mode 是定义浮动的方式:
  • Standard deviation将从一个以Jitter为标准差的高斯分布中提取值。
  • Uniform 将从一个以Duration为中心的均匀分布中提取值,Jitter为宽度。