Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -raa6677fd133c5156a1f2006d7b3d59346b999feb -r2adc76b37e28820736a7a35934142d124c831392 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision aa6677fd133c5156a1f2006d7b3d59346b999feb) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 2adc76b37e28820736a7a35934142d124c831392) @@ -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"%> + +
+ + + +