questionaires are realtively easy.. providing your questrions are yes/no, or multiple choice. after all its a simple column 1= quesstion 1 answer, column2.... and so on.
yes no is effectivley a restricted multiple choice.
you store the value of the relevant choice int he relevant column
say 0=No, 1= Yes, 3 = undecided
or -2 strongly disagree, -1 disagree, 0 neutral / dont care, 1 agree, 2 strongly agree
the problem is when you ask the users opinion in a free from text box, or your choice allows other (please expand)
however all is not lost
you can define a question type, and fromt hat decide what type of control / question layout to present to the interviewee. but that is a lot more complex than a simple questionare