|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on 十一月 22, 2023, at 11:18
|
|
|
+ on Wed Nov 22 18:42:41 2023
|
|
|
If you publish work using this script the most relevant publication is:
|
|
|
|
|
|
Peirce J, Gray JR, Simpson S, MacAskill M, Höchenberger R, Sogo H, Kastman E, Lindeløv JK. (2019)
|
|
@@ -683,8 +683,10 @@ def run(expInfo, thisExp, win, inputs, globalClock=None, thisSession=None):
|
|
|
if decision != -1:
|
|
|
feedback_time = 5
|
|
|
if not decision:
|
|
|
+ trigger.send_trigger(0)
|
|
|
hand_device.extend()
|
|
|
else:
|
|
|
+ trigger.send_trigger(decision)
|
|
|
hand_device.start(model=fingermodel_ids_inverse[decision])
|
|
|
else:
|
|
|
feedback_time = 0
|