Group: Forum Members
Posts: 2,
Visits: 5
|
Hello,
I am attempting to include a core set of target items (standard) and a single item provided by the participant at the start of the IAT. However, I am having trouble doing this; I can run the IAT with a core set of target items (i.e., "me" "I am" 'myself") or with the target item I have the participant provide (i.e., his/her first name), but I cannot figure out how to combine this. That is, I want the four target items to be "me," "I am," "myself," and the participant's first name that they provide.
The two codes I have are as follows:
**For the core set of target items** <item targetA> /1 = "me" /2 = "I am" /3 = "myself" </item>
**For the participant provided item** <item targetA> /items = getItemsTargetA </item>
<item getItemsTargetInstructions> / 1 = "Please enter your first name." </item>
Can anyone help me so that I can use both the core set of target items and the single item provided by the participant together?
|