Hi,
I have a food sorting task, where they report the food either having shown up in the health condition or the natural condition. I have a confidence rating which I want to present after each food is sorted.
How do I alternate between the two (sort a food, then rate confidence level) and still keep the foods as no replace (I have 78 foods)?
<trial sortingFoods>
/ validresponse = ("E", "I")
/ stimulusframes = [1 = foodpic_sorting]
/ posttrialpause = 250
</trial>
<trial confidenceRating>
/ validresponse = ("1","2","3")
/ stimulusframes = [1 = rating]
/ posttrialpause = 250
</trial>
<block conditionSorting>
/ bgstim = (healthLabel, naturalLabel)
/ trials = [1=instructions;2-79 = noreplace(sortingFoods)]
/ recorddata = true
</block>
Thanks!