Contents

numeric(_:)

Creates a scoring scale from a numeric dictionary.

Declaration

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

Parameters

  • scale:

    A dictionary mapping numeric scores to rubric guidance.

Discussion

Each key-value pair maps a numeric score to rubric guidance. The label for each option derives from the numeric value.

See Also

Creating a scale