private function populateType3(Category $category)
 {
     $groups = $category->getGroupsClassified(Group::$PRE);
     $strategy = $this->unfoldStrategyType3(count($groups));
     return $this->populateQMatches($category, $strategy);
 }