RPQuestionStep.withAnswerFormat constructor
Returns a Question Step populated with title (text of the question) and answer format on which the actual layout depends
Implementation
RPQuestionStep.withAnswerFormat(String identifier, String title, this._answerFormat)
: super.withTitle(identifier, title);