Boolean Operators

Write a page with at least two text boxes in which the client answers questions, a button for the user to click when done, and three check boxes, corresponding to two, one, and zero correct answers. The onclick function for the button should place a check in the appropriate box, telling whether both answers were correct, just one was correct, or none were correct. Use boolean operators to determine which situation holds.