Index: lams_tool_laqa/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/AdvancedContent.jsp,v diff -u -r1.35 -r1.36 --- lams_tool_laqa/web/authoring/AdvancedContent.jsp 21 May 2015 23:43:12 -0000 1.35 +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp 20 Jun 2015 20:48:46 -0000 1.36 @@ -34,14 +34,20 @@ $('#allow-rate-answers').click(function() { $("#criterias-holder").toggle("slow"); }); + + $('#no-reedit-allowed').click(function() { + if ($(this).is(':checked')) { + $("#lockWhenFinished").prop('checked', true); + } + $("#lockWhenFinished").prop("disabled", $(this).is(':checked')); + }); });
-
-
-
+
-