
I'm trying to build a program that allows a user to take a survey of three questions with three possible responses for each question. The responses are selected by radio button and each possible answer is given a weighted value that is stored into a ListView with three columns, one for each question.
I need help in getting the value of the selected response into the listview.
Any help with the coding would be greatly appreciated, thanks!