config.item_edit.item.details.scoring_type.edit - Initialization - Author API

Author API Initialization

edit

Controls whether the scoring type option can be changed.

You would want to use this to prevent authors from editing the Item's scoring type.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "details": {
                    "scoring_type": {
                        "edit": false
                    }
                }
            }
        }
    }
};

Values

Attribute path config.item_edit.item.details.scoring_type.edit

Type boolean

Was this article helpful?

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