Initialization Option Author API

answers

Controls whether the "show answers" button is displayed in the Item preview pane.

You would want to use this to prevent authors from previewing the answers for an Item.

Examples

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

Values

Request object key config.item_edit.item.answers

Default: true

Type boolean

Was this article helpful?