Skip to content

Hotfix answer option full ids

Erxleben, Fredo requested to merge hotfix-answer-option-full-IDs into main

The full IDs of AnswerOptions did not include the IDs of the QuestionCollection. The reason was a mismatch in the creation order of AnswerOptions and Question objects.

Fixing this revealed another bug where the call to super() during the Question's __init()__ was missing the proper parameters which caused the creation to be aborted, HasID.__del__() to be called which failed in turn.

Edited by Erxleben, Fredo

Merge request reports