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.1 -r1.34.2.2 --- lams_tool_laqa/web/authoring/AdvancedContent.jsp 15 Jun 2015 22:24:55 -0000 1.34.2.1 +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp 3 Jul 2015 17:01:11 -0000 1.34.2.2 @@ -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')); + }); });
-
-
-
+
-