Hi Dave. I think you are looking at an old script of mine. The stuff that you pasted in your reply does not occur in my latest script, which I've pasted again below. I'd be so grateful if you'd let me know what I'm doing wrong. Thanks so much!
***********************************************************************
AFFECT MISATTRIBUTION PROCEDURE (AMP)
***********************************************************************
***********************************************************************
SCRIPT INFO
last changed: 08-14-2012
***********************************************************************
BACKGROUND INFO
***********************************************************************
A script that implements the AMP measuring implicit attitudes towards flowers and insects.
The script is designed to be easily adaptable to other target categories.
***********************************************************************
DEFAULTS
***********************************************************************
requires Inquisit 4.0.0.0 or higher
<defaults>
/ fontstyle = ("Arial", 3.5%)
/ screencolor = black
/ txbgcolor = black
/ txcolor = white
/ minimumversion = "4.0.0.0"
/canvasaspectratio = (4, 3)
</defaults>
***********************************************************************
VALUES
***********************************************************************
***********************************************************************
Scoring
***********************************************************************
************
editable parameters
************
************
other parameters
************
<values>
</values>
***********************************************************************
DATA
***********************************************************************
***********************************************************************
Data Columns
***********************************************************************
******************
Raw Data Files
******************
<data>
/file = "AMP_rawdata.iqdat"
/columns = [date, time, subject, blockcode, blocknum, trialcode, trialnum, response, latency, trialdata, trialdata, stimulusitem, stimulusnumber, stimulusitem, stimulusnumber, stimulusitem, stimulusnumber, stimulusitem, stimulusnumber]
/separatefiles = true
</data>
***********************************************************************
INSTRUCTIONS
***********************************************************************
***********************************************************************
Task instruction stimuli
***********************************************************************
<trial instructions>
/ stimulustimes = [1=instructions, spacebar]
/ correctresponse = (" ")
/ errormessage = false
/ recorddata = false
</trial>
<text instructions>
/ items = instructions
/ hjustify = left
/ size = (90%, 60%)
/ position = (50%, 85%)
/ valign = bottom
/ select = sequence
</text>
<item instructions>
/ 1 = "In this phase of the study, we will assess your memory and perceptual ability.~n~nYou will see playing cards appear briefly on the screen and you will be asked to report which card was presented. Please try to identify each card. This may be difficult because the cards will be presented for very brief (varying) amounts of time. Please try to perform as best you can."
</item>
<text spacebar>
/ items = ("Press the SPACE BAR to begin.")
/ position = (50%, 95%)
/ valign = bottom
</text>
***********************************************************************
STIMULI
***********************************************************************
***********************************************************************
This sample AMP can be easily adapted to different target categories
and attributes. To change the categories, you need only change the
stimulus items and labels immediately below this line.
***********************************************************************
<item heart>
/1 = "3diamonds.jpg"
/2 = "4hearts.jpg"
/3 = "5spades.jpg"
/4 = "7clubs.jpg"
/5 = "9hearts.jpg"
</item>
<item fixation>
/1= "fixation.jpg"
</item>
<dropdown Question>
/ options = ("Ace of diamonds", "Ace of clubs", "Ace of hearts", "Ace of spades", "2 of diamonds", "2 of clubs", "2 of hearts", "2 of spades", "3 of diamonds", "3 of clubs", "3 of hearts", "3 of spades", "4 of diamonds", "4 of clubs", "4 of hearts", "4 of spades", "5 of diamonds", "5 of clubs", "5 of hearts", "5 of spades", "6 of diamonds", "6 of clubs", "6 of hearts", "6 of spades", "7 of diamonds", "7 of clubs", "7 of hearts", "7 of spades", "8 of diamonds", "8 of clubs", "8 of hearts", "8 of spades", "9 of diamonds", "9 of clubs", "9 of hearts", "9 of spades", "10 of diamonds", "10 of clubs", "10 of hearts", "10 of spades", "11 of diamonds", "11 of clubs", "11 of hearts", "11 of spades", "12 of diamonds", "12 of clubs", "12 of hearts", "12 of spades", "Jack of diamonds", "Jack of clubs", "Jack of hearts", "Jack of spades", "Queen of diamonds", "Queen of clubs", "Queen of hearts", "Queen of spades", "King of diamonds", "King of clubs", "King of hearts", "King of spades")
/ position = (40%, 50%)
/ size = (90%, 5%)
/ required = true
</dropdown>
***********************************************************************
Symbol and neutral stimuli
***********************************************************************
<shape blank>
/ shape = rectangle
/ color = black
/ size = (50%, 50%)
</shape>
<picture fixation>
/ items = fixation
/ size = (50%, 50%)
</picture>
<picture heart>
/ items = heart
/ size = (75%, 75%)
</picture>
***********************************************************************
Trials
***********************************************************************
<surveypage 32ms>
/ stimulustimes = [0=fixation; 900=heart; 932=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 64ms>
/ stimulustimes = [0=fixation; 900=heart; 964=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 80ms>
/ stimulustimes = [0=fixation; 900=heart; 980=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 96ms>
/ stimulustimes = [0=fixation; 900=heart; 996=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1012ms>
/ stimulustimes = [0=fixation; 900=heart; 1012=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1028ms>
/ stimulustimes = [0=fixation; 900=heart; 1028=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1044ms>
/ stimulustimes = [0=fixation; 900=heart; 1044=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1060ms>
/ stimulustimes = [0=fixation; 900=heart; 1060=blank]
/ trialdata = [heart]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1076ms>
/ stimulustimes = [0=fixation; 900=heart; 1076=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
<surveypage 1092ms>
/ stimulustimes = [0=fixation; 900=heart; 1092=blank]
/ trialdata = [heart]
/ validresponse = (mouseevent)
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions=[1=question]
/ showbackbutton=false
/ finishlabel = "Next"
/ posttrialpause = 1000
/ caption = "Which card was just presented on the screen?"
/ position = (50%, 20%)
/ size = (90%, 5%)
</surveypage>
***********************************************************************
Blocks
***********************************************************************
<block instructions>
/ trials = [1 = instructions]
/ recorddata = false
</block>
<block test>
/ trials = [1-3 = 32ms; 4-6 = 64ms; 7-9 = 80ms; 10-12 = 96ms; 13-15 = 1012ms; 16-18 = 1028ms; 19-21 = 1044ms; 22-24 = 1060ms; 25-27 = 1076ms; 28-30 = 1092ms]
</block>
***********************************************************************
Experiment
***********************************************************************
<expt>
/ blocks = [1=instructions; 2=test]
</expt>
***********************************************************************
Test Monkey
***********************************************************************
<monkey>
/ latencydistribution = normal(500, 100)
/ percentcorrect = 90
</monkey>
***********End of Script********************