Introduction
About your App. <Describe your app here>
Reflection
Be sure to provide screenshots along with your explanations.
Describe your solution for the first project that added scoring. Why was an extra list necessary? Provide a screenshot of your Answer Button Click event that uses a complex algorithm with the lists. if they answer correctly the index is checked for a false if false then 1 point is added to the score. then the list is updated to true for that question The list was necessary to keep track of which questions were answered correctly.
Describe your solution for the second project that added a Search button. Provide a screenshot of the search button click code that uses a complex algorithm with loops and lists. Why was a loop necessary? The search button goes through both the question and answer list to search for the keyword provided. If it finds the keyword in either list then the question is provided. A loop was necessary to look through the list. with a loop, every memory slot in the list can be accessed and checked.
Write AP text-style pseudocode for a linear search that searches through a list to find an item x. It should display found if the x is equal to an item in the list.
Give brief descriptions of the enhancements you added to your app for the third project, a quiz topic of your own choosing. Provide screenshots of important blocks and describe how you used them to solve certain programming problems.the quiz topic I choose for this app was science fiction writers. the questions asked who wrote which book.
Final App and Digital Distribution:
How to Install my App: (Scan Here)
Design:
Be sure to provide screenshots along with your explanations for each of the enhancements that you made.
Note: This section may repeat based on how many large Event Handlers you have.
<Your Explanation goes here>