I'm currently going about creating a quiz for Android. I've seen seem source code of other apps that use SQLite databases to hold questions etc but one thing they don't have is levels.
I'm hoping I can have say 50 levels and one level unlocks the next until you get to level 50.
Is that possible without a game engine? I've only looked over the SQLite stuff and it seems pretty complicated but something I can do, I mean the questions can't be at random as I have to set each question to it's own level, is it possible?
I'm just looking for a way to do this without having 50 classes, one for each question.
I don't where to begin when it comes to doing it via a level system. The code I've looked at has a quiz that randomly generates 10 questions from the database and then gives you a score at the end. Hopefully levels are possible.
Any advice is appreciated.
I'm hoping I can have say 50 levels and one level unlocks the next until you get to level 50.
Is that possible without a game engine? I've only looked over the SQLite stuff and it seems pretty complicated but something I can do, I mean the questions can't be at random as I have to set each question to it's own level, is it possible?
I'm just looking for a way to do this without having 50 classes, one for each question.
I don't where to begin when it comes to doing it via a level system. The code I've looked at has a quiz that randomly generates 10 questions from the database and then gives you a score at the end. Hopefully levels are possible.
Any advice is appreciated.