---
title: "numeric(_:)"
framework: evaluations
role: symbol
role_heading: Type Method
path: "evaluations/scoringscale/numeric(_:)"
---

# numeric(_:)

Creates a scoring scale from a numeric dictionary.

## Declaration

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

## Parameters

- `scale`: A dictionary mapping numeric scores to rubric guidance.

## Discussion

Discussion Each key-value pair maps a numeric score to rubric guidance. The label for each option is derived from the numeric value (e.g., 5 becomes "5").

## See Also

### Creating a scale

- [passFail(passDescription:failDescription:)](evaluations/scoringscale/passfail(passdescription:faildescription:).md)
- [custom(_:)](evaluations/scoringscale/custom(_:).md)
- [init(options:)](evaluations/scoringscale/init(options:).md)
