Group: Forum Members
Posts: 3,
Visits: 13
|
So I just realized there is a post-type for questions or problems, sorry for my No0b-ness. I am trying to program an experiment in which the viewer will see a chart (filetype = picture) that cues them the to the features of another picture (image of a face) that is presented after the chart. The problem is there are 60 stimuli types and 8 charts. I have figured out how to present them correctly in blocks however, I need the faces to be randomly selected and then the chart needs to be dynamically selected based on the properties of the randomly selected face. Unfortunately, I don't know how to do this outside of "IF" statements, which are not a logical command in Inquisit (... I think). So each trial should go like this, display fixation, display chart, display face, & display response frame. I suppose that it could randomly select the chart type and then dynamically select the stimuli based on which chart was selected. It must however, display all of the stimulus items. Let me know if I can give you any more information or provide any clarity. The part in BOLD font at the bottom is what I did to get it to work for a single stimulus type. Should I be using the list function and if so how should I go about that? EDITABLE STIMULI: change editable stimuli here ************************************************************************************************************** ************************************************************************************************************** <text Fixation> / items = ("+") / position = (50%, 50%) / txcolor = black / fontstyle = ("Times New Roman", 10%, false, false, false, false, 5, 1) </text>
______________________________________________________________________________ Stimuli Part # 1: Experimental Pictures Organized by Regional Rating ______________________________________________________________________________ ______________________________________________________________________________ <item Stim_HHH> /1 = "CFD-WM-016-001-SHINE1HHH.jpg" /2 = "CFD-WM-018-002-SHINE1HHH.jpg" /3 = "CFD-WM-021-001-SHINE1HHH.jpg" /4 = "wm1867SHINE1HHH.jpg" /5 = "wm2999SHINE1HHH.jpg" /6 = "wm3943SHINE1HHH.jpg" /7 = "wm8127SHINE1HHH.jpg" /8 = "wm7567SHINE1HHH.jpg" /9 = "wm7607SHINE1HHH.jpg" /10 = "wm0279SHINE1HHH.jpg" /11 = "wm8922SHINE1HHH.jpg" /12 = "CFD-WM-002-009-SHINE1HHH.jpg" /13 = "wm9948SHINE1HHH.jpg" /14 = "wm2660SHINE1HHH.jpg" /15 = "wm5774SHINE1HHH.jpg" </item>
<picture Stim_HHH> /items = Stim_HHH </picture> _____________________________________
<item Stim_HHL> /1 = "CFD-WM-013-001-SHINE2HHL.jpg" /2 = "wm2094SHINE2HHL.jpg" /3 = "wm8831SHINE2HHL.jpg" /4 = "wm3669SHINE2HHL.jpg" /5 = "wm8650SHINE2HHL.jpg" </item>
<picture Stim_HHL> /items = Stim_HHL </picture> _____________________________________
<item Stim_HLH> /1 = "wm9717SHINE2HLH.jpg" /2 = "CFD-WM-006-002-SHINE2HLH.jpg" /3 = "CFD-WM-019-003-SHINE2HLH.jpg" /4 = "wm1195SHINE2HLH.jpg" /5 = "wm6553SHINE2HLH.jpg" </item>
<picture Stim_HLH> /items = Stim_HLH </picture> _____________________________________
<item Stim_LHH> /1 = "wm1537SHINE2LHH.jpg" /2 = "wm6953SHINE2LHH.jpg" /3 = "wm6281SHINE2LHH.jpg" /4 = "CFD-WM-041-021-SHINE2LHH.jpg" /5 = "wm3261SHINE2LHH.jpg" </item>
<picture Stim_LHH> /items = Stim_LHH </picture> _____________________________________
<item Stim_HLL> /1 = "wm4492SHINE3HLL.jpg" /2 = "wm0726SHINE3HLL.jpg" /3 = "wm1969SHINE3HLL.jpg" /4 = "wm6432SHINE3HLL.jpg" /5 = "wm1296SHINE3HLL.jpg" </item>
<picture Stim_HLL> /items = Stim_HLL </picture> _____________________________________ <item Stim_LHL> /1 = "wm0051SHINE3LHL.jpg" /2 = "wm2811SHINE3LHL.jpg" /3 = "wm8230SHINE3LHL.jpg" /4 = "wm5588SHINE3LHL.jpg" /5 = "wm7805SHINE3LHL.jpg" </item>
<picture Stim_LHL> /items = Stim_LHL </picture> _____________________________________
<item Stim_LLH> /1 = "wm0356SHINE3LLH.jpg" /2 = "wm4426SHINE3LLH.jpg" /3 = "wm3300SHINE3LLH.jpg" /4 = "wm3600SHINE3LLH.jpg" /5 = "wm9405SHINE3LLH.jpg" </item>
<picture Stim_LLH> /items = Stim_LLH </picture> _____________________________________
<item Stim_LLL> /1 = "CFD-WM-025-002-SHINE4LLL.jpg" /2 = "CFD-WM-036-031-SHINE4LLL.jpg" /3 = "CFD-WM-037-025-SHINE4LLL.jpg" /4 = "wm3619SHINE4LLL.jpg" /5 = "wm0062SHINE4LLL.jpg" /6 = "wm5092SHINE4LLL.jpg" /7 = "wm5241SHINE4LLL.jpg" /8 = "wm6110SHINE4LLL.jpg" /9 = "wm6682SHINE4LLL.jpg" /10 = "wm9622SHINE4LLL.jpg" /11 = "wm9700SHINE4LLL.jpg" /12 = "wm3674SHINE4LLL.jpg" /13 = "wm1241SHINE4LLL.jpg" /14 = "wm1260SHINE4LLL.jpg" /15 = "wm9929SHINE4LLL.jpg" </item>
<picture Stim_LLL> /items = Stim_LLL </picture> _____________________________________
<item Trial_HHH> /1 = "HHH_p_trial.jpg" </item>
<picture Trial_HHH> /items = Trial_HHH </picture> ______________________ <item Trial_LHH> /1 = "LHH_p_trial.jpg" </item>
<picture Trial_LHH> /items = Trial_LHH </picture> ______________________ <item Trial_HLH> /1 = "HLH_p_trial.jpg" </item>
<picture Trial_HLH> /items = Trial_HLH </picture> ______________________ <item Trial_HHL> /1 = "HHL_p_trial.jpg" </item>
<picture Trial_HHL> /items = Trial_HHL </picture> ______________________ <item Trial_HLL> /1 = "HLL_p_trial.jpg" </item>
<picture Trial_HLL> /items = Trial_HLL </picture> ______________________
<item Trial_LHL> /1 = "LHL_p_trial.jpg" </item>
<picture Trial_LHL> /items = Trial_LHL </picture> ______________________
<item Trial_LLH> /1 = "LLH_p_trial.jpg" </item>
<picture Trial_LLH> /items = Trial_LLH </picture> ______________________
<item Trial_LLL> /1 = "LLL_p_trial.jpg" </item>
<picture Trial_LLL> /items = Trial_LLL </picture> ______________________ <item ResponseFrame> /1 = "ResponseTrial.jpg" </item>
<picture ResponseFrame> /items = ResponseFrame </picture> ______________________
<instruct> /windowsize = (90%, 90%) /fontstyle = ("Times New Roman", 3.00%, false, false, false, false, 5, 1) /txcolor = (black) /finishlabel = "Press <Spacebar> to continue" /nextkey = (57) /nextlabel = "Press <Spacebar> to continue" /prevkey = (28) /prevlabel = "Press <Enter> to go back" </instruct> ______________________________________________________________________________ Trials Part # 1 ______________________________________________________________________________ ______________________________________________________________________________
<trial PerceptDomLLL> /validresponse = ("1", "2", "3", "4", "5", "6", "7") /stimulustimes = [0 = Fixation; 500 = Trial_LLL; 2500 = stim_LLL; 4500 = ResponseFrame] /showmousecursor = True </trial>
<block ONE> /trials = [1-15 = noreplace(PerceptDomLLL)] </block>
|