For context, I have a form with multiple questions that have answers in the form of a 1-10 scale radio buttons. These answers are submitted into a data collection along with other user information.
I’d like to also add in another column in the data collection which would represent the average of the answers. How would I calculate the average of all the values of the checked radio buttons after submitting the form, and then adding that average to the same data collection?