RPQuestionStep constructor
The basic constructor which returns a Question Step with only the identifier filled out
Implementation
RPQuestionStep(String identifier) : super(identifier);
The basic constructor which returns a Question Step with only the identifier filled out
RPQuestionStep(String identifier) : super(identifier);