We are running both the Verbal Stroop and Emotional Stroop and have found that the yellow color for both tasks is not very readable. We were able to change the yellow in the Verbal Stroop by changing this part of the code:
<text yellow>
/ items = words
/ fontstyle = ("Arial", 6.25%, true, false, false, false, 5, 1)
/color = (255, 248, 28)
</text>
But we are stuck on changing the yellow in the Emotional Stroop to be consistent, since that is coded quite differently... and we have pretty limited coding skills. We are using the Emotional Stroop from the task library and have not made any other changes to the code. Can you help us make all of the yellow words the same color yellow as we have in the Verbal Stroop? Thank you!