Index: samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/AuthorImportExport.properties =================================================================== --- samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/AuthorImportExport.properties (revision 4358) +++ samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/AuthorImportExport.properties (working copy) @@ -4,7 +4,7 @@ export_action=Download #export_action=Export #export_instructions=Choose Version for an IMS QTI-compliant XML file -export_instructions=Choose Download to generate an IMS QTI-compliant XML file to download to your computer. Choose File on the browser menu and save page. +export_instructions=Pressing Download will download an IMS QTI-compliant XML file to your computer. choose_type_1=Choose the type of export you would like to do, choose_type_2=or choose_type_3=, and click Export. For QTI, an XML file will appear in a new window. Choose File > Save... in your browser to save this file to your desktop. Index: samigo-app/src/webapp/jsf/qti/xmlDisplay.jsp =================================================================== --- samigo-app/src/webapp/jsf/qti/xmlDisplay.jsp (revision 4358) +++ samigo-app/src/webapp/jsf/qti/xmlDisplay.jsp (working copy) @@ -4,6 +4,7 @@ <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <% response.setHeader("Cache-Control", "private"); %> <% response.setHeader("Pragma", "cache"); %> +<% response.setHeader("Content-Disposition", "attachment; filename=exported-assessment.xml"); %> <%-- ***********************************************************************************