Index: lams_central/web/qb/authoring/addessay.jsp =================================================================== diff -u -r6cbd849584c40532c6be292f9f009c88cde9439c -r21b12237b13026b0ff5303fd68e8bcf92d71eb73 --- lams_central/web/qb/authoring/addessay.jsp (.../addessay.jsp) (revision 6cbd849584c40532c6be292f9f009c88cde9439c) +++ lams_central/web/qb/authoring/addessay.jsp (.../addessay.jsp) (revision 21b12237b13026b0ff5303fd68e8bcf92d71eb73) @@ -47,7 +47,7 @@ submitHandler: function(form) { $("#question").val(CKEDITOR.instances.question.getData()); $("#feedback").val(CKEDITOR.instances.feedback.getData()); - $("#collection-uid-hidden").val($("#collection-uid-select option:selected").val()); + $("#new-collection-uid").val($("#collection-uid-select option:selected").val()); var options = { target: parent.jQuery('#itemArea'), @@ -121,7 +121,8 @@ - + +