Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # Generated by OpenSesame 0.27.1 (Frisky Freud)
 - # Sat May 11 20:04:17 2013 (posix)
 - # <http://www.cogsci.nl/opensesame>
 - set foreground "white"
 - set subject_parity "even"
 - set description "Default description"
 - set title "New experiment"
 - set compensation "0"
 - set coordinates "relative"
 - set height "768"
 - set mouse_backend "xpyriment"
 - set width "1024"
 - set sampler_backend "legacy"
 - set keyboard_backend "legacy"
 - set background "black"
 - set subject_nr "0"
 - set canvas_backend "xpyriment"
 - set start "experiment"
 - set synth_backend "legacy"
 - define feedback feedback
 - set duration "keypress"
 - set reset_variables "yes"
 - set description "Provides feedback to the participant"
 - draw textline 0 -288 "You just finished all rounds" center=1 color=green font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - draw textline 0 -192 "your most recent response on question 1 was [var1]" center=1 color=white font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - draw textline 0 -96 "your most recent response on question 2 was [var2]" center=1 color=white font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - define sequence sequence
 - run feedback "always"
 - define sequence experiment
 - run loop "always"
 - run sequence "always"
 - define sketchpad sp1
 - set duration "1000"
 - set description "Displays stimuli"
 - draw textline 0 -160 "prepare for question 1" center=1 color=blue font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - draw textline 0.0 -288.0 "This is round [Round]" center=1 color=orange font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - define feedback fb2
 - set duration "500"
 - set reset_variables "yes"
 - set description "Provides feedback to the participant"
 - draw textline 0.0 -160.0 "your response was [var2]" center=1 color=white font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - define feedback fb1
 - set duration "500"
 - set reset_variables "yes"
 - set description "Provides feedback to the participant"
 - draw textline 0.0 -96.0 "your response was [var1]" center=1 color=white font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - define sequence game_seq2
 - set flush_keyboard "yes"
 - set description "Runs a number of items in sequence"
 - run sp2 "always"
 - run it2 "always"
 - run fb2 "always"
 - define sequence game_seq1
 - set flush_keyboard "yes"
 - set description "Runs a number of items in sequence"
 - run sp1 "always"
 - run it1 "always"
 - run fb1 "always"
 - define sequence loopsequence
 - set flush_keyboard "yes"
 - set description "Runs a number of items in sequence"
 - run game_loop1 "[Round] = 1"
 - run game_loop2 "[Round] = 2"
 - define sketchpad sp2
 - set duration "1000"
 - set description "Displays stimuli"
 - draw textline 0 -128 "prepare for question 2" center=1 color=blue font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - draw textline 0 -224 "This is round [Round]" center=1 color=orange font_family="mono" font_size=18 font_italic=no font_bold=no show_if="always"
 - define form_text_input it2
 - set rows "1;1;6"
 - set description "A simple text input form"
 - set cols "1"
 - set form_var "var2"
 - set form_title "Title"
 - set form_question "Your question"
 - widget 0 0 1 1 label text="[form_title]"
 - widget 0 1 1 1 label center="no" text="[form_question]"
 - widget 0 2 1 1 text_input focus="yes" return_accepts="yes" var="[form_var]"
 - define form_text_input it1
 - set rows "1;1;6"
 - set description "A simple text input form"
 - set cols "1"
 - set form_var "var1"
 - set form_title "Title"
 - set form_question "Your question"
 - widget 0 0 1 1 label text="[form_title]"
 - widget 0 1 1 1 label center="no" text="[form_question]"
 - widget 0 2 1 1 text_input focus="yes" return_accepts="yes" var="[form_var]"
 - define loop game_loop2
 - set repeat "1"
 - set description "Repeatedly runs another item"
 - set skip "0"
 - set offset "no"
 - set item "__sequence"
 - set column_order ""
 - set cycles "1"
 - set order "random"
 - run game_seq2
 - define loop game_loop1
 - set repeat "1"
 - set description "Repeatedly runs another item"
 - set skip "0"
 - set offset "no"
 - set item "game_seq1"
 - set column_order ""
 - set cycles "1"
 - set order "random"
 - run game_seq1
 - define loop loop
 - set repeat "1"
 - set description "Repeatedly runs another item"
 - set skip "0"
 - set offset "no"
 - set item "loopsequence"
 - set column_order "Round"
 - set cycles "2"
 - set order "sequential"
 - setcycle 0 Round "1"
 - setcycle 1 Round "2"
 - run loopsequence
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment