I have to do a quiz where there are around 40 questions, in these each question has 3 options. What I want to do is that from an angular count how many times you chose each of those 3 options and save it to my database. that is all in the backend with nodejs. (I put the options in a select, maybe it's better in another way).
I hope you can help me, and searched for information but on my own I could not understand how to do it.
Someone can explain me from a mini code, how it could work.