I was just wondering if anyone could help me figure out the best way to handle implementing questions and answers into a very simple trivia game. I have basically no experience with Arrays and thought it could be a good way to learn the ins and outs, but I’m stumped.
Currently the setup is just 4 buttons for the different answers and then a randomized question in a Label.
How could I make it so the answers would come in with the corresponding randomized questions? Can I attach some sort of identifier to the question and its answers to tie them together? And how would I go about assigning a different answer to each button automatically? Would separating the questions into categories/topics be difficult?
I can mentally picture how everything should fit together, but ADHD and chronic anxiety has been making it almost impossible lately to put some things into practice.