
<data>
/ format = tab
/ columns = [date time subject blockcode trialcode response latency stimulusitem]
/ labels = true
</data>

<defaults>
/ font = ("Courier New", -19, 700, 0, 49)
/ screencolor = (175, 175, 175)
/ txbgcolor = (255, 255, 255)
/ txcolor = (0, 0, 0)
/ validkeys = ("a" "5" " " "*" "m" "+")
</defaults>

<expt>
/ preinstructions = (intro)
/ blocks = [1=getuseritems;2=rateuseritems]
/ postinstructions = (end)
</expt>

<block rateuseritems>
/ preinstructions = (likert)
/ trials = [1-20 = random(likerttrial)]
</block>

<block getuseritems>
/ preinstructions = (openended)
/ trials = [1-20 = wordcompletion]
</block>

********************************************************************

********************** TRIAL CODES *********************************

********************************************************************


<likert likerttrial>
/ numpoints = 5
/ position = (50, 60)
/ anchors = [1="Unpleasant" 3="Unsure" 5="Pleasant"]
/ stimulusframes = [1=userword]
/ mouse = true
</likert>


<openended wordcompletion>
/ stimulusframes = [1=wordfragment]
/ position = (50, 70)
/ linelength = 10
/ buttonlabel = "[Ctrl+Return] >>"
/ mouse = true
</openended>


***************************************************************************************

************************************************************************


<text userword>
/ items = useritems
</text>

<text wordfragment>  
/ items = fragments
</text>

<item fragments>
/ 1 = "        H--OR        "
/ 2 = "        -UC-Y        "
/ 3 = "       D---O-D       "
/ 4 = "        LO-AL        "
/ 5 = "       F--ED-M       "
/ 6 = "       RA-NB-W       "
/ 7 = "         LO-E        "
/ 8 = "        H-N--T       "
/ 9 = "        PE--E        "
/10= "        H-AV-N       "
/11 = "         E-IL        "
/12 = "        C-NC-R       "
/13 = "       SI--NE-S      "
/14 = "       DI-AST-R      "
/15 = "       P-V-RT-       "
/16 = "        -OMI-        "
/17 = "         B-M-        "
/18 = "        R-TT-N       "
/19 = "        ABU--        "
/20= "        MU--ER       "
</item>

<text blank>
/ items = ("                     ")
</text>


<item useritems>
/ items = wordcompletion
</item>



*********************************************************************************



<instruct>
/ nextkey = (" ")
/ prevkey = ("b")
/ nextlabel = "Space-bar >>"
/ prevlabel = "<< b"
/ font = ("Arial", -21, 400, 0, 34)
</instruct>



<PAGE intro>

This script demonstrates how to generate and use 
ideosyncratic stimulus items. The first block allows 
the subject allows the subject to enter text, and the 
second block presents the user-entered text as stimuli 
in a likert task. ^^
</PAGE>



<PAGE openended>

In the following trials, you will be shown fragments of the words.
Your task is to write a word that completes the fragment
in the textbox immediately below each fragment.
</PAGE>



<page likert>
In the following trials you will be shown the words you
entered in the previous block. Your task is to rate the 
pleasantness of each word using the five-point scale below.
</page>


<PAGE end>

The demonstration is now complete.

</PAGE>






