Index: lams_tool_laqa/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/AdvancedContent.jsp,v diff -u -r1.34.2.5 -r1.34.2.6 --- lams_tool_laqa/web/authoring/AdvancedContent.jsp 4 Jul 2016 06:22:49 -0000 1.34.2.5 +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp 25 Oct 2016 06:30:34 -0000 1.34.2.6 @@ -27,15 +27,17 @@ } }); + $(".rating-criteria-tag").hide(); + + $('#allowRateAnswers').click(function() { + $(".rating-criteria-tag").toggle("slow"); + }); + //initial state if (${formBean.showOtherAnswers == 0}) { $("#show-other-answers-options").hide(); } - $('#allow-rate-answers').click(function() { - $(".rating-criteria-tag").toggle("slow"); - }); - $('#no-reedit-allowed').click(function() { if ($(this).is(':checked')) { $("#lockWhenFinished").prop('checked', true); @@ -47,6 +49,8 @@ $('#reflect').prop('checked', !isEmpty($(this).val())); }); }); + +