Author API Initialization
limit_type
Configuration options for the "force submit" functionality.
Values
Attribute path config.activity_edit.player.time.limit_type
Type object
Properties
-
show boolean
Controls whether the "force submit" option is shown.
You would want to use this to hide the option in the assessment player settings.
Default:
truevar initializationOptions = { "config": { "activity_edit": { "player": { "time": { "limit_type": { "show": false } } } } } }; -
edit boolean
Controls whether the "force submit" option can be changed.
You would want to use this so that you can prevent authors from changing the option in the assessment player settings. The option will be shown but cannot be changed.
Default:
truevar initializationOptions = { "config": { "activity_edit": { "player": { "time": { "limit_type": { "edit": false } } } } } };