I’m using constant sum choices for a funding distribution task. Participants are shown 7 statements, and they have a maximum of $50,000 to allocate across the 7 statements. I’ve set a range requirement of 0 to 50000, yet participants are still able to type values above 50000 in the constant sum boxes (which I’d like to avoid). The question has a validation attached such that the page can’t be advanced if the total is not equal to 50000, but I would like to set something up so that participants aren’t able to give values above 50000 in the first place. Is there a way to do this (i.e., actually enforce the range requirement) with custom code?
Thank you so much in advance!