Index: lams_tool_lamc/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/BasicContent.jsp,v diff -u -r1.45 -r1.46 --- lams_tool_lamc/web/authoring/BasicContent.jsp 6 Feb 2013 15:07:54 -0000 1.45 +++ lams_tool_lamc/web/authoring/BasicContent.jsp 12 Feb 2013 16:42:50 -0000 1.46 @@ -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'); }