Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -rc1bde51a17e35ed781d2bb7f4123b2012f30f5a3 -r5cc2f28c0fd508cf034496ad94d4892c373431f1 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision c1bde51a17e35ed781d2bb7f4123b2012f30f5a3) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 5cc2f28c0fd508cf034496ad94d4892c373431f1) @@ -54,13 +54,13 @@ } function submitModifyCandidate(candidateIndexValue, actionMethod) { - document.forms.McAuthoringForm.candidateIndex.value=candidateIndexValue; - submitForm(actionMethod); + document.forms.mcAuthoringForm.candidateIndex.value=candidateIndexValue; + submitMethod(actionMethod); } function removeCandidate(candidateIndexValue) { if (validateMinumumCandidateCount()) { - document.forms.McAuthoringForm.candidateIndex.value=candidateIndexValue; + document.forms.mcAuthoringForm.candidateIndex.value=candidateIndexValue; submitMethod("removeCandidate"); } } @@ -75,7 +75,7 @@ } var singleCorrectEntry = 0; - var radioCorrect=document.forms.McAuthoringForm.correct; + var radioCorrect=document.forms.mcAuthoringForm.correct; if ((radioCorrect == 'null') || (radioCorrect == 'undefined')) { var msg = ""; alert(msg); @@ -124,7 +124,7 @@ } function validateMinumumCandidateCount() { - var radioCorrect=document.forms.McAuthoringForm.correct; + var radioCorrect=document.forms.mcAuthoringForm.correct; if ((radioCorrect == 'undefined') || (radioCorrect == null)) { var msg = ""; alert(msg); @@ -164,7 +164,7 @@
-