Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_laqa/web/authoring/BasicContent.jsp 30 Mar 2006 22:17:20 -0000 1.10 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 2 Apr 2006 20:37:23 -0000 1.11 @@ -27,7 +27,6 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> -

@@ -52,15 +51,15 @@ @@ -89,11 +88,21 @@ - - - + + + + + + + + + + + @@ -127,6 +136,12 @@ document.QaAuthoringForm.questionIndex.value=questionIndex; submitMethod('removeQuestion'); } + + function removeMonitoringQuestion(questionIndex) + { + document.QaMonitoringForm.questionIndex.value=questionIndex; + submitMonitoringMethod('removeQuestion'); + }
: - +
: - +