I am currently trying to email the test results to various people, but have run into an issue. The issue has to do with the Fill in the Blank style test questions. Since users make typos on occasion the test is set up with multiple correct answers based on various spellings, quotation, etc.The problem arises when I am comparing the answer submitted by the user to the correct answer. It appears to be only comparing the answer to the first correct answer in the list. I do not know how to get all of the possible correct answers so I loop through them to see if there is a match. Request.Form("CorrectAnswer" & i) only gives the first correct answer in the list.Is there any way to get all possible correct answers in an asp script?Thanks for the assistance!!