Index: lams_tool_laqa/web/authoring/AdvancedContent.jsp =================================================================== diff -u -r55645d4b796f36715b66a70fce66406a986ee647 -r229b32d50e848e3b5377fdbc8ac8af6d60c1e79b --- lams_tool_laqa/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 55645d4b796f36715b66a70fce66406a986ee647) +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 229b32d50e848e3b5377fdbc8ac8af6d60c1e79b) @@ -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')); + }); });
-
-
-
+
-