# Author: Morgan Price # Date Modified: 11-May-2013 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: Track Responses Given an active question And the questioning hub has received one or more answers from end points When the Network Question Manager reviews the question Then the Questioning Hub displays a tracking of the number of End Points that have responded and not responded. 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. And the Question Hub completes the query / query set and tracks the answer and a set of metadata including number of End Points that responded, number of End Points used to answer the question, and number of End Points that did not respond.