Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/newQuestionBox.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp 2 Oct 2006 04:42:18 -0000 1.2 +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp 3 Oct 2006 21:53:56 -0000 1.3 @@ -37,21 +37,19 @@ document.McAuthoringForm.submit(); } - function submitModifyAuthoringCandidate(questionIndexValue, candidateIndexValue, actionMethod) + + function submitModifyAddedAuthoringCandidate(candidateIndexValue, actionMethod) { document.McAuthoringForm.candidateIndex.value=candidateIndexValue; - document.McAuthoringForm.questionIndex.value=questionIndexValue; submitMethod(actionMethod); } - function removeCandidate(questionIndexValue, candidateIndexValue) + function removeAddedCandidate(candidateIndexValue) { document.McAuthoringForm.candidateIndex.value=candidateIndexValue; - document.McAuthoringForm.questionIndex.value=questionIndexValue; - submitMethod("removeCandidate"); + submitMethod("removeAddedCandidate"); } - @@ -69,6 +67,7 @@ + @@ -88,6 +87,22 @@ + <%@ include file="/authoring/candidateAnswersAddList.jsp"%> + + + + + + + + + + + + + + +