InjectorHolder.getInjector().inject(this);
}
public Component makeComponent(final String wicketId, final Element elt, XmlSectionModel model, boolean noAnswer) {
WebMarkupContainer container = new WebMarkupContainer(wicketId);
container.add(new AttributeRemover("type", "rgid"));
boolean delayed = isDelayFeedback(model);
String responseGroupId = elt.getAttribute("rgid");
String collectionName = elt.getAttribute("group");
List<Response> responses = getResponses(findPrompt(model, responseGroupId, collectionName));