Describe the significance of the global variable index. How is indexing used with lists in this app?
Answer
The global variable index is significant because it can store and get items from the list. Indexing is used in the app's list by taking 3 items from 3 separate lists
Describe how parallel lists were used in this app. Why was the parallel structure of the lists necessary?
Answer
Parallel lists were used to be the same for the index and answer for the code. It was significant because when asking the question, it will display the correct answer and the corresponding image.
Include screenshots of your code for exercises 2 and 3 from the Enhancements section .
Answer
Include a screenshot of the code that added your extra question. Explain why the code for the buttons worked without any changes after the addition of the extra question.
Answer
The code for the buttons worked without changes to the code because when the buttons are pressed it goes through the list and just adding something to it wont change anything.