My existing questions are stored on Local DB table and images too uploaded as resources, then called by name in a column in the local Db spreadsheet.
So I need to,
Download additional images to my storage,( from either drive,air table or other source)
Append new rows to my local DB.
My Quiz App is for offline use, where pupils update in the school new content ( quizzes / assignments) and go to use a home.
My community has no access to internet connectivity, only in the school compounds ,installed by the Government.
I would also appreciate a hint on how to store a students responses in a stored variable that can be submitted back to a teacher , once there is connectivity. I was thinking maybe as a list of responses, or an object?
Thank you
Thanks @general - yeah I was thinking that alright. I’m not sure if this particular implementation is possible actually…
Do you have any idea of how often the quiz will be updated?
Is there any possibility that the students could just update the entire app when they connect to the school network, thus getting all your new questions and images?
Maybe quizzes will be updated once a term,(quarterly) but since there are many schools which will use the App, this may vary.
I feel that your option of updating the app, will work too, where all the new questions will just be installed afresh with the updated Apk. This will work.
But I will keep on trying to play around with the blocks and will keep you posted on what I find,
Thank you!!