Skip to content

Commit 577aece

Browse files
committed
Mod: fixed the feedback issue with stop+df
1 parent adc6244 commit 577aece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stop_signal_with_directed_forgetting/experiment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1056,13 +1056,13 @@ var testNode = {
10561056
'</p><p class = block-text>You have been responding too slowly.'
10571057
}
10581058

1059-
if (stop_correct > maxStopCorrect){
1059+
if (stop_acc > maxStopCorrect){
10601060
feedback_text +=
10611061
'</p><p class = block-text>You have been responding too slowly. Please respond as quickly and accurately to each stimulus that requires a response.'
10621062

10631063
}
10641064

1065-
if (stop_correct < minStopCorrect){
1065+
if (stop_acc < minStopCorrect){
10661066
feedback_text +=
10671067
'</p><p class = block-text>You have not been stopping your response when stars are present. Please try your best to stop your response if you see a star.'
10681068

0 commit comments

Comments
 (0)