Okay
  Public Ticket #3638800
Creating a quiz in the course.
Closed

Comments

  •  1
    kezalkoatlj started the conversation

    Hello,

    We encountered an issue in the mobile version when creating a 'Simple' or 'Live Contest' quiz in the course. When creating a task, it's necessary to select the question type (single choice, multiple choice, etc.). However, when we try to select the type, it resets all settings, icons and the text field extends beyond the screen boundaries.

    Attached files:  IMG_5697 (1).MP4

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:500px){
    .field_value {
        max-width: 100% !important;
    }
    }
  •  1
    kezalkoatlj replied

    Thank you, that resolved the issue with the fields. However, the problem with the tooltips persists; they are displayed behind the icon. How can we fix this?

    Attached files:  IMG_5705.MP4

  • [deleted] replied
    .field_quiz_questions .unitquestions .question_type_wrapper .question_type span+span{
        z-index:999999999 !important;
    }

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :