13 #ifndef mitkTextQuestion_h
14 #define mitkTextQuestion_h
34 std::string m_Response;
void ClearResponses() override
Clear the/all response(s).
bool IsComplete() const override
Check if a question is considered to be answered completely.
void SetResponse(const std::string &response)
std::vector< std::string > GetResponsesAsStrings() const override
Return the question's response(s) as strings.
std::string GetResponse() const