So I created a quiz app because it’s my assignment. I followed everything I know that I had to do and even compared with others my coding blocks and they seem to be the same.
My problem is that when I preview my questions, they all seem to be bundled up on the same screen/slide. I need them to be shown one at a time as the submit button is being clicked on.
Because app variable questionLabel is already a list, you don’t need to put the “[gear] list” in front of it. That creates a list of lists which then messes up everything you’re trying to do with that list.