# Author: Morgan Price
# Date Modified: 11-May-2013

Feature: Interpret Answer
    In order to complete the question answering
    The Question Manager should be able to
    Review the aggregated answer and sufficient meta data to describe quality of response to make a meaningful interpretation of the answer.
    
Scenario: Display Response Rates
    Given an active question
    And there have been responses from one or more endpoints
    When the Question Manager reviews the question
    Then the Questioning Hub will display a response rate
    And the Questioning Hub will display a rejection rate
    
Scenario: Export Answer 
    Given an active question with sufficient responses
    When the Question Manager is ready export the answers 
    Then the Question Manager can export the answers from the Hub to a CSV file.