Incrementing answers by 1
I have created my own Likert question, by adding text and then creating my own radio buttons.
There are 8 questions on a page, that have a 4 different options on a rating scale.
For each question, 2 of the options both have a score of 1 attached to them and the other two 0 score. So depending on their answer to each question, the score would either be 1 or 0.
However I don't want it to keep incrementing, if they click on the button multiple times or if they change their mind and select another button that has a score attached it. Also if tehy select one of teh buttons that have a score attached to it and then change their mind to one that doesn't, i don't want the score to increment by 1, I would want it to show as zero.
So basically what ever they select as their last answer should be their score.
I have managed to do part of this via advanced actions.
I have it setup that if you click a buton with a score attached to it, it increments by 1 and the button is then disabled so that you can't keep clicking the button and incrementing the score each time.
However I can't figure out how to allow the user to select another button, without the score incrementing by 1 if they click on the other button that has a score or how to reduce the score by 1, if they then change their mind and select one of the other buttons that have a zero score.
The only thing I can do is disable all other buttons, when they select a button, however this means they only get one attempt at each question.
Does anyone have any ideas on how to resolve this?