normalization

is my data normalized?

I'm making a simple quiz database, where a question has an answer and one or more image files, and belong to a subtopic which in turn belongs to a topic. Also each group may belong to one of three levels. This is how I set up my database: QUESTION ------------------- question_id pk question varchar answer varchar subtopic_...