Anyone know of an example or good approach to do a testing app for practicing an exam? Questions would be already hardcoded. No need to enter new questions. Just flash cards type of app. Just dont know where to start!
Anyone know of an example or good approach to do a testing app for practicing an exam? Questions would be already hardcoded. No need to enter new questions. Just flash cards type of app. Just dont know where to start!
Hi Carmelo,
Please tell us in detail what you need to create, what types of questions and answers you will use and how the app should work.
Looking to Simulate a set of Index cards. Each card its a question. Users should be able to tap to turn index card around and see the answers. Swap for next card... and so on. Users would be able to mark cards also so that they are removed from deck until deck reset.
This is the fancy way... this is the experience desired, but I am looking for creative and simple ways of doing this.
One option is to make each page act as a "card". You can then have next/previous buttons to navigate. Each page would have a question/answer.
Thanks, but 100 questions will slow the app. But good idea thou.
You can also store the question in a cloud database.
I think tho swill be the approach