Hello everyone, I have included four sliders in my survey. The sliders are connected to each other, so the total value must not exceed 100.
I would like to show the respondents how much "budget" they have left.
So ultimately I would have to add up the values of all the sliders, subtract from the available value and output the whole thing.
Unfortunately I am not at all fit in javascript. Does anyone know a solution how to implement this?