Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r1d9158a8749f5bccce3347d03e0720a4a1c4ed22 -rc5dc4b12bb4c6afd884facbd62ed39dd40f067b7 --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 1d9158a8749f5bccce3347d03e0720a4a1c4ed22) +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision c5dc4b12bb4c6afd884facbd62ed39dd40f067b7) @@ -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 =================================================================== diff -u -r04a52e1aca50e3c2f985b3224b1d89a55da051a4 -rc5dc4b12bb4c6afd884facbd62ed39dd40f067b7 --- lams_tool_assessment/web/includes/css/assessment.css (.../assessment.css) (revision 04a52e1aca50e3c2f985b3224b1d89a55da051a4) +++ lams_tool_assessment/web/includes/css/assessment.css (.../assessment.css) (revision c5dc4b12bb4c6afd884facbd62ed39dd40f067b7) @@ -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; }