Public Method Author API

setScoringType()

Set the scoring type of the Item being edited.

Returns true (boolean) if successful, or false (boolean) if unable to set the Item scoring type (e.g. when not editing an Item, the passed scoringType is not valid).

Examples

authorApp.setScoringType(scoringType);

Arguments

  • scoringType string

    Item scoring type (case-sensitive)

    Possible values:
    • "per-question"
    • "dependent"
    • "dichotomous"

Return value

boolean