Group: Forum Members
Posts: 36,
Visits: 146
|
Hi there, Thank you all in advance for even reading this post. I'm a complete novice to Inquisit and have been pouring over the forums and tutorials to try my best to understand how it all works. I'm afraid it hasn't really clicked yet.
What I'd like to do is this: I have 6 categories of videos (happy, scared, angry, with a female and male for each) and 6 videos within each category. I'd like to show participants the video, have them press the spacebar when they can see a discernible emotion, and then on a surveypage, they'll report what emotion they believe they saw. I started working on a script and am having a lot of trouble figuring out how to have a video stimulus followed by a surveypage that has a corresponding "correct" answer.
To give you a sense of what I'm working with, here are some relevant pieces of the script. Everything else is basically a repeat of below, just for the different categories.
This is what each trial looks like, there is one for Male-Anger, Male-Fear, Male-Joy, Female-Anger, Female-Fear, Female-Joy: <trial M_ANGER> / stimulustimes = [0=M_ANGER] / responseinterrupt = immediate / validresponse = (57, 0) / responsetrial = (0, M_ANGER) / timeout = 1000 / branch = [surveypage.anger_survey] </trial>
<video M_ANGER> / items = M_ANGER / playthrough = false / select = noreplace </video>
<item M_ANGER> /1 = "M_AN_01.mpg" /2 = "M_AN_02.mpg" /3 = "M_AN_03.mpg" /4 = "M_AN_04.mpg" /5 = "M_AN_05.mpg" /6 = "M_AN_06.mpg" </item>
The surveypages look like this:
<surveypage anger_survey> / caption = "What emotion did you see expressed in the previous video?" / subcaption = "Click on the word that you think fits best." / questions = [1=anger_q] / finishlabel = "Click here to proceed to the next video." </surveypage>
<listbox anger_q> / correctresponse = ("Anger") / options = ("Anger", "Fear", "Joy") / optionvalues = ("Anger.jpg", "Fear.jpg", "Joy.jpg") </listbox>
I guess my question is whether this is the most efficient/best way to structure it, and if so, how could I best format blocks to fit the task design? When I have attempted it before, it'll show one video/survey and then I can't continue. I'm sure I've made the code pretty clunky and could benefit from some Millisecond-forum-wisdom. All help is greatly appreciated.
|