Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== diff -u -raa6677fd133c5156a1f2006d7b3d59346b999feb -r55521a0ca1898651764f368193750b105a9a4d9c --- lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision aa6677fd133c5156a1f2006d7b3d59346b999feb) +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 55521a0ca1898651764f368193750b105a9a4d9c) @@ -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 @@
- + +
+ +