Skip to content

Commit 7f14fe5

Browse files
author
Thanh Tung Bui
committed
1) stop + cued task uses number, and the old version had it say in the instructions letter -> fixed to number. 2) stop + DF has 10 blocks, thus needs 10 attention check questions; the old attention check plugin has only 7 questions -> remove attention check for now to stop task from breaking after 7 blocks.
1 parent fdf2ac0 commit 7f14fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stop_signal_with_cued_task_switching/experiment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ var instructions_block = {
539539
'</div>',
540540

541541
'<div class = centerbox>' +
542-
'<p class = block-text>On some trials, a star will appear around the letter. The star will appear with, or shortly after the letter appears.</p>'+
542+
'<p class = block-text>On some trials, a star will appear around the number. The star will appear with, or shortly after the number appears.</p>'+
543543

544544
'<p class = block-text>If you see a star appear, please try your best to make no response on that trial.</p>'+
545545

stop_signal_with_directed_forgetting/experiment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ var practiceNode = {
971971

972972
var testTrials = []
973973
testTrials.push(feedback_block)
974-
testTrials.push(attention_node)
974+
// testTrials.push(attention_node)
975975
for (i = 0; i < numTrialsPerBlock; i++) {
976976
testTrials.push(start_fixation_block) //500ms
977977
testTrials.push(training_block) //2000

0 commit comments

Comments
 (0)