Hi so I'm creating a quiz and just need some advice on the following topics. Any help is appreciated!
1. In my question class I have a String question and an array list of my 4 options to that question (3 wrong, 1 correct) and I'm just wondering how I will link the correct answer to the question?
2. How I will save the questions and answers to a file?
3. How to display the questions and answers on the GUI with each on a separate Jpanel?