TypeSafeSDK.Score (TypeSafeSDK v0.1.0)

Copy Markdown View Source

A question that assigns a score from an ordered rubric.

Summary

Types

t()

@type t() :: %TypeSafeSDK.Score{criteria: list(), instructions: term() | nil}

Functions

new(criteria, opts \\ [])

@spec new(list(), keyword()) :: t()