Hi all,
I'm just learning iPhone programming. I'm starting to work with files and thought a good project to learn this would be a multiple choice style quiz.
I have managed to do a simple quiz with a text file linked to an array... however I want to randomize the questions and remove questions once they have been asked.
Do you think a NSMutableDictionary would do this.. can a key be linked to the question, the possible answers and a marker to the correct answer??
or would a MutableArray be better??
Any advice would be fantastic as I am struggling to find a lot on info on this on the web.
thanks
moom
I'm just learning iPhone programming. I'm starting to work with files and thought a good project to learn this would be a multiple choice style quiz.
I have managed to do a simple quiz with a text file linked to an array... however I want to randomize the questions and remove questions once they have been asked.
Do you think a NSMutableDictionary would do this.. can a key be linked to the question, the possible answers and a marker to the correct answer??
or would a MutableArray be better??
Any advice would be fantastic as I am struggling to find a lot on info on this on the web.
thanks
moom