Let's say the first drop-down field is called "Answer1", and you have a text field called "Result1". Use the following code as the custom calculation script for the latter:
event.value = (this.getField("Answer1").value=="Comply") ? "Correct" : "Incorrect";