Author API Initialization
scoring
Controls whether local scoring is enabled in the Item preview. By default, this option immediately scores the Questions and shows the score to the author.
You would want to use this to disable the automatic scoring of Questions in the Item preview pane.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"scoring": false
}
}
}
};
Values
Attribute path config.item_edit.item.scoring
Default true
Type boolean