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

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

<defaults>
/screencolor = (175, 255, 175)
/font = ("Arial", -24, 700, 0, 49)
/txbgcolor=(255,255,255)
</defaults>

<text rosenbergqs>
/size = (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>
/size = (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>
/size = (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"]
/ stimulusframes = [1 = rosenbergqs]
/ mouse=false
/ numpoints=4
/ position= (50, 80)
</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%"]
/ stimulusframes = [1 = saqqs]
/ mouse=true
/ numpoints=7
/ position= (50, 80)
</likert>

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

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

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

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

**************** INSTRUCTION DEFINITION AND INSTRUCTION PAGES ******************
<instruct>
/nextkey=("5")
/prevkey=("a")
/font = ("Arial", -16, 400, 0, 49)
</instruct>

<page intro>
This demo shows Inquisit's Likert and Openended questionnaire capabilities.
</page>

<page rate_rosenberg>
Rosenberg scale^^
For the next several questions, please indicate your level of agreement with each 
statement by selecting the number on the rating scale that best describes the way you 
feel about yourself. ^^
To indicate your response, type the number that corresponds to your rating using the 
appropriate number key.  You may change your answer by pressing a different number.  
Press the return key to record your response and continue to the next page.  
</page>

<page rate_saq>
The next several questions have to do with your attitudes about some of your activities 
and abilities.  For these questions, you should rate yourself relative to other college 
students your own age using the indicated percentile scale. ^^
Here is an example: imagine that you were asked in what percentile do you fall for your 
height.  If you consider yourself taller than about 70% of all college students, you 
would select the number that indicates 70%.  However, if you considered yourself to 
be shorter than just about everyone, you would select the number that indicates 10%.
^^To indicate your response, type the number that corresponds to your rating using the 
appropriate number key.  You may change your answer by pressing a different number.  
Press the return key to record your response and continue to the next page.  

</page>

<page open_resp>
Type in your answer to the following open-ended questions and then press the Return key
to proceed.</page>

<page end>
This completes the demo!
</page>

