A question that assigns a score from an ordered rubric.
@type t() :: %TypeSafeSDK.Score{criteria: list(), instructions: term() | nil}
@spec new(list(), keyword()) :: t()