I'm very sorry, but I'm not having any more luck than I was before. I've tried a few different ways. Under the surveypage, I've tried labeling questions as
/questions = [1=BNT;2=q1], but that brings up and error messages that says
image.BNT - items - Mandatory attribute is not defined. And of course, I need a specific set of radio buttons to match with a specific image file, but if I do
/questions = [1=abacus.jpg;2-q1] or
/questions = [1=BNT.1;2=q1] it says it cannot find the whatever I'm calling the image.
Also, i realize in my first post, I cited the wrong link as being broken. On the Test Library page, it's the link for "
Create Stimuli from responses to a questionnaire" that isn't working.
<values>
/pageinstructions = "Please select the answers that apply best."
</values>
<instruct>
/windowsize = (80%, 80%)
/ fontstyle = ("Arial", 3.00%, false, false, false, false, 5, 1)
/ txcolor = (black)
/ finishlabel = "Press <Spacebar> to continue"
/nextkey = (57)
/nextlabel = "Press <Spacebar> to continue"
</instruct>
<image BNT>
/1 = "abacus.jpg"
/2 = "accordian.jpg"
</image>
<data>
/file = "BNT_summary.iqdat"
/columns = [date, time, subject, script.elapsedtime, values.completed, expressions.totalscore]
/separatefiles = true
</data>
<defaults>
/minimumversion = "4.0.4.0"
/canvasaspectratio = (4,3)
</defaults>
<values>
/completed = 0
</values>
<radiobuttons q1>
/ options = ("beads", "Chinese", "abacus", "game")
/ optionvalues = ("1", "2", "3", "4")
/required = true
/orientation = horizontal
</radiobuttons>
<radiobuttons q2>
/ options = ("accordion", "folding door", "bagpipes", "piano")
/ optionvalues = ("1", "2", "3", "4")
/required = true
/orientation = horizontal
</radiobuttons>
<surveypage BNT1>
/caption ="<%values.pageinstructions%>"
/questions = [1=abacus.jpg;2=q1]
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 1)
/itemfontstyle = ("Arial", 2%, false, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
/ finishlabel = "Next"
/ nextbuttonposition = (60%, 90%)
</surveypage>