Dear moderator,
I'm working on my masterthesis and I have a slight problem. If a participants is a female she needs to hold a yellow stretchband. If the participants is male he needs to hold a red stretchband. So I need to program IF female THEN yellow and IF male THEN red. How do I program this? (I already have the likert question below)
<likert gender>
/ numpoints = 2
/ anchors = [1="Male"; 2="Female"]
/ stimulustimes = [1=questiongender]
</likert>
<text questiongender>
/ items = ("What is your gender?")
/ position = (50,30)
</text>