I've been tasked with developing a custom quiz module that functions exactly like the core quiz module but with some UI modifications. The issue is that our users still need to use the core quiz module as well.
Is there a way to create a new activity that inherits all of the quiz module?
Or alternatively, is there a way to conditionally override the quiz renderer based on a custom quiz setting that can be changed in the core quiz settings?
Thanks ahead of time.