quiz app - "if/case statement"
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(located in dabase)] then show "Correct" on the feedback page...
can anyone please point me in the right direction?
thanks!