I am having a strange issue with a quiz app.
I switch questions and answers by increasing the question id within the same screen. It works fine except when two continuous questions have same answers. e.g. if I selected the (a) in first question, then the answer (a) of second question will be selected automatically without clicking, although the default value is blank (I use default value for user to looking back to pervious selection).
What could the reason?