Index: lams_tool_lamc/web/authoring/BasicContent.jsp
===================================================================
diff -u -r65ed4da382b320542dcd88cb1375662dcfac8769 -ra43256ee6435f1cd14f46c235e4d507957a86a5b
--- lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 65ed4da382b320542dcd88cb1375662dcfac8769)
+++ lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision a43256ee6435f1cd14f46c235e4d507957a86a5b)
@@ -71,7 +71,7 @@
}
function importQTI(){
- window.open('questionFile.jsp?chooseAnswers=true',
+ window.open('questionFile.jsp?limitType=mc',
'QuestionFile','width=500,height=200,scrollbars=yes');
}