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.6 -r1.34.2.7 --- lams_tool_laqa/web/authoring/AdvancedContent.jsp 25 Oct 2016 06:30:34 -0000 1.34.2.6 +++ lams_tool_laqa/web/authoring/AdvancedContent.jsp 13 Nov 2016 21:55:02 -0000 1.34.2.7 @@ -29,15 +29,25 @@ $(".rating-criteria-tag").hide(); + $('#allowRateAnswers').click(function() { $(".rating-criteria-tag").toggle("slow"); }); + $('#reflect').click(function() { + $("#reflectionInstructions").toggle("slow"); + }); + //initial state + if (${formBean.showOtherAnswers == 0}) { $("#show-other-answers-options").hide(); } + if (${formBean.reflect == 0}) { + $("#reflectionInstructions").hide(); + } + $('#no-reedit-allowed').click(function() { if ($(this).is(':checked')) { $("#lockWhenFinished").prop('checked', true); @@ -139,7 +149,7 @@ -
+
Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.25.2.11 -r1.25.2.12 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 10 Nov 2016 12:36:34 -0000 1.25.2.11 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 13 Nov 2016 21:55:02 -0000 1.25.2.12 @@ -22,23 +22,23 @@  
- -
-
- - -
+ + +
+
+ +
- +
- +