Issue displaying answers in a quiz (1 correct + 3 incorrect)

Hey! Not sure how much this helps, but for my game I made 2 arrays. One contained the questions, and one contained the answers. For the answers, I did 0-3 as the 4 possible answers, and 4 as the correct answer. So each was an array in an array. Example: Apple, Cookie Orange, Banana, Cookie (as which is not a fruit).