Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== diff -u -r7ae4a0ef94c0ee40dbe85263bd7ea102559b0918 -raa3eef2f8bc90640f43a1a493154ba94c3e02c00 --- lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision 7ae4a0ef94c0ee40dbe85263bd7ea102559b0918) +++ lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision aa3eef2f8bc90640f43a1a493154ba94c3e02c00) @@ -150,7 +150,7 @@ size="50" maxlength="255"> - @@ -215,6 +215,7 @@ function removeQuestion(questionIndex) { document.forms[0].questionIndex.value=questionIndex; + alert(questionIndex); document.forms[0].submit(); }