---
title: "init(label:guideDescription:value:)"
framework: evaluations
role: symbol
role_heading: Initializer
path: "evaluations/scaleoption/init(label:guidedescription:value:)"
---

# init(label:guideDescription:value:)

Creates a scale option.

## Declaration

```swift
init(label: String, guideDescription: String, value: Double)
```

## Parameters

- `label`: A short label for this option.
- `guideDescription`: Rubric guidance shown to the judge for this option.
- `value`: The numeric value for this option.
