Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r280d5dec6be0fb026eb13b77a507e454ac0219ba -r7ea9b852e5fe8dc5688f983f162064d862f147de --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 280d5dec6be0fb026eb13b77a507e454ac0219ba) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 7ea9b852e5fe8dc5688f983f162064d862f147de) @@ -19,7 +19,7 @@ } function removeQuestion(questionIndex){ - document.forms.QaAuthoringForm.questionIndex.value=questionIndex; + document.forms.authoringForm.questionIndex.value=questionIndex; submitMethod('removeQuestion'); }