Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/editQuestionBox.jsp,v diff -u -r1.18.2.5 -r1.18.2.6 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp 14 Sep 2016 21:17:58 -0000 1.18.2.5 +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp 30 Sep 2016 01:04:22 -0000 1.18.2.6 @@ -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="saveSingleQuestion"; $("#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); @@ -176,6 +176,14 @@ <%@ include file="/authoring/candidateAnswersList.jsp"%> + +