If I am reading the less wrong comment formatting page correctly, using poll:probability (with brackets) will force responses to be between 0 and 1, to avoid this. (And Upvotes to whoever put strict input limits on a free text field! As a person who handles raw data, I often don’t see this, and it should be encouraged when performed.)
It doesn’t avoid the problem if people want to vote with a percentage < 1%, and try to do so with a 0-100 value (e.g., .5 meaning .5% rather than 50%).
If I am reading the less wrong comment formatting page correctly, using poll:probability (with brackets) will force responses to be between 0 and 1, to avoid this. (And Upvotes to whoever put strict input limits on a free text field! As a person who handles raw data, I often don’t see this, and it should be encouraged when performed.)
It doesn’t avoid the problem if people want to vote with a percentage < 1%, and try to do so with a 0-100 value (e.g., .5 meaning .5% rather than 50%).
Very good point. I had not thought of this earlier, but it is entirely correct.