Welcome to psychopy-monkeys’s documentation!

The psychopy-monkeys plugin adds Components to Builder which emulate participant responses (I call them monkeys), but only when running in pilot mode. This is intended to save you time and effort when building and debugging your experiment, as you can let the monkeys do the button pressing and mouse clicking for you while you’re in pilot mode, then switch to running mode when you’re testing on an actual participant.

The following monkeys are added:

Routine Ender Monkey

Ends the Routine at a specific time

components/RoutineEnderMonkeyComponent
Keyboard Monkey

Presses a key at a specific time

components/KeyboardMonkeyComponent
Mouse Monkey

Clicks at a specific time and position

components/MouseMonkeyComponent
Slider Monkey

Makes a Slider response at a specific time with a specific value

components/SliderMonkeyComponent

Back to top