R
Rhea A
Guest
i really need help in recording the score according to the answer selected.
This is my scenario I had a question put in the textbox and i also had 3 choices displayed using radiobutton. In each choices there's a corresponding score like if you choose myradiobutton1 your score is 1 and when you choose either myradiobutton2 or myradiobutton 3 you will get another score for that.
but my problem is i don't know how can i get the corresponding score of each radiobutton this my code in assigning a value in each radiobutton
myradiobutton.text = "rhea" , myradiobutton2.text = "you" , myradiobutton.text ="me"
and now i would like to ask if there's a way to get the equivalent score of each radiobutton?
thanks for your help
This is my scenario I had a question put in the textbox and i also had 3 choices displayed using radiobutton. In each choices there's a corresponding score like if you choose myradiobutton1 your score is 1 and when you choose either myradiobutton2 or myradiobutton 3 you will get another score for that.
but my problem is i don't know how can i get the corresponding score of each radiobutton this my code in assigning a value in each radiobutton
myradiobutton.text = "rhea" , myradiobutton2.text = "you" , myradiobutton.text ="me"
and now i would like to ask if there's a way to get the equivalent score of each radiobutton?
thanks for your help