Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp
===================================================================
diff -u -r3ec7cbf6d6a62b79ba7e4334d770721f8867e999 -r9ca39edffd0c57ba7deeb38316f5a0f7b0d8fe44
--- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 3ec7cbf6d6a62b79ba7e4334d770721f8867e999)
+++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 9ca39edffd0c57ba7deeb38316f5a0f7b0d8fe44)
@@ -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();
@@ -68,7 +68,7 @@
function validateSingleCorrectAnswer() {
//question.blank
- if (!$("#newQuestion").val()) {
+ if (!$("#name").val()) {
var msg = "";
alert(msg);
return false;
@@ -152,10 +152,21 @@
+
+
+
+
+
-
+
+
+
+