Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -ra432485ce7201b33ef05fb9ceedfd9355e68674f -r7b5e281a656074e861c4d76feb9c01c3c82c426b --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision a432485ce7201b33ef05fb9ceedfd9355e68674f) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 7b5e281a656074e861c4d76feb9c01c3c82c426b) @@ -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'); + }
: - +
: - +