Hello, I am trying to build a simple multiple choice quiz app. I'm stuck at the part where i need the app to give feedback on whether the question was answered correctly directly after it has been answered. I need an IF statement or something to accomplish this: if clicked item = [correct_item(locat...