• Resolved boka003

    (@boka003)


    Hello there,

    We use a plugin to create a test for our employees.
    All our employees need to take the quiz.
    They can take the quiz multiple times until they pass it.


    On the Results page, how we can filter users who did not take a quiz?
    We want to force all our users to take a test.
    Also, all our users get auto-logged in when they visit our website (using LDAP). So we know which user takes a test.



    After we know which users did not take a test, how we can filter users who haven’t passed the test even once?
    – We want to force all our users to pass the test.
    They can have multiple tries until they pass it.




    Regards










Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @boka003,

    Thank you for your topic.

    I want to mention, that we already answered your request via email.
    So, you can check it out.

    Thank you.

    Thread Starter boka003

    (@boka003)

    Thank you for your email.


    I will write here if someone has the same problem.

    1. I have found a solution for users who did not take a test.
    – We will export WordPress users in a .csv file and leave only the name column.
    After that, we will sort users by alphabet


    – We will export quiz results in a .csv file.
    – We will leave only the name column.
    – We can sort users by alphabet.
    – We can remove duplicated names.

    After that, we can use this site: https://www.diffchecker.com/ to find differences (users who did not take the test).



    2. How we can find users who haven’t passed the test even once?
    When we export test results, we have a column with a score, can we use that information to show users who haven’t passed the test even once?


    Regards


    Thread Starter boka003

    (@boka003)

    For option 2.

    We can create in excel Pivot table and at values select to show Max of Score.
    After that we can sort users by score.
    Then we will find users who did not past at least score of 80.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @boka003,

    Thank you for your reply.

    We are glad to hear that you have managed to reach your desired result with an alternative solution.

    Let me know if I can be of any further assistance.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Results page filter’ is closed to new replies.