I am trying to make a quiz application for iPhone. There are 10 questions in a quiz, has back question button ( go to previous question) and next question (go to next question). User must be completed in 15 mins.
I am using UITableView to store answer (A, B, C, D) and user will answer by using "checkmark" However, I meet some problem:
In question 1, I selected row 1 (B answer) is my answer. When I press next question, row 1 is selected, it's similar with other question when I press next question or back question button although I only answer question 1?
In your opinion, should I use UITableView or other object? If I use UITableView, Can I fix it? Can you give me some recommend?
Thanks you,
Can you see my project: http://i5.upanh.com/2013/0826/06//57290900.screenshot20130826at11713pm.png
I am using UITableView to store answer (A, B, C, D) and user will answer by using "checkmark" However, I meet some problem:
In question 1, I selected row 1 (B answer) is my answer. When I press next question, row 1 is selected, it's similar with other question when I press next question or back question button although I only answer question 1?
In your opinion, should I use UITableView or other object? If I use UITableView, Can I fix it? Can you give me some recommend?
Thanks you,
Can you see my project: http://i5.upanh.com/2013/0826/06//57290900.screenshot20130826at11713pm.png