Hello, my name is Haakon. I am "expreienced" in Flash CS5, with the language actionscript (3), as I had it as an subject at school for a year. There I learned the basics of IFs and the very usefull "Arrays". I am looking for some input here, about how I should "build" my "dynamic" quiza-app. Imagine this;
- Its an app which covers an subject, lets says biology. It has 10 chapters, which each contains about 40-50 unique, though ONLY multiple-choice questions, all with only one right answer. Which adds up to a total of about 500 questions, pluss (2000 answers, as every questions has 1 right answer, three wrong.) I am very familiar with the Array in as3, but should I do it the same way in Xcode? I really dont know at this point much of Objective C... I am also familiar to the so called "XML-storing", of information. Could this be an option? The point is that the user enters the app, chooses one of the 10 chapters, and then gets randomly, lets say 25 out of 50 of the questions associated with the picked topic. At the end they should get an overview over their results.
- In my head, this sound like a very easy app to make, with alot of copy-paste, if I just manages to create "one of the chapters"... Any tips? I basically dont know anything about Xcode yet, where do I begin in the creation of this app?
Thanks, Haakon.