I’m not sure I understand what you’re saying, but it sounds like you’re misunderstanding how to do this…
You haven’t mentioned how you’re intending to analyse or process these scores, so I’ll ignore that for now…
But, presumably, you have a datatype to store the responses in (and if you don’t, then you need one - that’s how you do this), so you just store the response value (using autowinding in your case) on that datatype.
What you do with that data once you’ve got it (how you analyse it, display it, reference it, etc.) is up to you.