For ResultTable you have mention Question1 to Question30 column name with datatype int so need to save question answer id in that column?
Also what the count column use is there in table as its datatype is bit.
You are not using AnswerTable from previous reply to store the answer details?
If you need to save the answers with related questionId then you need to modify the Option table structure to add the answer id also you need to save the answers as per the question id in result table so there may be change in Table structure for Option table and in answer table.