def validate_minimum(question, validation, value)
          # We have decided not to allow bypassing this validation when
          # aborted, since whatever is using this data further on is likely not
          # built to take into account values outside the intended range. (e.g.
          # BMI calculation)