I could be wrong here but I am pretty sure that the Reset Form is for use with forms and form objects from the Forms Toolbar, NOT questions. If you want to reset questions, you have to have an action that empties out the question variable using a Modify action for each question variable. On: Click; Action: Modify variable; Target: your question variable; Value: leave blank.This works for on all questions except drag and drop. And you have to refresh the page either by leaving the page and coming back or by using a javascript reload command. So if you are resetting at the beginning of the page that will work - just tested it.