Hello, I am building a quiz app and am trying to do the following thing:
Explained image: when I open screen 1 TinyWebDB will get value from tag quiz, where all important things about the quiz are found (name, possible answers, correct answer, questions). When TinyWebDB got value variable quiz is changed into value from WebDB which than adds the first index on the list "quiz", which is the name of the quiz, to the list picker "SEARCH". When you pick an element from the selection it stores the name of the quiz, so you can play it on another screen.
What I want: Firstly, I would like to make it so that after selecting an element from the List Picker selection it would save the whole quiz and not just a name, and secondly, I dont know if the tag "quiz" when screen opens is a good idea, because I dont know if it will work on multiple devices and lastly, for some unknown reason, when I store data (quiz name) in List Picker it only shows 1 quiz, the last I added in.
Can someone please help me, even if with only one of the problems.