Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Generated by OpenSesame 2.8.0~pre11 (Gutsy Gibson)
- # Wed Dec 25 23:55:21 2013 (nt)
- # <http://www.cogsci.nl/opensesame>
- set mouse_backend "xpyriment"
- set subject_parity "even"
- set height "768"
- set font_italic "no"
- set canvas_backend "xpyriment"
- set synth_backend "legacy"
- set start "experiment"
- set title "New experiment"
- set coordinates "relative"
- set width "1024"
- set sampler_backend "legacy"
- set transparent_variables "no"
- set foreground "white"
- set font_bold "no"
- set description "Default description"
- set background "black"
- set font_size "18"
- set keyboard_backend "legacy"
- set font_family "Alef"
- set compensation "0"
- set bidi "yes"
- set subject_nr "0"
- define text_display _text_display
- set foreground "white"
- set font_size "18"
- set description "Presents a display consisting of text"
- set maxchar "50"
- set align "center"
- __content__
- start with hebrew - fine
- לחץ על K
- hebrew from, both sides - fine
- לחץ K על
- english first - when you type EN first it display EN last
- L לחץ על
- __end__
- set background "black"
- set duration "keypress"
- define sketchpad _sketchpad
- set duration "keypress"
- set description "Displays stimuli"
- draw textline 0.0 -288.0 "לחץ על L" center=1 color=white font_family="Alef" font_size=18 font_italic=no font_bold=no show_if="always" html="yes"
- draw textline 0.0 -256.0 "לחץ L על" center=1 color=white font_family="Alef" font_size=18 font_italic=no font_bold=no show_if="always" html="yes"
- draw textline 0.0 -224.0 "L לחיץ על" center=1 color=white font_family="Alef" font_size=18 font_italic=no font_bold=no show_if="always" html="yes"
- draw textline 0.0 -192.0 "L לחץ" center=1 color=white font_family="Alef" font_size=18 font_italic=no font_bold=no show_if="always" html="yes"
- define sketchpad welcome
- set duration "keypress"
- set start_response_interval "no"
- set description "Displays stimuli"
- draw textline 0 0 "OpenSesame 2.8.0 <i>Gutsy Gibson</i>" center=1 color=white font_family="serif" font_size=32 font_italic=no font_bold=no show_if="always" html="yes"
- define sketchpad sketchpad
- define sequence experiment
- run _text_display "always"
- run _sketchpad "always"
- define notepad getting_started
- __note__
- Hi,
- Welcome to OpenSesame 2.8.0 "Gutsy Gibson"!
- If you are new to OpenSesame, you may wish to follow one of the tutorials,
- which can be found online.
- There are also many example experiments, which may help you to get started
- with creating your own. These can be found in the "examples" folder provided
- with OpenSesame or, again, online,
- For more information, please refer to OpenSesame documentation area:
- - <http://osdoc.cogsci.nl/>
- And feel free to ask for help on the forum:
- - <http://forum.cogsci.nl/>
- Have fun with OpenSesame!
- --
- Sebastiaan
- __end__
- set description "Some pointers to help you get started!"
- define text_display text_display
- set content "Enter your text here."
- set description "Presents a display consisting of text"
Advertisement
Add Comment
Please, Sign In to add comment