Savsoft correct_answer

after creating and starting the quiz, how can I create a session variable that for each answer I give, the application evaluates whether it is a correct answer and displays in the header the total number of correct answers each time the button is chosen NEXT?

I tried to initialize a session variable $_SESSION[‘counter’] in the quiz.php controller in the saved_answer method, but it is not incremented.