You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stop_signal_with_directed_forgetting/experiment.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -1056,13 +1056,13 @@ var testNode = {
1056
1056
'</p><p class = block-text>You have been responding too slowly.'
1057
1057
}
1058
1058
1059
-
if(stop_correct>maxStopCorrect){
1059
+
if(stop_acc>maxStopCorrect){
1060
1060
feedback_text+=
1061
1061
'</p><p class = block-text>You have been responding too slowly. Please respond as quickly and accurately to each stimulus that requires a response.'
1062
1062
1063
1063
}
1064
1064
1065
-
if(stop_correct<minStopCorrect){
1065
+
if(stop_acc<minStopCorrect){
1066
1066
feedback_text+=
1067
1067
'</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.'
0 commit comments