Initialization Option Author API

shared_passage

Controls whether the "find existing passage" button is shown in the add Widget (Question or Feature) button in Item editor view.

You would want to use this to prevent authors from searching for existing passages to re-use in the current Item.

Examples

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

Values

Request object key config.item_edit.item.shared_passage

Default: true

Type boolean

Related articles

Was this article helpful?