Author Aide API Initialization
eassy_with_rubric
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Customer Success Manager.
Specifies whether the Essay with Feedback Aide rubric option is available in the Question type dropdown.
You would want to use this to control whether authors can select the Essay with Feedback Aide rubric option when generating a Question.
Examples
const initializationOptions = {
"config": {
"essay_with_rubric": {
"enable": false
}
}
};
Values
Attribute path config.eassy_with_rubric
Type object
Properties
-
enable boolean
Controls whether the Essay with Feedback Aide rubric option appears in the Question type dropdown.