Group: Forum Members
Posts: 8,
Visits: 70
|
Hello,
I have just started using Inquisit and ran into a problem regarding a VAS/slider I want to add in my program. I have been trying all day to fix this, but I can't seem to fix it on my own, so any help would be appreciated!
What I want to do is present 30 trials from a sample of 5 items in a random order (so presenting each item 6 times) and I want participants to respond on a slider/VAS after each trial. Below is an example of one of the trials.
<trial neutraal> / stimulustimes = [0=ready; 250=neutraal; 950=blank] / beginresponsetime = 250 / inputdevice = mouse / branch = [if (trial.neutraal.elapsedtime >950) trial.VisualAnalogueScale] / timeout = 20000 </trial>
<block facetask> / trials = [1=instructions; 2-31=noreplace(VisualAnalogueScale, neutraal, positief1, positief2, negatief1, negatief2); 32=einde] </block>
If I run the experiment, the stimulus is presented, but after the presentation the VAS does not show up. Again, I am a total noob at this. Does anyone have any idea what I did wrong?
I greatly appreciate it.
Kind regards, Daan
|