RPQuestionStep constructor

RPQuestionStep(String identifier)

The basic constructor which returns a Question Step with only the identifier filled out

Implementation

RPQuestionStep(String identifier) : super(identifier);