Index: lams_tool_lamc/web/authoring/BasicContent.jsp
===================================================================
diff -u -r877e20f893a1e5accb8a70a37b20ea2bea102349 -r65ed4da382b320542dcd88cb1375662dcfac8769
--- lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 877e20f893a1e5accb8a70a37b20ea2bea102349)
+++ lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 65ed4da382b320542dcd88cb1375662dcfac8769)
@@ -69,6 +69,16 @@
var messageAreaFrame = document.getElementById("messageArea");
messageAreaFrame.style.height=messageAreaFrame.contentWindow.document.body.scrollHeight+'px';
}
+
+ function importQTI(){
+ window.open('questionFile.jsp?chooseAnswers=true',
+ 'QuestionFile','width=500,height=200,scrollbars=yes');
+ }
+
+ function saveQTI(queryString) {
+ window.location.href = '&'
+ + queryString;
+ }
@@ -113,6 +123,8 @@
href="javascript:showMessage('');"
class="button-add-item">
+