My problem is in the view. I need to store the score somewhere so the controller could get it and call the function to add 1 if correct, and then update back.
Don’t know what to write in the view, and how to pass the results back to the view after calling the function.
I have to be honest, I don’t have a very good understanding how to pass data from the controller to the view and from the view to the controller. Naming of fields get’s me confused.