config.item_edit.item.scoring - Initialization - Author API

Author API Initialization

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

Attribute path config.item_edit.item.scoring

Default true

Type boolean

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.