if response_field.field_options["max"] && (value.to_f > response_field.field_options["max"].to_f)
      @errors << "#{response_field.label} is too large. It should be #{response_field.field_options["max"]} or less."
    end