I am writing a web app for tracking daily activities. The concept is very simple, you add questions and then answer them daily. When you are defining your questions, you can add different types of question, one of them being multiple choice (where you can have more than one answer).
In the following example, the user is defining a question where the valid answers are (morning, evening, night). The feature I am implementing will let users define goals for the question.
I am trying to avoid having a complex form, but the followin is the only way I could come up that would enable the user to configure different goals for the question. Since there are multiple valid answers (the user can anser [morning,evening] or just [evening], it seems that I will have to manage a dynamic list for the goals.
Is this the best choice?

download bmml source – Wireframes created with Balsamiq Mockups
