Viewing 5 replies - 1 through 5 (of 5 total)
  • hienphan

    (@hienphan)

    Hi,

    Please check problem with server or memory limits because number courses, lessons or quizzes or questions are not limit when use LP.

    Regards,

    Hien Phan.

    Thread Starter joeyblack

    (@joeyblack)

    Hien Phan,

    Thank you so much for the reply.

    I didn’t say it has limit. I just said it doesn’t work. I have a guess that it is because of memory issue.

    Let me just give you an example. The page on my site which showed the list of quizzes has broken after upgrading to 2.1.4.2 version.

    Someone has added these lines to get_courses() function:

    if ( $data['rows'] ) {
        $course_ids = array_keys( $data['rows'] );
        learn_press_setup_user_course_data( $this->id, $course_ids );
        learn_press_get_user_courses_info( $this->id, $course_ids );
    }

    I don’t know if there is really need in preparing all deep information in this case, but it turned my page to a blank screen.

    Hopefully, I succeeded to recover it by increasing memory limit. But I don’t consider this to be a good solution.

    Unfortunately, I haven’t discovered what is the reason that my quiz doesn’t work.

    Please, do not close this topic. Maybe, I’ll have a chance to inform you about this in the future.

    Thanks.

    Hi,

    Please try to update version 2.1.5.5 then let us know if still have any problem.

    Regards,

    Hien Phan.

    Thread Starter joeyblack

    (@joeyblack)

    Hien Phan,

    Thank you. Yes, it was difficult, but I had to downgrade the plugin to 2.0.4 in order it to work again.

    By the way, if it’s important, I can confirm that this was not because of many questions in one course, but because of many questions in one quiz.

    As soon as I have a chance to try the new version, I’ll let you know.

    Thread Starter joeyblack

    (@joeyblack)

    Hien Phan,

    As expected the new version (2.1.5.5) just made the things worse.

    Here are 2 screenshots for comparison.

    Before (2.0.4)
    https://www.screencast.com/t/Jdu0uzYgu

    After (2.1.5.5)
    https://www.screencast.com/t/xCgjvoMX5

    And I’m going to create a new more detailed issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quiz doesn’t work when too many questions in one course’ is closed to new replies.