Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #787224

    Using Learndash LMS, the quiz question type “fill in the blanks” is showing incorrectly.
    Instead of displaying like this:
    text text text text [FILL IN THE BLANK] text text text
    it does this:
    text text text text
    [FILL IN THE BLANK]
    text text text

    The variable for “fill in the blank” is in curly brackets with the correct answer between the brackets, e.g.
    “text text text text {play} text text text”.
    This should display as
    “text text text text ____________ text text text” with the underline being where the word can be entered.

    This problem does not occur with other themes, only Enfold. Any ideas how to solve this?

    #787579

    Hey lernerleben,

    Could you post a link to the site in question so that we can take a closer look please? Please note that the theme cannot be compatible with all available plugins and that our support for third party plugins is limited.

    Best regards,
    Rikard

    #787656

    Thanks for getting back to me, Rikard.

    The site/page is only open to registered users. Set you up with admin login and a direct link to the quiz. I am more than happy to do that.

    #788426

    Hi,

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    .wpProQuiz_content .wpProQuiz_cloze input[type="text"] {
        background: transparent!important;
        border: none!important;
        border-bottom: 1px solid!important;
        height: 18px;
        margin: 0!important;
        padding: 0 4px 0 4px!important;
        color: black!important;
        border-radius: 0!important;
        box-shadow: 0 0;
    }
    .wpProQuiz_content .wpProQuiz_questionListItem input {
        display: inline!important;
    }

    Please review your website

    Best regards,
    Yigit

    #789062

    Hi Yigit,

    Wow, thank you so much. I will pass this code on to the LearnDash developer!

    Thank you once again

    Donal

    #789069

    Hi Donal,

    We’re glad that Yigit and Rikard were able to help you! For any other questions or issues, feel free to post them here on the forum.

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘learndash quiz question type "fill in the blank" not showing correctly’ is closed to new replies.