Author API Initialization
edit
Controls whether the "show distractor rationale per response" 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 displayed but cannot be changed.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"player": {
"playback": {
"distractor_rationale_response_level": {
"edit": false
}
}
}
}
}
};
Values
Attribute path config.activity_edit.player.playback.distractor_rationale_response_level.edit
Type boolean