########################################################### # SDL file # ########################################################### scenario = "GoNoGo"; pcl_file = "GoNoGo_PCL.pcl"; no_logfile = true; scenario_type = trials; response_matching = simple_matching; # Set buttons: active_buttons = 3; # active buttons need to be adapted to the buttons used for the task ("Settings") button_codes = 1, 2, 3; # Text settings: default_background_color = 255, 255, 255; default_font = "arial"; default_font_size = 25; default_text_color = 0, 0, 0; default_text_align = align_left; ###### BEGIN ###### begin; # PICTURES: #********** # Default pictures: picture { } default; # Experimenter pictures: picture { text { caption = "Ready for TrialSession?"; } t_start_trial1; x = 0; y = 0; text { caption = "Press [ENTER] when ready"; } t_start_trial2; x = 0; y = -150; } p_start_trial; picture { text { caption = "Ready for Experiment?"; } t_start_block1; x = 0; y = 0; text { caption = "Press [ENTER] when ready"; } t_start_block2; x = 0; y = -150; } p_start_block; picture { text { caption = "Go/NoGo"; } t_notify_block1; x = 0; y = 0; text { caption = "Starts in 5 seconds"; } t_notify_block2; x = 0; y = -150; } p_notify_block; picture { text { caption = "You have completed the trial session"; } t_notify_end_block1; x = 0; y = 0; text { caption = "Press [ENTER] to continue"; } t_notify_end_block2; x = 0; y = -150; } p_end_block; picture { text { caption = "You have finished the experiment"; } t_notify_end1; x = 0; y = 0; text { caption = "Press [ENTER] to continue"; } t_notify_end2; x = 0; y = -150; } p_end_exp; # stimuli pictures: # Monitor resolution: 1024 X 768 picture { bitmap { filename = "db.jpg"; } bitmap_stimulus1; x=0; y=0; } p_db; picture { bitmap { filename = "lc.jpg"; } bitmap_stimulus8; x=0; y=0; } p_lc; picture { bitmap { filename = "lng.jpg"; } bitmap_stimulus9; x=0; y=0; } p_lng; picture { bitmap { filename = "lt.jpg"; } bitmap_stimulus10; x=0; y=0; } p_lt; picture { bitmap { filename = "rc.jpg"; } bitmap_stimulus12; x=0; y=0; } p_rc; picture { bitmap { filename = "rng.jpg"; } bitmap_stimulus13; x=0; y=0; } p_rng; picture { bitmap { filename = "rt.jpg"; } bitmap_stimulus14; x=0; y=0; } p_rt; # Other pictures: picture { text { caption = " "; } t_info1; x = 0; y = 0; text { caption = " "; font_size = 25; }t_info2; x = 0; y = -40; text { caption = "Press [ENTER] to go on"; } t_info3; x = 0; y = -150; } p_info; sound {wavefile{filename = "correctresponse.wav";};}s_cresp; sound {wavefile{filename = "correctNoGo.wav";};}s_nresp;