I cannot get the Level 2 answers to display during Level 2, instead I am getting the same Q&A for every round. I have a System.Serializable set up and a return allRoundData[0] in the DataController which is why Level 1 questions are being displayed.
How would I fix allRoundData[0] so I can make the data align with the Level.?
Or how would I add a new function that will break up the System.serializable so I can put the specific Q&A with the specific Level?
If this Is not worded right, just let me know and I’ll explain, but I REALLY need help!