Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/newQuestionBox.jsp,v diff -u -r1.18.2.6 -r1.18.2.7 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp 14 Sep 2016 21:17:58 -0000 1.18.2.6 +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp 28 Sep 2016 08:24:32 -0000 1.18.2.7 @@ -12,7 +12,7 @@ function submitMethod(actionMethod) { document.McAuthoringForm.dispatch.value=actionMethod; - $("textarea[name^=ca]").each(function() { + $("textarea[name^=ca],textarea[name=feedback]").each(function() { var name = $(this).attr("name"); var value = CKEDITOR.instances[name].getData(); $(this).val(value); @@ -28,7 +28,7 @@ function addItem() { document.McAuthoringForm.dispatch.value="addSingleQuestion"; $("#newQuestion").val(CKEDITOR.instances.newQuestion.getData()); - $("textarea[name^=ca]").each(function() { + $("textarea[name^=ca],textarea[name=feedback]").each(function() { var name = $(this).attr("name"); var value = CKEDITOR.instances[name].getData(); $(this).val(value); @@ -194,9 +194,14 @@
- + +
+ +