I'm working on a similar problem, so this could be wrong...
I think what you need to do is, for each 'check all that apply' question create a new table with a 1-many relationship (1 child in the 'child' table, many answers in the answer table, with a unique identifier for the child as PK in...