• Resolved deterius

    (@deterius)


    Hello!

    I’ve created a quiz, everything is fine- however the edit button is located off screen due to the length of a question, is there a way to edit it or delete it?

    Screen shot:

    View post on imgur.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thanks a lot for using Tutor LMS and informing us about the Quiz issue. We have noted this and we will fix it in our upcoming update. Hopefully, we will be able to release the update next week.

    Regards,
    Mehedi

    Hi there,

    Hope you are doing well. We have got the solution for Lesson Not Saving Issue. Please apply following CSS on the tutor-admin.css file from this location: wp-content/plugins/tutor/assets/css/

    .quiz-builder-question .question-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
    }
    .admin-bar .tutor-modal-wrap .tutor-modal-content{
        max-height: calc(90% - 32px);
        margin-top: 32px;
    }
    .admin-bar.mceContentBody .tutor-modal-wrap .tutor-modal-content{
        max-height: calc(90% - 88px);
        margin-top: 88px;
    }
    .tutor-topic-title .topic-inner-title{
    	max-width: calc(100% - 154px);
    }
    .quiz-builder-question {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        padding: 10px;
        border: 1px solid #E2E2E2;
        border-radius: 3px;
        max-width: calc(100% - 52px);
    }

    Don’t worry! You will not lose this CSS update on plugin update. Because we will apply the same update in our upcoming update. Let me know if you have any query or issue.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t edit quiz due to question length in Tutor LMS’ is closed to new replies.