- Introduced `tests/symfony-container.php` for bootstrapping Symfony.
- Updated `rector.php` with new container PHP path and kernel modifications.
- Registered Symfony routes provider service in Rector.
This commit introduces the ability to clear quiz results and delete quizzes directly from the backoffice. It includes new routes, controllers, modals for user confirmation, and updates to translations. The `QuizRepository` now supports dedicated methods for clearing results and deleting quizzes along with error handling. Related database migrations and front-end adjustments are also included.