Commit a34430ca by gradyward

A potential solution to the multiple option addition

parent 49d9213f
...@@ -141,11 +141,12 @@ OpenAssessment.EditRubricView.prototype = { ...@@ -141,11 +141,12 @@ OpenAssessment.EditRubricView.prototype = {
criterionIndex (int): The index of the criterion to which criterionIndex (int): The index of the criterion to which
the option will be added (starts from 0). the option will be added (starts from 0).
**/
addOption: function(criterionIndex) { addOption: function(criterionIndex) {
var criterionItem = this.getCriterionItem(criterionIndex); var criterionItem = this.getCriterionItem(criterionIndex);
criterionItem.optionContainer.add(); criterionItem.optionContainer.add();
}, },
**/
/** /**
Remove an option from the rubric. Remove an option from the rubric.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment