Skip to content

Add function to obtain free text answers of a Question

Norman Ziegner requested to merge get-free-text-answers into master

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

Merge request reports