I have Category table as Category(subject text) and QA tables as QA(Question text, Answer text, Lookup(Category))
I want to create a Visualforce page as :
Category1.subject
Question1 checkbox
Answer1
Question2 checkbox
Answer2
Category2.subject
Question3 checkbox
Answer3
Question4 checkbox
Answer4.