CarmeloMilian
Posts: 0
Joined: Sat Apr 06, 2013 4:01 am

Building a practice test app.

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!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Building a practice test app.

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.

CarmeloMilian
Posts: 0
Joined: Sat Apr 06, 2013 4:01 am

Building a practice test app.

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Building a practice test app.

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.

CarmeloMilian
Posts: 0
Joined: Sat Apr 06, 2013 4:01 am

Building a practice test app.

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Building a practice test app.

You can also store the question in a cloud database.

CarmeloMilian
Posts: 0
Joined: Sat Apr 06, 2013 4:01 am

Building a practice test app.

I think tho swill be the approach

Return to “Issues”