Index: lams_central/web/includes/javascript/authoring/authoringActivity.js
===================================================================
diff -u -ra53cd68fb91cc236349605e96a15c5b2c3c31ecc -r152642ba22a463e187e33abefc6b82258e249cf8
--- lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision a53cd68fb91cc236349605e96a15c5b2c3c31ecc)
+++ lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 152642ba22a463e187e33abefc6b82258e249cf8)
@@ -1422,7 +1422,7 @@
'draggable' : true,
'resizable' : true,
// only Peer Review pop up starts maximized as it contains wide rubrics ratings
- 'startMaximized' : activity.authorURL.contains('laprev11'),
+ 'startMaximized' : activity.authorURL.includes('laprev11'),
'title' : activity.title + ' ' + LABELS.ACTIVITY_DIALOG_TITLE_SUFFIX,
'beforeClose' : function(event){
// ask the user if he really wants to exit before saving his work
Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r0c2e20bdef5ea03a9b23625f92f4717500c4f0b7 -r152642ba22a463e187e33abefc6b82258e249cf8
--- lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0c2e20bdef5ea03a9b23625f92f4717500c4f0b7)
+++ lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 152642ba22a463e187e33abefc6b82258e249cf8)
@@ -96,6 +96,11 @@
label.rating.learner.hedge.assign.marks = Assign marks to answers. Max possible mark: 10
label.rating.learner.justify = Please, justify your mark allocation.
label.rating.max.hedge = Total hedge mark
+label.rating.rubrics.column.headers = Column headers
+label.rating.rubrics.column.content = Column content
+label.rating.rubrics.column.add = Add column
+label.rating.rubrics.row.headers = Row headers
+label.rating.rubrics.row.add = Add row
error.rating.hedge.total.add.up = Marks for criteria {0} must add up to {1}
error.rating.rank.all = You must rank all the learners for criteria {0}
label.justify.hedging.marks = Justify your mark allocation.
Index: lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r0c2e20bdef5ea03a9b23625f92f4717500c4f0b7 -r152642ba22a463e187e33abefc6b82258e249cf8
--- lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 0c2e20bdef5ea03a9b23625f92f4717500c4f0b7)
+++ lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 152642ba22a463e187e33abefc6b82258e249cf8)
@@ -104,15 +104,53 @@
-
-
-
+
+