--- API: 2.1 OpenSesame: 3.2.7 Platform: nt --- set width 1024 set uniform_coordinates yes set title "Nuevo experimento" set subject_parity even set subject_nr 0 set start experiment set sound_sample_size -16 set sound_freq 48000 set sound_channels 2 set sound_buf_size 1024 set sampler_backend legacy set round_decimals 2 set mouse_backend xpyriment set keyboard_backend legacy set height 768 set fullscreen no set form_clicks no set foreground "#000000" set font_underline no set font_size 30 set font_italic no set font_family mono set font_bold no set disable_garbage_collection yes set description "The main experiment item" set coordinates uniform set compensation 0 set color_backend legacy set clock_backend legacy set canvas_backend xpyriment set background "#ffffff" define sequence experiment set flush_keyboard yes set description "Corre un número de objetos en secuencia" run new_loop always define logger new_logger set description "Registra datos experimentales" set auto_log yes define loop new_loop set source table set repeat 1 set order random set description "Corre otro objeto de forma repetida" set cycles 4 set continuous no set break_if_on_first yes set break_if never setcycle 0 sabor dulce setcycle 0 color azul setcycle 0 correctAns B setcycle 1 sabor salado setcycle 1 color verde setcycle 1 correctAns C setcycle 2 sabor acido setcycle 2 color amarillo setcycle 2 correctAns A setcycle 3 sabor picante setcycle 3 color rojo setcycle 3 correctAns D run new_sequence define mousetrap_response new_mousetrap_response __warning_message__ draw textline text="Please start moving" x=0 y=0 __end__ set update_feedback yes set timeout infinite set start_coordinates "0;0" set skip_item no set sketchpad sketchpad set save_trajectories yes set reset_mouse yes set number_of_buttons 4 set mouse_buttons_allowed "left_button;right_button" set max_initiation_time 1000 set logging_resolution 10 set description "Tracks mouse movements" set correct_button "[correctAns]" set click_required yes set check_initiation_time no set button4 "x=-288 y=-32 w=64 h=64 name=D" set button3 "x=-32 y=288 w=64 h=64 name=C" set button2 "x=288 y=-32 w=64 h=64 name=B" set button1 "x=-32 y=-288 w=64 h=64 name=A" set boundaries "upper=no lower=no left=no right=no" define sequence new_sequence set flush_keyboard yes set description "Corre un número de objetos en secuencia" run sketchpad always run new_mousetrap_response always run new_logger always define sketchpad sketchpad set duration 0 set description "Muestra estímulos" draw rect color="#ffff00" fill=1 h=64 name=A penwidth=1 show_if=always w=64 x=-32 y=-288 z_index=1 draw rect color="#005500" fill=1 h=64 name=C penwidth=1 show_if=always w=64 x=-32 y=288 z_index=0 draw rect color="#ff0000" fill=1 h=64 name=D penwidth=1 show_if=always w=64 x=-288 y=-32 z_index=0 draw rect color="#0000ff" fill=1 h=64 name=B penwidth=1 show_if=always w=64 x=288 y=-32 z_index=0 draw textline center=1 color="#000000" font_bold=no font_family=mono font_italic=no font_size=30 html=yes show_if=always text="¿Qué color es más [sabor]?" x=32 y=0 z_index=0