• Resolved Keryn

    (@b-summers)


    Upon updating the plugin to the newest version (3.9.4) from the version we were running (3.9.3), I got a report from my client that it broke the Quiz Attempts functionality. I was able to replicate their issue, see below:

    URL: /wp-admin/admin.php?page=tutor_quiz_attempts
    Screenshot of where to click to replicate the error: https://snipboard.io/k0V7ND.jpg
    Screenshot of the error that follows: https://snipboard.io/R6X9Hq.jpg

    Upon rolling back the plugin to version 3.9.3 that functionality was restored and I was able to see details of the users quiz.

    Is this a known issue? Is there an ETA on a fix?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @b-summers ,

    Thanks for reporting this. We are analyzing the issue and are currently investigating it in version 3.9.4. Our team is working to reproduce the problem, and once confirmed, it will be addressed in an upcoming fix. We’ll update you as soon as we have more information.

    • This reply was modified 3 months, 2 weeks ago by Maizul.

    Hi @b-summers ,

    Please apply the following change in wp-content/plugins/tutor/views/pages/view_attempt.php on line 34. Replace the existing permission check with this:

    if ( ! current_user_can( 'manage_options' ) && ! tutor_utils()->is_instructor_of_this_course( get_current_user_id(), $course_id ) ) {
    tutor_utils()->tutor_empty_state();
    return;
    }

    The issue should be resolved in the upcoming Tutor LMS update.

    Thread Starter Keryn

    (@b-summers)

    Thanks for getting back to me Maizul, I can confirm this is fixed in Version 3.9.5 =D

    Hey @b-summers ,

    You are welcome! Glad to assist you. Please feel free to contact us again if you need any further help.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.