Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/conf/language/lams/ApplicationResources.properties,v diff -u -r1.34.2.11 -r1.34.2.12 --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties 8 Dec 2016 06:23:42 -0000 1.34.2.11 +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties 9 Dec 2016 07:30:17 -0000 1.34.2.12 @@ -278,7 +278,8 @@ label.option.correct =Correct? label.assign.hedging.mark =Assign marks to answers. Max possible mark: {0} label.learning.submit =Submit -warn.mark.hedging.wrong.total =In order to continue, all mark hedging questions should have all available marks assigned and justification of mark allocation is mandatory. +warn.mark.hedging.wrong.total =In order to continue, all mark hedging questions should have all available marks assigned. +warn.mark.hedging.wrong.justification =In order to continue,justification of mark allocation is mandatory. label.incorrect.answer.nullifies.mark =Assigns full mark only when the correct answers are selected. label.export.summary =Summary label.justify.hedging.marks =Please, justify your mark allocation. Index: lams_tool_assessment/web/includes/css/assessment.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/includes/css/assessment.css,v diff -u -r1.7.2.6 -r1.7.2.7 --- lams_tool_assessment/web/includes/css/assessment.css 18 Nov 2016 11:33:20 -0000 1.7.2.6 +++ lams_tool_assessment/web/includes/css/assessment.css 9 Dec 2016 07:31:57 -0000 1.7.2.7 @@ -132,7 +132,7 @@ color: red; } -#warning-answers-required, #warning-words-limit, #warning-mark-hedging-wrong-total, .initially-hidden { +#warning-answers-required, #warning-words-limit, #warning-mark-hedging-wrong-total,#warning-mark-hedging-wrong-justification{ display: none; }