Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Marc Jones
3,751 PointsiOS Quiz App - Running before I can walk.
Hi All,
I am currently working through the IOS Course on Treehouse after moving across from Udemy.
I'm still early on in my learning, but I am thinking about an app I would like to create.
Its a Quiz app, but the potential answers per question are not always going to be fixed. Some questions may have a true/false answer, some may be multiple choice with one or multiple correct answers.
What I'd like to do is know the best way to achieve something like this, so I can structure my learning once I complete the initial course.
If anyone has any good links to blogs/tutorials that would be great.
Any info or advice would be much appreciated.
Thanks, Marc
1 Answer

Shane Robinson
7,324 PointsI can't give you any specific advice for a quiz app, but if you haven't already continue learning until you have all the basics of the language down (loops, logic statements, methods/functions, etc.) After that, then you can start seeing what you need to know for the app that you have in mind - such as the best framework(s) to use.