Index: lams_tool_laqa/web/authoring/AdvancedContent.jsp =================================================================== diff -u -rdd4087c8c38ddcf2e97af7fc2dda25a8c948bcf0 -rc625cc6ab9f7ecf8b52d200e78e865d4eddb257e --- lams_tool_laqa/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision dd4087c8c38ddcf2e97af7fc2dda25a8c948bcf0) +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision c625cc6ab9f7ecf8b52d200e78e865d4eddb257e) @@ -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')); + }); });
-
-
-
+
-