Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dobldsoft

    (@dobldsoft)

    Hi @beskhue,

    Thank you for your dirty (:-)) solution. It does the job!!

    I’ve just modified
    const eles = document.querySelectorAll(".katex-eq");

    to

    const eles = document.querySelectorAll(".katexresponse");

    and used the katexresponse as class for the div in the Learndash quiz anwers

    Otherwise all the already present katex get rendered twice, 3 times or more.

    Thank you again for your help!

Viewing 1 replies (of 1 total)