<!--
{
  "availability" : [
    "Xcode: 27.0.0 -",
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Evaluations",
  "identifier" : "/documentation/Evaluations/ScoringScale/numeric(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Evaluations"
    ],
    "preciseIdentifier" : "s:11Evaluations12ScoringScaleV7numericyACSDySdSSGFZ"
  },
  "title" : "numeric(_:)"
}
-->

# numeric(_:)

Creates a scoring scale from a numeric dictionary.

```
static func numeric(_ scale: [Double : String]) -> ScoringScale
```

## Parameters

`scale`

A dictionary mapping numeric scores to rubric guidance.

## Discussion

Each key-value pair maps a numeric score to rubric guidance. The label for each
option derives from the numeric value.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)