{"", "A", "B", "C", "D"}
- Select in the Basic tab of the Properties the option Draw as drop-down lists
to show them.ans1 = SelectedIndex(list1)
and likewise ans2, ans3 and ans4
Red: If((ans1 ≠ 1) ∧ (ans1 ≠ 5), 1, 0)
Green: If(ans1 ≟ 5, 0.7, 0)
Blue: 0
SetValue[list1,1]
SetValue[list2,1]
SetValue[list3,1]
SetValue[list4,1]