Hey @vladav ,
If you’re unable to delete quiz attempts through the Quiz Attempts tab in the Tutor LMS dashboard, you can manually remove them from the database.
To do so:
- Log in to your hosting control panel (e.g., cPanel) or access your database using phpMyAdmin.
- Locate your WordPress database and open the table named:
wp_tutor_quiz_attempts
- Find the relevant attempt entries you want to remove and delete them manually.
- Optionally, you may also want to check the
wp_tutor_quiz_attempt_answers table to clean up associated answers.
⚠️ Important: Before making any changes directly in the database, please make sure to back up your site and database to avoid accidental data loss.
Thank you.