--- API: 2.1 OpenSesame: 3.3.11a2 Platform: posix --- set width 1024 set uniform_coordinates yes set title "New experiment" 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 round_decimals 2 set height 768 set fullscreen no set form_clicks no set foreground white set font_underline no set font_size 18 set font_italic no set font_family mono set font_bold no set experiment_path None set disable_garbage_collection yes set description "The main experiment item" set coordinates uniform set compensation 0 set canvas_backend psycho set background black define loop baseline_loop set source_file "" set source table set repeat 1 set order random set description "Repeatedly runs another item" set cycles 1 set continuous no set break_if_on_first yes set break_if never setcycle 0 empty_column "" run baseline_seq define sequence baseline_seq set flush_keyboard yes set description "Runs a number of items in sequence" run getting_started always run welcome always define sequence experiment set flush_keyboard yes set description "Runs a number of items in sequence" run exploop always define loop exploop set source table set repeat 3 set order sequential set description "Repeatedly runs another item" set cycles 3 set continuous no set break_if_on_first yes set break_if never setcycle 0 block_type baseline setcycle 1 block_type social setcycle 2 block_type nonsocial run expsequence define sequence expsequence set flush_keyboard yes set description "Runs a number of items in sequence" run baseline_loop always run social_loop always run nonsocial_loop always define notepad getting_started __note__ Welcome to OpenSesame 3.3 "Lentiform Loewenfeld"! If you are new to OpenSesame, it is a good idea to follow one of the tutorials, which can be found on the documentation site: - You can also check out the examples. These can be opened via: - Menu -> Tools -> Example experiments. And feel free to ask for help on the forum: - Have fun with OpenSesame! __end__ set description "A simple notepad to document your experiment. This plug-in does nothing." define sequence new_sequence set flush_keyboard yes set description "Runs a number of items in sequence" run new_sketchpad_1 always define sequence new_sequence_1 set flush_keyboard yes set description "Runs a number of items in sequence" run new_sketchpad always define sketchpad new_sketchpad set duration keypress set description "Displays stimuli" draw textline center=1 color=white font_bold=no font_family=mono font_italic=no font_size=18 html=yes show_if=always text="nonsocial
" x=-32 y=96 z_index=0 define sketchpad new_sketchpad_1 set duration keypress set description "Displays stimuli" draw textline center=1 color=white font_bold=no font_family=mono font_italic=no font_size=18 html=yes show_if=always text="social
" x=-32 y=-32 z_index=0 define loop nonsocial_loop set source_file "" set source table set repeat 1 set order random set description "Repeatedly runs another item" set cycles 0 set continuous no set break_if_on_first yes set break_if never run new_sequence_1 define loop social_loop set source_file "" set source table set repeat 1 set order random set description "Repeatedly runs another item" set cycles 0 set continuous no set break_if_on_first yes set break_if never run new_sequence define sketchpad welcome set start_response_interval no set reset_variables no set duration keypress set description "Displays stimuli" draw textline center=1 color=white font_bold=no font_family=serif font_italic=no font_size=32 html=yes show_if=always text=baseline x=0 y=0 z_index=0