New to Phonegap, I'm planning to do the following.I have a database with a list of: question + answer + image + result.When the user selects the question, an html page is populated with the question and an empty text form. The user writes and submits the answer and if this is correct he will get the image and the result.I would like to add the option of answering the question offline. In order to do this I need to store the information locally. I would like to store the answer, the result and the image encrypted and check if the answer is correct with the stored data.Installing all the information from the beginning in the app is not a solution for me as the database can be large and change often.Any help or direction will be much appreciated.