Quiz App Extentions

Hello there. I am currently working on building extensions for my quiz app. So far I have some of the scoring done, so when I answer the question correctly, it gives a point for each correct answere. This is what the requirements are:

  1. If/else Scoring Algorithm: Modify your app to keep score of how many question
    s are answered correctly or incorrectly. Be sure to restrict it so that the quiz taker can only receive credit for answering each question once (i.e., if there are three questions, the quiz taker can only be credited with three correct answers).
  2. *Loop Algorithm for Searching: Add a keyword search capability to your app. For example, if the user types in NASA and clicks on the search button, you should find the question or answer with the word NASA in it and show that question. This will be a linear search through the parallel question and answer lists using a loop.

I have tried so many times, but it's not working.


I also provided image of my blocking for those who want to take a look at it.. Please help
P.S. I have 5 questions to answer in the quiz

Do you mean "extensions" or "procedures" ?