if response_field.field_options["min"] && (value.to_f < response_field.field_options["min"].to_f)
      @errors << "#{response_field.label} is too small. It should be #{response_field.field_options["min"]} or more."
    end