Title: Total points
Last modified: August 22, 2016

---

# Total points

 *  Resolved [yarivhab](https://wordpress.org/support/users/yarivhab/)
 * (@yarivhab)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/)
 * 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://wordpress.org/plugins/watu/](https://wordpress.org/plugins/watu/)

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

 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/#post-5866577)
 * 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](https://wordpress.org/support/users/yarivhab/)
 * (@yarivhab)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/#post-5866786)
 * 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](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/#post-5866787)
 * it’s in the wp_usermeta table, key namaste_points
 *  Thread Starter [yarivhab](https://wordpress.org/support/users/yarivhab/)
 * (@yarivhab)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/#post-5866790)
 * Thanks!

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

The topic ‘Total points’ is closed to new replies.

 * ![](https://ps.w.org/watu/assets/icon-128x128.png?rev=1680960)
 * [Watu Quiz](https://wordpress.org/plugins/watu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/watu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/watu/)
 * [Active Topics](https://wordpress.org/support/plugin/watu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/watu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/watu/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [yarivhab](https://wordpress.org/support/users/yarivhab/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/total-points/#post-5866790)
 * Status: resolved