Large gap in question block

Home Forums Legacy Support Support queries How-to & Troubleshooting Large gap in question block

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #380506
    amishbhavsar_136
    Participant
    Hi, In all the Math Quizzes for these courses: https://online.accellearning.com/course-cat/scat/ I am seeing a large gap (See screenshot: https://prnt.sc/YrqE0JtdceM0) I will share the admin credentials in a private message. Would appreciate it if you can help fix this.
    #380507
    amishbhavsar_136
    Participant
    This reply has been marked as private.
    #380536
    Veronica
    Moderator
    hi check this: https://screencast-o-matic.com/i/c3n06rVba5b as there are many blank tags are available that why you need to edit the question and remove the blank tag
    #380593
    amishbhavsar_136
    Participant
    Hi Veronica, Please check out these screenshots for the same question https://prnt.sc/KUwfN-9xu6hY and https://prnt.sc/poNAsMog8dp8. The question name is SCTEMA001 https://online.accellearning.com/question/sctema001/ You can see the issue in this draft quiz that I created to demo this issue: https://online.acchttps://online.accellearning.com/?post_type=quiz&p=49679&preview=true
    #380660
    amishbhavsar_136
    Participant
    Also, see https://wplms.io/support/forums/topic/math-latex-breaks-and-is-not-rendering-formatting-breaks/ Alex worked on this ticket and after this the issue came up.
    #380741
    amishbhavsar_136
    Participant
    Any update on this?
    #380782
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #380783
    Anshuman Sahu
    Keymaster
    this is the code that made it work :
    
    add_filter('vibebp_the_content',function($content){
        $txt = str_replace(array("\r\n"), "<br>",$content);
    
        return $txt;
    });
    #380858
    amishbhavsar_136
    Participant
    Looks good. Thanks
    #380906
    Veronica
    Moderator
    good to know this helps you
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Large gap in question block’ is closed to new replies.