Hi all,

I am doing some kind of quiz app. The problem is that I need to find a way to store all the questions. This storage interacts with the app in 2 ways: question stored can be extracted to display in the app + the user can use the app to add question to the database. The displaying part and the interface to add questions are done, I'm just troubled with the actual storage of data 'cause everything I've done till now only involves temporal input which is not stored whatsoever.

'Cause I'm highly unfamiliar with external data manipulation, I'd like some suggestion and directions to achieve a good system to handle these 2 functions.

Thank all!