Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rec21ca839bfcba1bb6d6b45276c39a0cc3cb2f3d -r39e51c99b24d58f15ce107380e3644d214883188 --- lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision ec21ca839bfcba1bb6d6b45276c39a0cc3cb2f3d) +++ lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 39e51c99b24d58f15ce107380e3644d214883188) @@ -102,6 +102,7 @@ label.rating.rubrics.row.headers = Row headers label.rating.rubrics.row.add = Add row label.rating.rubrics.error.rate = Error while saving your answer. +label.rating.rubrics.expand.all = Expand all 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/pages/learning/rubrics.jsp =================================================================== diff -u -r368e89de24de1175cd9fa7cb6298d66f92948059 -r39e51c99b24d58f15ce107380e3644d214883188 --- lams_tool_preview/web/pages/learning/rubrics.jsp (.../rubrics.jsp) (revision 368e89de24de1175cd9fa7cb6298d66f92948059) +++ lams_tool_preview/web/pages/learning/rubrics.jsp (.../rubrics.jsp) (revision 39e51c99b24d58f15ce107380e3644d214883188) @@ -19,6 +19,10 @@ .rubrics-table td:not(:first-child) { cursor: pointer; } + + .expand-all-button { + margin-bottom: 10px; + } + function expandAllRubricsUserPanels(){ + $('.collapse').collapse('show'); + } + +