HTML5 mobile quiz app?

I would like to create a mobile application with a quiz. The survey will retrieve information from the web server so that the quiz can be updated. Can this be done only in HTML5 and jQuery? If so, do you recommend? I am lost.

+4
source share
1 answer

As already mentioned, you will need a server-side infrastructure to make AJAX calls from your mobile web application to receive questions, as well as to store results, etc., if you want.

For what you want to do, HTML5 and jQueryMobile are well suited for the task.

For some simple guides on using the basic HTML5 Canvas material to create a puzzle / quiz in HTML5, here are some links:

+4
source

Source: https://habr.com/ru/post/1433847/


All Articles