• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Quiz app

geetk

Lurker
I want to develop a quiz app for Android.
Requirements are as follows

When app is started
- Folks will need to provide a username and password
- Only authorized folks can use the app
- A list of n quizzes is provided
- User chooses one of the n quizzes
- A list of questions (most of them with multiple choice answers come up
- If the user chooses the correct answer, he is informed that his answer
is correct and an explanation pops up as to why the answer is correct
- If user chooses wrong answer, he is informed that the answer is wrong
- After all questions are attempted, he gets a score xx out of yy correct

The administrator of the app should have ability to add quizzes and questions for the quizzes.

I do not have experience in Android app development.

- Are such apps already available?
- Is Basic4Android a good development environment?
- Are tools like sc-apps worth considering?
- Would somebody be interested in developing such an app for me? If so, I
would like to get a quote
 
At first, if you want to get a quote, it would be better to post this in the "Application Request" forum.

Regarding your questions, there are many quiz applications available. Do a search and install some of them to get ideas. Regarding your specs, it seems that you also need a server-side application to support your design. Only a server can perform the user authentication. You can't to that client-side (on the phone) in a secure way. Also, in order to update the quizzes without updating the application means, that these must be stored in a server somewhere. Internet connection would need to be necessary.

I don't have experience with the tools you are referring to. In my opinion standard development tools (Android SDK + Eclipse) would be more than enough for your application.
 
Regarding your specs, it seems that you also need a server-side application to support your design. Only a server can perform the user authentication. You can't to that client-side (on the phone) in a secure way. Also, in order to update the quizzes without updating the application means, that these must be stored in a server somewhere. Internet connection would need to be necessary.

I see the following server side sites available for quizzes
www.quizlet.com, www.flashcarddb.com

These sites do not allow us to define multiple choice quiz questions.
Are there any sites that allow definition of multiple choice quiz questions.
 
Back
Top Bottom