Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter Anirban

    (@investmoksha)

    I did some more investigation. I found the cause.
    Suppose I have a post where I have used latex and it is rendered by mathjax.js. All math formulas are rendered correctly
    Now in the same post

    [wpcuebasicquiz xyz]

    The math formulas are displayed like this \(\frac{13}{19}\).
    Please look into this.

    Plugin Author wpcues

    (@wpcues)

    Yes , I am checking this on a priority basis.

    Thread Starter Anirban

    (@investmoksha)

    I would like to add that this issue is happening after this update. It was working fine before.

    Plugin Author wpcues

    (@wpcues)

    Please make the following change line number 276 in wpcue_basic_quiz.php file in post-types folder :

    Existing Code :
    wp_register_script(‘mathjax’,’//cdn.mathjax.org/mathjax/latest/MathJax.js’);

    Modified Code :
    wp_register_script(‘mathjax’,’//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML’);

    I have updated the code so that new installation does not have this problem. Thanks for notifying me about this bug asap.

    Plugin Author wpcues

    (@wpcues)

    Are you still having the problem after this update?

    Thread Starter Anirban

    (@investmoksha)

    Well there is a new problem now. Suppose I have set 30 mins to an user to complete. Now if the user completes the test before time, he has to sit out the remaining minutes before the quiz gets submitted and result is shown.

    Plugin Author wpcues

    (@wpcues)

    problems and problems galore..looking into it ??

    Thread Starter Anirban

    (@investmoksha)

    Again this issue was not there earlier, looks like the latest update broke many existing functionalities.

    Plugin Author wpcues

    (@wpcues)

    Ok, I will check today all other functionalities.

    Plugin Author wpcues

    (@wpcues)

    can you please give me more information about the issue pertaining to submission of quiz? Does clicking submit button not work?

    I am asking this because in my testing environment, I am not facing this problem.

    Plugin Author wpcues

    (@wpcues)

    can you please give me the url of your quiz so that I can check it?

    Thread Starter Anirban

    (@investmoksha)

    I had to select “show submit button on every page” to make the submit button available. If i don’t select this there is no submit button on the last page. Yes clicking submit button shows the result page.
    Ideally you should not even have this option “show submit button on every page”
    If I am displaying 1 question per page as I have 10 questions, why would i need a submit button on the pages 1 to 9. Submit button should automatically appear on the 10 th page ( ie on the page of the last question)

    Thread Starter Anirban

    (@investmoksha)

    One more issue is even if i select 10 questions to load out of 20 questions, all questions are loading.

    Plugin Author wpcues

    (@wpcues)

    Please give my url of quiz so that I can check the problem. And if you have selected “show submit button on every page”, please deselect it so that I can check. I am not having any issue in my testing environment. So, it will be better if you provide me that url.

    Plugin Author wpcues

    (@wpcues)

    I am working about the other issue ( showing only a fixed number of questions out of total). Will update you shortly.

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Math formulas are not displaying properly after the current update’ is closed to new replies.