Group: Forum Members
Posts: 57,
Visits: 172
|
Hey guys, I'm making instructions and I was wondering whether it's better to write them as a "page" or as an "item"?
An IAT script that I am referencing is putting the instructions under an /item but the "Inqusit help" function says the text for instructions should be in "page".
I'm leaning towards using an item because it looked like I couldn't implement the page attribute into a text attribute.
What I mean by page: <page FirstInstrucr> ^^ Instruction ^^ Instruction ^^ Instruction </page>
Item: <item instructions> / 1 = "Put your left finger on the 'E' response key for items that belong to the category '<%expressions.leftTarget%>'. Put your right finger on the 'I' response key for items that belong to the category '<%expressions.rightTarget%>'. ~nItems will appear one-by-one in the middle of the screen. ~nIf you make an error, a red X will appear - to continue, press the other response key. ~nGo as fast as you can while making as few errors as possible."
/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '<%item.attributeAlabel.item(1)%>'. Put your right finger on the 'I' response key for items that belong to the category '<%item.attributeBlabel.item(1)%>'. ~nIf you make an error, a red X will appear - to continue, press the other response key. ~nGo as fast as you can while making as few errors as possible."
|