# Author: Morgan Price # Date Modified: 06-May-2012 Feature: Aggregate Answers In order to complete the question answering The Questioning Hub should be able to Aggregate set of completed answers as they arrive back to the Hub, ensuring that all responses are collected (answers, rejections, errors, non-responders) and tracking the ones that have not yet returned. Scenario: Aggregate Answers Given an active question And the questioning hub has received one or more answers from end points When the Question Manager reviews the question Then the Questioning Hub displays an aggregation of the individual answers to the active question Scenario: Close Question Given an active question And there have been responses from one or more endpoints When the Question Manager determines that the question is sufficiently answered Then the Question Manager can close the question on the Question Hub.