Initialization Option Items API

show_acknowledgements

Specifies whether to show any acknowledgement of assets owned by other organizations which were used in the assessment, for copyright purposes.

You would want to specify this option so that you can satisfy the copyright requirements on content used from other sources.

The acknowledgement content from all Questions used in the assessment will be shown in the outro Item.

Examples

var initializationOptions = {
    "config": {
        "navigation": {
            "show_acknowledgements": true
        }
    }
};

Values

Request object key config.navigation.show_acknowledgements

Default: false

Type boolean

Was this article helpful?