Page 1 of 1

Building a practice test app.

Posted: Thu Nov 07, 2013 9:30 pm
by CarmeloMilian

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!


Building a practice test app.

Posted: Thu Nov 07, 2013 9:50 pm
by Kateryna Grynko

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.


Building a practice test app.

Posted: Thu Nov 07, 2013 10:20 pm
by CarmeloMilian

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.


Building a practice test app.

Posted: Fri Nov 08, 2013 1:08 am
by maxkatz

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.


Building a practice test app.

Posted: Fri Nov 08, 2013 5:25 am
by CarmeloMilian

Thanks, but 100 questions will slow the app. But good idea thou.


Building a practice test app.

Posted: Fri Nov 08, 2013 5:40 am
by maxkatz

You can also store the question in a cloud database.


Building a practice test app.

Posted: Fri Nov 08, 2013 3:49 pm
by CarmeloMilian

I think tho swill be the approach