Index: lams_tool_lamc/web/authoring/BasicContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/BasicContent.jsp,v
diff -u -r1.44 -r1.45
--- lams_tool_lamc/web/authoring/BasicContent.jsp 4 Jan 2012 14:12:17 -0000 1.44
+++ lams_tool_lamc/web/authoring/BasicContent.jsp 6 Feb 2013 15:07:54 -0000 1.45
@@ -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">
+