• Resolved cercamar

    (@cercamar)


    I cannot add questions to a lesson.
    I do not see the options on questions at the end of the lessons and Fields are not loaded when adding lessons with the classic editor. With Gutemberg I can create them.
    What can i do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The 3.9 release moved the quiz functionality to blocks. This explains why you are not seeing the legacy meta boxes. You can get them back by installing the Code Snippets plugin and adding the following snippet:

    add_filter( 'sensei_quiz_enable_block_based_editor', '__return_false' );

    Please be aware that we don’t support the Classic Editor plugin, and it’s possible that the Quiz Settings and Quiz Questions meta boxes may be removed altogether at some point in favor of the Quiz block.

    Los cuestionarios de las lecciones publicadas de mi curso no aparecen y tampoco puedo realizar preguntas, porque desaparecieron las cajas donde hacerlo. Mi versión de wordpress es 5.7 y del sensei lms 3.9.0.
    ?Qué hago? Gracias

    Thread Starter cercamar

    (@cercamar)

    Thanks @donnapep
    I am taking a course and it is a bit outdated. I have already found the solution as you have indicated. Thanks a lot.

    @cercamar In 3.9.1, we’ve added the quiz meta boxes back if you’re using the Classic Editor plugin. So after you update to 3.9.1 you can get rid of the workaround and the Code Snippets plugin.

    Muchas gracias, actualicé el sensei y se solucionó.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can’t add questions to a lesson’ is closed to new replies.