Index: lams_central/web/authoring/template/comms.jsp
===================================================================
diff -u -r453de6ad12d35426d9f71ec3e39a41546df6159c -r022dc32b5cf44038ae98d71a6d8e0c8e19b8bcef
--- lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 453de6ad12d35426d9f71ec3e39a41546df6159c)
+++ lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 022dc32b5cf44038ae98d71a6d8e0c8e19b8bcef)
@@ -136,7 +136,7 @@
// Triggers the import window. The saving is done in a method saveQTI(formHTML, formName, callerID) which should be defined in the main template jsp file.
// CallerID can be set to define which tab has triggered the QTI import, as TBL has import on both the RAT Questions and App Ex tabs.
function importQTI(callerID, limit, type){
- var url = 'questions/questionFile.jsp?collectionChoice=true&callerID='+callerID;
+ var url = 'questions/questionFile.jsp?collectionChoice=false&callerID='+callerID;
if ( limit ) {
url = url + '&limitType='+limit;
}
@@ -451,5 +451,4 @@
$('.editable-open').editableContainer('hide', 'cancel');
return 'Can not be empty!';
}
- }
-
+ }
\ No newline at end of file