Add function to obtain free text answers of a Question
As survey analyst I want to get all free text answers of a question to evaluate them.
This merge request adds two new functions to the util
module. The first returns the sub-question of a QuestionCollection that asks for free text answers ('other'). The second one returns the actual free text answers given by the participants.
Related to #9 (closed).
Edited by Norman Ziegner