Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -r6ec43132d9df310eebff50fac6fca9f095757bd7 -r394f403c289f0fd7808c228840bead5c4e7d5d32 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 6ec43132d9df310eebff50fac6fca9f095757bd7) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 394f403c289f0fd7808c228840bead5c4e7d5d32) @@ -31,7 +31,7 @@ } function saveQuestion() { - $("#newQuestion").val(CKEDITOR.instances.newQuestion.getData()); + $("#description").val(CKEDITOR.instances.description.getData()); $("textarea[name^=ca],textarea[name=feedback]").each(function() { var name = $(this).attr("name"); var value = CKEDITOR.instances[name].getData(); @@ -44,7 +44,7 @@ data: { sessionMapId: '${sessionMapId}', }, - target: parent.jQuery('#resourceListArea'), + target: parent.jQuery('#itemArea'), success: function() { self.parent.refreshThickbox(); self.parent.tb_remove(); @@ -68,7 +68,7 @@ function validateSingleCorrectAnswer() { //question.blank - if (!$("#newQuestion").val()) { + if (!$("#name").val()) { var msg = ""; alert(msg); return false; @@ -146,13 +146,25 @@ + + +
+ + +
- + + + +