Skip to content

Resolve "Invalid answers are removed multiple times which results in key errors"

Hueser, Christian requested to merge 147-fix-removing-answers-multiple-times into main

Skip removing of answers if ID is not existing

  • Method remove_answers of class Question need to skip deletion of answers if the participant ID is not (anymore) existing in dictionary of answers given.

Closes #147 (closed)

Merge request reports