
<expt>
/ preinstructions = (intro) 
/ blocks = [1=likertrose; 2=likertsaq; 3=open]
/ postinstructions = (end)
</expt>

<data>
/columns =[date time subject blocknum trialnum trialcode response latency stimulus]
</data>

<defaults>
/screencolor = (255, 255, 255)
/font = ("Verdana", -18, 400, 0, 34)
/txbgcolor=(255,255,255)
</defaults>

<picture background>
/items = back
</picture>

<item back>
/1= "background.gif"
</item>

<text rosenbergqs>
/area = (500, 70)
/items = rosenbergqs
/position = (50, 50)
/halign = center
/select = sequence
</text>

<item rosenbergqs>
/1 = "At times I think I am no good at all."
/2 = "I take a positive view of myself."
/3 = "All in all, I am inclined to feel that I am a failure."
/4 = "I wish I could have more respect for myself."
/5 = "I certainly feel useless at times."
/6 = "I feel that I am a person of worth, at least on equal plane with others."
/7 = "On the whole, I am satisfied with myself."
/8 = "I feel I do not have much to be proud of."
/9 = "I feel that I have a number of good qualities."
/10 = "I am able to do things as well as most other people."
</item>

<text saqqs>
/area = (500, 70)
/items = saqquests
/position = (50, 50)
/halign = center
/select = sequence
</text>

<item saqquests>
/1 = "In what percentile do you fall for your intellectual ability?"
/2 = "In what percentile do you fall for your academic ability?"
/3 = "In what percentile do you fall for your artistic or musical ability?"
/4 = "In what percentile do you fall for your athletic ability?"
/5 = "In what percentile do you fall for your physical attractiveness?"
/6 = "In what percentile do you fall for your social skills or social competence?"
</item>

<text opentext>
/area = (500, 70)
/items = openitems
/position = (50, 50)
/halign = center
/select = sequence
</text>

<item openitems>
/1 = "Give 3 adjectives to describe yourself."
/2 = "Describe your political philosophy in a single sentence."
/3 = "If you could change your first name, list the names that you would consider taking."
</item>

<likert Rosenberg>
/ anchors = [1="strongly disgree"; 4="strongly agree"]
/ anchorwidth = 100
/ stimulusframes = [1 = rosenbergqs]
/ mouse=false
/ numpoints=4
/ position= (50, 65)
</likert>

<likert saq>
/ anchors = [1 ="0-15%"; 2="15-30%"; 3="30-45%"; 4="45-55%"; 5="55-70%"; 6="70-85%"; 7="85-100%"]
/ anchorwidth = 60
/ stimulusframes = [1 = saqqs]
/ mouse=true
/ numpoints=7
/ position= (50, 65)
</likert>

<openended open>
/ stimulusframes = [1=opentext]
/ mouse=false
/ position= (50, 65)
/ charlimit = 100
/ numlines = 5
/ linelength = 20
/ buttonlabel = "Press Enter to Continue"
</openended>

<block likertrose>
/ bgstim = (background)
/ preinstructions=(rate_rosenberg)
/ trials = [1-10 = rosenberg]
</block>

<block likertsaq>
/ bgstim = (background)
/ preinstructions=(rate_saq)
/ trials = [1-6 = saq]
</block>

<block open>
/ bgstim = (background)
/ preinstructions=(open_resp)
/ trials = [1-3 = open]
</block>

**************** INSTRUCTION DEFINITION AND INSTRUCTION PAGES ******************
<instruct>
/nextkey=(" ")
/prevkey=("z")
/font = ("Arial", -16, 400, 0, 49)
/windowsize = (800, 600)
/
screencolor = (215, 242, 255)
/txcolor = (0,0,0)
</instruct>

<htmlpage intro>
/file = "intro.html"
</htmlpage>

<htmlpage rate_rosenberg> 
/file = "rate_rosenberg.html"  
</htmlpage>

<htmlpage rate_saq>
/file="rate_saq.html" 
</htmlpage>

<htmlpage open_resp>
/file ="open_resp.html"
</htmlpage>

<htmlpage end>
/file ="end.html"
</htmlpage>

