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

Author API Initialization

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":  false
            }
        }
    }
};

Values

Attribute path config.item_edit.item.answers

Default true

Type boolean

Was this article helpful?

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