Initialization Option Author API

scoring

Controls whether local scoring is enabled in the Item preview. By default, this option immediately scores the Questions and shows the score to the author.

You would want to use this to disable the automatic scoring of Questions in the Item preview pane.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "scoring": false
            }
        }
    }
};

Values

Request object key config.item_edit.item.scoring

Default: true

Type boolean

Related articles

Was this article helpful?