Hi, haven't applied the patch yet but the issue is activated by adding more than one question of the same type in the one quiz. Have tried all combinations of question type and its the same for all. Ive reordered the questions but as soon as the second instance of the question type is loaded the error 'Fatal error: Nesting level too deep - recursive dependency? in /code/web/modules/quiz/src/Entity/QuizResultAnswer.php on line 146'. Will try patch and see what happens.
- ๐บ๐ธUnited States Chris Dart
Chris Dart โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States socketwench
For those falling on this issue from a web search, the #6 patch neglects the ::getPrevious() method which is subject to the same error. The attached patch fixes it for 6.0.0-alpha7.
Neither patch is necessary when using the dev version.