I am trying to build custom activities to house common tasks in a reusable form. Im my experiment to determine how these things work I built a login activity that has a number of activities, three of which are QuestionAnswer Activities. All of the QAs have the error "The QuestionAnswer Activity 'XXXXX' must either be a child activity of a SpeechSequenceAvtivity or else it must itself have no Parent Activity".
Two of the QAs are in Sequence Activities and one is in an ifElseBranchActivity within the Custom Activity.
Does anyone know what I have done that causes this?