%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % SUBMIT FIELD BUTTON: COMPARES TEXT_FIELD (USER) ANSWERS WITH % ANSWER_TEXT_FIELD (CORRECT) ANSWERS AND % IF MATCH, GOES TO CORRECT RESPONSE PAGE; % OTHERWISE, GOES TO INCORRECT RESPONSE PAGE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 90 30 %%EndProlog [ /T (Field_Submit_Button) /Rect [0 0 90 30] /Subtype /Widget /F 4 /FT /Btn /Ff 65540 /H /P /AP << /N {Submit_Up} /D {Submit_Down} >> /Action << /Subtype /JavaScript /JS( var isRight = true; var undefined; function adjustIsRight\(inAnswerName, inCorrectName\) { var theAnswerField = this.getField\(inAnswerName\); var theCorrectField = this.getField\(inCorrectName\); if \( theAnswerField != undefined \) { if \( theAnswerField.value != theCorrectField.value \) { isRight = false; } } } for \(theCount = 1; theCount < 6; theCount++\) { if \( "pageonefield"+theCount != undefined \) adjustIsRight\("pageonefield"+theCount, "fieldanswer"+theCount\); } if \(isRight==true\) { this.pageNum = 1; } else { this.pageNum = 2; } ) >> /ANN pdfmark %%EOF