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.
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:
Source: https://habr.com/ru/post/1433847/More articles:QTranslate and Wordpress Functions - qtranslateRich Snippet not appearing on Google search results page - schema.orgGradle: how to split a task into sequentially executed actions - javaAn argument to a pthread function might be another function? - cHow to access metadata from a PDF file using PHP? - phpPHP Get Height and Width in Pdf Files - phpwhite-space: nowrap breaks display: table - htmlAsynchronous method never returns - c #NullPointerException when starting an application from JNLP with Java 64 bit 1.7.0_06 + - javaHow to enable zooming on a mobile website? - htmlAll Articles