# Author: Morgan Price # Date Modified: 21-Feb-2013 Feature: Develop a Question In order to perform research, evaluate practice, or perform QI on the network A Questioner should be able to Work with the members of the network to develop a suitable question (or questions) that can be encoded and executed on the network. Scenario: Unsuitable Question Given a Questioner with an idea for a question approaches the Network Governance And that question is clearly not suitable for the network Then the Network Governance can reject the request. Scenario: Uncodable Question Given a Questioner with an idea for a question approaches the Network Governance When the question idea is considered appropriate for the network And the question is determined to be not codable Then the Network Governance will reject the question. Scenario: Codable Question Rejected Given a Questioner with a question idea And it is is approved in principle by Network Governance And the Network Question Manager and the Questioner are able to structure the question so that it is codable When Network Governance reviews the final question Then Network Governance rejects the question Scenario: Codable Question Approved Given a Questioner with a question idea And it is is approved in principle by Network Governance And the Network Question Manager and the Questioner are able to structure the question so that it is codable When Network Governance reviews the final question Then the Network Goverance approves the final question design