• Resolved yarivhab

    (@yarivhab)


    If I understand this plugin correctly, points are given per quiz and there is no value of total points. Is this true?
    If not, how do I display the total points earned by a user in all quizzes?
    Do you store the points per quiz per user anywhere in the DB so I can query the total points myself?

    Thanks.

    https://www.ads-software.com/plugins/watu/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bob

    (@prasunsen)

    You can get the total points with this query:

    SELECT SUM(points) FROM wp_watu_takings WHERE user_id=X

    Replace X with the actual user ID.

    Thread Starter yarivhab

    (@yarivhab)

    Thanks.
    Where does Namaste store the points earned by students for completing courses? I couldn’t find a similar points column in any of the table. Given this info I will be able to create a total points number for quizzes+courses.

    Plugin Author Bob

    (@prasunsen)

    it’s in the wp_usermeta table, key namaste_points

    Thread Starter yarivhab

    (@yarivhab)

    Thanks!

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