Add possibility for users to add questions in a quiz-app?
Hey!
I have a app that right now shows randomly selected questions from a javascript file that i update now and then.
Is there a possibility to add a feature that gives the user the option to add a own question and then store it in some kind of DB?
I'm just thinking local storage right now so just the users phone will be able to show it again. But would it even be possible?
Thanks!
AB