Viewing 7 replies - 1 through 7 (of 7 total)
  • Dear @dadrian50 ,

    I hope you had a great weekend, and I apologize for the delay in getting back to you.

    Regarding the issue you raised with the permalink structure, I will review the details and provide a fix or specific information shortly.

    As for the maximum points display, I will share this with our development team to investigate the variables on our demo site and address the issue from our end.

    Once I have further updates on the permalink matter, I will get back to you as soon as possible.

    Thank you for your cooperation and patience.

    Best regards,
    Dhanush

    Thread Starter dadrian50

    (@dadrian50)

    I think I can already help you because I have seen what the problem is.
    You simply forgot to put the field with the maximum score in the mlw_results table.
    You have:
    point_score – the score obtained by the participant;
    correct_score-the percentage of questions to which he answered correctly;
    correct – the number of questions he answered correctly;
    total – the total number of questions in the test.
    You don’t have the total_points or maximum_points field anywhere.
    It’s a bit of fun.

    So it is impossible that, after the end of the test, later, when we want to view the results, that maximum score can be taken from somewhere as long as it is not in the database. At the end of the test, it displays it correctly, because the variable is used at that moment in that test, it has a value, but when viewing the results later, it has nowhere to get that value.

    And even in the mlw_quizzes table there is no field that holds the maximum_points of that quiz.

    So MAXIMUM_POINTS is a variable that is used during the test, it is used by the results array, it is displayed when the SUBMIT button is pressed, but then, the result array is lost, as is natural, and the value of MAXIMUM_POINTS was not stored anywhere.

    • This reply was modified 1 year, 3 months ago by dadrian50.
    • This reply was modified 1 year, 3 months ago by dadrian50.

    Hi @dadrian50 ,

    I hope this email finds you well, and I apologize for the delay in getting back to you.

    Regarding the permalink structure, our development team, along with the QSM testing member, reviewed and tested the issue on their end. The permalink structure is functioning as expected. When the permalinks are set to “Plain,” the results link works correctly. However, please note that after changing the permalink structure, you must retake the quiz to ensure that QSM reconstructs the results link accurately.

    To address potential issues:

    • Please clear any cache plugin contents and your browser’s history before retaking the quiz.

    Here is a screen recording for reference:
    Screen Recording Link.

    Additionally, we have received updates from our development team. They set up a testing environment using the plugins and themes you shared. Unfortunately, we were unable to replicate the reported issue on our end.

    To assist further, we kindly request the debug log from the time the issue occurred. By analyzing these error logs, we can pinpoint the exact issue and work towards a resolution.Updates:

    1. MathJax:
      We confirmed that MathJax is working on both the front-end and the results page. Please find working examples below:Additionally, for guidance, refer to the following article:
      MathJax Basic Tutorial and Quick Reference.
    2. MAXIMUM_POINTS Issue:
      This issue has been escalated to our development team. They are actively working on it, and I truly appreciate your collaboration and the visuals you provided. These will help ensure a thorough resolution. I will keep you updated on the progress.

    Thank you for your cooperation and understanding. Please let me know if you have further questions or need additional assistance.

    Warm regards,
    Dhanush

    Thread Starter dadrian50

    (@dadrian50)

    I put a wrong link in the message up before.

    This is the most important link

    https://drive.google.com/file/d/1HYBJvO3Ca_Twsigt2XwGfn7FLXpiUd9u/view?usp=drivesdk

    As you can se, You have &resulti_d, I have ?result_id.

    But I found a solution for this. The only problems now are this:

    1. Maximum points variable not stored in result database.
    2. The order of the questions in result are not the same as in the quizz when the quizz is set to random… This is very important.
    3. The random questions order is random even from categories. The best is to keep the order of categories and make random of the questions from every category. If I want dogs first let be dogs, and make random from dogs, not cats first and dogs second. Overall, the plugin is quite ok. But this is for me, which I know PHP, SQL etc. Maybe when I will have time I will make the categories fixed in random questions option.
    • This reply was modified 1 year, 3 months ago by dadrian50.

    Hi @dadrian50 ,

    I hope this email finds you well. I apologize for the delay in getting back to you.

    Firstly, I sincerely appreciate your effort in identifying a solution to the permalink issue. Your input has been incredibly valuable.

    Regarding the concerns you mentioned:

    1. With today’s release of version 9.2.4, we’ve addressed the bug related to the maximum points variable. I kindly request you to review this update and test the features to confirm the resolution.
    2. For the remaining issue regarding order questions, our team is actively working on this. We will thoroughly test it on our demo site and ensure we find an effective solution soon.

    Thank you for your patience, detailed feedback, and comprehensive testing. Your detailed reports on the issues have greatly helped us understand the problem structure and prioritize fixes. We genuinely value this collaboration.

    I will keep you informed about any updates or fixes in future releases.

    Thank you once again for your cooperation and support.

    Warm regards,
    Dhanush

    Thread Starter dadrian50

    (@dadrian50)

    Yes, I saw it. I installed the update and everything is ok. Thank you very much and I look forward to the other two solutions. If I find any more problems I will help you. On the part of math tests, qsm will become the best without competition. Thank you and I wish you a successful new year.

    Hi @dadrian50 ,

    Thank you for your kind wishes! I truly appreciate your thoughtfulness.

    Wishing you a joyful and prosperous New Year as well. May this year bring you continued success, happiness, and fulfillment.

    I’m glad to hear that the issue regarding the maximum variable has been resolved. However, I understand that there’s still more work ahead as we have additional sections to cover. There are two questions we haven’t yet provided answers for, but rest assured, we’ll update you as soon as possible.

    Please don’t hesitate to reach out if you encounter any other issues. Your positive feedback is genuinely appreciated and motivates us to continue improving.

    I’ll keep you posted as soon as the pending issues are resolved.

    Thank you once again for your cooperation and patience.

    Warm regards,
    Dhanush

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘View result and permalink bug’ is closed to new replies.