Link to home
Start Free TrialLog in
Avatar of sharepoint2013
sharepoint2013

asked on

Web/Mobile Application that does Quizzes

Hi experts!

I'm looking for a web or mobile app with source code preferably that has the functionality of a Quiz, allowing users to answer questions and get the right answers right away!

It can be used to set test papers for users as well.

Do you know all where I can find such application for web and mobile?

If there is a clone, i will not mind buying it.

Thank you!
ASKER CERTIFIED SOLUTION
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sharepoint2013
sharepoint2013

ASKER

cools - any mobile app?
You mean, native mobile app? For all platforms?
Nah... I don't think so, that's pushing Free and OpenSource a bit to much in my opinion :)

Anyway, the options I gave you are web based, so they will work on mobile devices web browser. Probably you need to had a bit of responsive layout if you want to make a better user experience.
I probably need to buy a mobile app too.
As per Alexcode ., you can make the website design in the above site to "responsive " ..

To make layout responsive  check this tutorial for the beginners and guidance
        http://www.html5rocks.com/en/mobile/responsivedesign/

so Examples of responsive layout designs :http://www.hongkiat.com/blog/responsive-web-tutorials/
Depending on your requirements a web interface might be enough.

Consider it well because the development effort if quite big.
There are cross platform frameworks that will work across multiple mobile platforms (iOS, Android and Windows Mobile) but they are never truly native.
Probably due to the nature of this app it won't be an issue, but I though I should tell you anyway.

If you design it in a service oriented way you can have a REST service feeding all the platforms, Web and Mobile.
This way you centralize the business logic on the service and only have to develop the UI for each different platform.
REST also lets you scale very easily if implemented correctly, so you can start small and as your user base grows you can simply add a new server or move it to a cloud based service.

I don't think you'll find this whole implementation free and open source around waiting for you to download. There are online payed and free services that give you this... whoever implements such complete offer will certainly want to get some money out of it...