config.activity_edit.activity_preview.item.reference.show - Initialization - Author API

Author API Initialization

show

Controls whether Item references are shown in the Activity preview panels.

You would want to use this so that you can display Item references in the Activity preview panels.

In the "Player" tab, Item references will be shown in the top left of the player.

In the "List" tab, Item references will be shown above each Item.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "activity_preview": {
                "item": {
                    "reference": {
                        "show": true
                    }
                }
            }
        }
    }
};

Values

Attribute path config.activity_edit.activity_preview.item.reference.show

Type boolean

Related articles

Was this article helpful?

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