Index: lams_central/web/qb/authoring/addmatchingpairs.jsp =================================================================== diff -u -r3dd671b97cfec075c59817c85c246971b46639ec -r9ebb0762842cde9a358626a248132bc7ca650f3c --- lams_central/web/qb/authoring/addmatchingpairs.jsp (.../addmatchingpairs.jsp) (revision 3dd671b97cfec075c59817c85c246971b46639ec) +++ lams_central/web/qb/authoring/addmatchingpairs.jsp (.../addmatchingpairs.jsp) (revision 9ebb0762842cde9a358626a248132bc7ca650f3c) @@ -40,7 +40,7 @@ }, submitHandler: function(form) { $("#optionList").val($("#optionForm").serialize(true)); - $("#question").val(CKEDITOR.instances.question.getData()); + $("#description").val(CKEDITOR.instances.description.getData()); $("#feedback").val(CKEDITOR.instances.feedback.getData()); $("#new-collection-uid").val($("#collection-uid-select option:selected").val()); @@ -104,7 +104,7 @@