Index: lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp (.../addmatchingpairs.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/addmatchingpairs.jsp (.../addmatchingpairs.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -98,7 +98,7 @@
-
+
<%@ include file="/common/messages.jsp"%>
Index: lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp (.../addmultiplechoice.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/addmultiplechoice.jsp (.../addmultiplechoice.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -42,6 +42,9 @@
},
hasAnswerFilled: {
required: function(element) {
+ $("[name^=optionAnswer]").each(function() {
+ this.value = FCKeditorAPI.GetInstance(this.name).GetXHTML();
+ });
return $("input[name^=optionAnswer]:filled").length < 1;
}
},
@@ -83,7 +86,7 @@
},
debug: true,
submitHandler: function(form) {
- $("[name^=optionFeedback]").each(function() {
+ $("[name^=optionAnswer]").each(function() {
this.value = FCKeditorAPI.GetInstance(this.name).GetXHTML();
});
$("#optionList").val($("#optionForm").serialize(true));
Index: lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp (.../addshortanswer.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/addshortanswer.jsp (.../addshortanswer.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -42,6 +42,9 @@
},
hasAnswerFilled: {
required: function(element) {
+ $("[name^=optionAnswer]").each(function() {
+ this.value = FCKeditorAPI.GetInstance(this.name).GetXHTML();
+ });
return $("input[name^=optionAnswer]:filled").length < 1;
}
},
@@ -83,7 +86,7 @@
},
debug: true,
submitHandler: function(form) {
- $("[name^=optionFeedback]").each(function() {
+ $("[name^=optionAnswer]").each(function() {
this.value = FCKeditorAPI.GetInstance(this.name).GetXHTML();
});
$("#optionList").val($("#optionForm").serialize(true));
Index: lams_tool_assessment/web/pages/authoring/parts/matchingpair.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/matchingpair.jsp (.../matchingpair.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/matchingpair.jsp (.../matchingpair.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -1,26 +1,31 @@
\ No newline at end of file
Fisheye: Tag 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523 refers to a dead (removed) revision in file `lams_tool_assessment/web/pages/authoring/parts/matchingpairslist.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_assessment/web/pages/authoring/parts/numerical.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/numerical.jsp (.../numerical.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/numerical.jsp (.../numerical.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -1,36 +1,37 @@
-
+
+
+ ${status.index+1}
-
-
+
-
+
-
+
-
+
-
+
100 %
90 %
@@ -77,14 +78,16 @@
-
+
-
+
+
+
+ contentFolderID="${contentFolderID}" width="622">
Index: lams_tool_assessment/web/pages/authoring/parts/option.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/option.jsp (.../option.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/option.jsp (.../option.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -1,79 +1,83 @@
Index: lams_tool_assessment/web/pages/authoring/parts/optionlist.jsp
===================================================================
diff -u -r988d9fce322beaf579b828d5694f2260bbc17b51 -r596580465b9d0c2c7c50f9a1c42ca4ce6a91b523
--- lams_tool_assessment/web/pages/authoring/parts/optionlist.jsp (.../optionlist.jsp) (revision 988d9fce322beaf579b828d5694f2260bbc17b51)
+++ lams_tool_assessment/web/pages/authoring/parts/optionlist.jsp (.../optionlist.jsp) (revision 596580465b9d0c2c7c50f9a1c42ca4ce6a91b523)
@@ -5,11 +5,8 @@
-
-
- ${status.index+1}
-
-
+
+
<%@ include file="option.jsp"%>
@@ -23,7 +20,7 @@
-
+
"
@@ -48,7 +45,7 @@
-
+
"
onclick="removeOption(${status.index})" />