I’m trying to have a multiple choice question for users to enter electricity use for every country in the world. The first question asks users to select location and then be brought to each location to type in their total KWH. The problem is that once they’ve started into the answers (i.e. select United States and Canada), once they’ve clicked into Canada, I cannot get the logic to calculate, and then jump to the the correct next question. With 211 options, I’m worried the logic will be too much.

I’ve tried adding logic to the number question to “always go to” the end, but if they select more than 1, it just goes to the end.

Is the problem that I can only select one at a time.

