# Author: Morgan Price # Date Modified: 10-July-2012 Feature: Answer a Question In order to create an answer an authorized question (from the hub) The End Point should be able to Compile an answer for the clinic based on data replicated from the EMR. Scenario: Answer Successfully Given A valid question that was submitted to the End Point And it has been accepted by the Practitioner When the End Point is ready to answer the question Then the End Point performs the queries And prepares the answer for submission to the questioning hub. # Need to revise this scenario with the correct variables and data once we select a test set. Examples: Question | Site | Numerator | Denominator | | A | 70 | 300 | | B | 40 | 200 | | C | 202 | 500 | Scenario: Fail to Answer Given A valid question that was submitted to the End Point And it has been accepted by the Practitioner When the End Point is unable to answer the question Then the End Point reports a meaningful error to the Practitioner