Group: Forum Members
Posts: 27,
Visits: 47
|
Hi,
I've been trying to finish my experiment for Inquisit, as I don't have that much experience with programming however, I've been stuch at a task of which I am unsure on how to program it.
The idea is that participants are presented with a single stimulus at a time, consisting of a word describing an emotion. These emotions are shown for a certain amount of time. Once all emotions have been shown, participants will then be asked to arrange the emotions in order of time shown. So if they think that 'nervous' has been shown the longest, then they rank that first followe by the second longest emotion shown etc. What I currently have is this:
<item words> / 1 = "Nervous" / 2 = "Distressed" / 3 = "Worried" / 4 = "Scared" / 5 = "Upset" / 6 = "Inspired" / 7 = "Active" / 8 = "Strong" / 8 = "Determined" / 10 = "Resolved" </item>
<text words> / items = words / select = noreplace / position = (50%, 50%) / txcolor = (0, 0, 0) </text>
Is there any way to add in a duration for the items shown? For example, if I want all items to be shown for 3 seconds. And how would I go about turning this fully into an ordering task? For example, if I want to show all emotions at the same time on the left side of the screen (after showing them one by one) and then have the participants order the emotions by clicking on them, with the new order appearing on the right side of the screen.
Hopefully the questions are clear.
Many thanks in advance,
Wenkuo
|