Index: lams_tool_scratchie/web/pages/authoring/basic.jsp =================================================================== diff -u -radd24141d43ff78942c251760e1614925db89464 -r00ebac2dfa44150cc653d6ba9eaf2e391d53fdd5 --- lams_tool_scratchie/web/pages/authoring/basic.jsp (.../basic.jsp) (revision add24141d43ff78942c251760e1614925db89464) +++ lams_tool_scratchie/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 00ebac2dfa44150cc653d6ba9eaf2e391d53fdd5) @@ -82,8 +82,8 @@ tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox } - function importQTI(){ - window.open('questions/questionFile.jsp?limitType=mc&collectionChoice=true', + function importQTI(type){ + window.open('questions/questionFile.jsp?limitType=mc&collectionChoice=true&importType='+type, 'QuestionFile','width=500,height=370,scrollbars=yes'); } @@ -144,7 +144,19 @@ + + +