What is the optimum way to represent (group) options per row

I'm working on a case where a customer wants to choose how much points to distribute for each question of a survey.

The points depend on the location of the survey. Depending on the location where the survey is targeted the customer can choose a different amount of points for each question answered.

My question is if there are reasons on how to represent the interaction. Currently I drew 2 options:

1 is to first choose the location from a dropdown and enter image description here

2 is to open an accordion under each question and enter the points per Location (target). enter image description here

Does it make sense ? Is there a more user friendly way to interact?