Author Aide API Initialization
enable
Controls whether the Essay with Feedback Aide rubric option appears in the Question type dropdown.
Important This option only takes effect if your Learnosity account has a Feedback Aide license. Otherwise, the Essay with Feedback Aide rubric option is not available, even whenenable is set to true.
Examples
const initializationOptions = {
"config": {
"essay_with_rubric": {
"enable": false
}
}
};
Values
Attribute path config.essay_with_rubric.enable
Default false
Type boolean