diff --git a/PCLs/Test_Block.pcl b/PCLs/Test_Block.pcl index ddf85a1..b758c91 100755 --- a/PCLs/Test_Block.pcl +++ b/PCLs/Test_Block.pcl @@ -36,6 +36,7 @@ begin elseif sound_idx > MIDDLE_IDX then answer = LONG_port; end; + term.print( “Test trial ” + string(j) + " correct answer: " + string( answer) + "\n"); play_sound_trial( sound_idx, BLOCK, i, j, this_iti);