|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on Tue Dec 12 13:24:05 2023
|
|
|
+ on Wed Dec 13 11:12:24 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)
|
|
@@ -693,12 +693,8 @@ def run(expInfo, thisExp, win, inputs, globalClock=None, thisSession=None):
|
|
|
feedback_bar1.progress = force
|
|
|
if decision != -1:
|
|
|
feedback_time = 3
|
|
|
- if not decision:
|
|
|
- trigger.send_trigger(0)
|
|
|
- hand_device.extend()
|
|
|
- else:
|
|
|
- trigger.send_trigger(int(decision))
|
|
|
- hand_device.start(model=fingermodel_ids_inverse[decision])
|
|
|
+ trigger.send_trigger(int(decision))
|
|
|
+ hand_device.start(model=fingermodel_ids_inverse[decision])
|
|
|
else:
|
|
|
feedback_time = 0
|
|
|
|