I created a survey/polling application and after a user answers a given question I want to display the total responses for the question they answered.
I am trying to aggregate the responses of a specific quetsion with COUNT
(I will have the question_id
stored in the session variable of Flask).