From 50fe800eafb5101b247e1fd7510e7863abf6081f Mon Sep 17 00:00:00 2001 From: Adrian Logan Date: Fri, 3 Aug 2018 11:08:27 -0400 Subject: [PATCH] Add class for assessment-criterion-cell and action for select-criterion-cell --- d2l-hm-constants-behavior.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/d2l-hm-constants-behavior.html b/d2l-hm-constants-behavior.html index b0d1373..40dbb12 100644 --- a/d2l-hm-constants-behavior.html +++ b/d2l-hm-constants-behavior.html @@ -215,6 +215,7 @@ }, rubrics: { analytic: 'analytic', + assessmentCriterionCell: 'assessment-criterion-cell', criterion: 'criterion', criterionCell: 'criterion-cell', criterionCellSelector: 'criterion-cell-selector', @@ -289,6 +290,9 @@ subscribeToParentNotifications: 'subscribe-to-parent-notifications', skipSubscribeToParentNotifications: 'skip-subscribe-to-parent-notifications', unsubscribeToParentNotifications: 'unsubscribe-to-parent-notifications' + }, + rubrics: { + selectCriterionCell: 'select-criterion-cell' } } }