Skip to content

Fix example script 01 - accessing data - and use ANONYMOUS_QUESTION_ID where necessary

Replace Question IDs by _ (underscore) to use ANONYMOUS_QUESTION_ID

  • In some situations the CSV data header contains full IDs consisting of QuestionCollection ID but no additional Question ID. In these cases the framework marks these IDs with an underscore character as a placeholder for Question IDs.

Merge request reports