> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# score

```typescript
score(instructions: string, levels: string[]): ScoreQuestion
```

A Score with runtime levels. Levels are ordered spectrum positions,
each described by its text. The answer's probabilities come back keyed
by these texts.

## Parameters

<ResponseField name={"instructions"} type={"string"} required />

<ResponseField name={"levels"} type={"string[]"} required />

## Returns

<code>[ScoreQuestion](/simulang-js/api/v14.0.0/interfaces/ScoreQuestion)</code>
