# Need help creating a points generator and daily, weekly cummulative tracker

**URL:** https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100
**Category:** Questions about Thunkable X
**Created:** [April 10, 2020, 4:44am UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100 "2020-04-10T04:44:28Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![vaneshaharigq67x](https://avatars.discourse-cdn.com/v4/letter/v/ebca7d/32.png) [@vaneshaharigq67x](https://community.thunkable.com/u/vaneshaharigq67x)
#### Post date: [April 10, 2020, 4:44am UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/1 "2020-04-10T04:44:28Z")

</div>

Hey there  
I am creating a daily physical and mental goal tracker checklist and on the screen I am not able to figure out if users checks/clicks then how can I associate points to it and show a cummulative tracker of points down on screen below based on what they checked on that day (if no check then 0 points)? Many tutorials show a checklist button but I dont see that on thunkable so should I only use the ‘button’ option?Also is there a way to do a calculation to show a weekly score, monthly score and so on. Thanks

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [April 10, 2020, 5:29am UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/2 "2020-04-10T05:29:51Z")

</div>

Check this out. [E-brc.launchaco.com](http://E-brc.launchaco.com) Are you trying to build something like that?

---

<div class="post-metadata">

### Author: ![vaneshaharigq67x](https://avatars.discourse-cdn.com/v4/letter/v/ebca7d/32.png) [@vaneshaharigq67x](https://community.thunkable.com/u/vaneshaharigq67x)
#### Post date: [April 10, 2020, 6:03am UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/3 "2020-04-10T06:03:56Z")

</div>

Attached is what am trying to create. Figured out how to make the points add on. However now stuck with few follow on questions:

- The points work as you can see bottom of screen when user clicks on the green button (couldnt find a checklist option so just added an image on button is there a better way?). Just started sample on green one to see if it works this is still draft mode. However not sure how to add cumulative points when user checks more than one on list?
- I have a login screen with username and password and also have a FB database created but not sure how to add a weekly tracker cumulative for points, save today’s points for specific user and so on with days ![Capture](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/2/02f779e90f1099adce89bafb7c69ebc7492c7c54.jpeg) associated.  
Thanks much for helping out.

---

<div class="post-metadata">

### Author: ![vaneshaharigq67x](https://avatars.discourse-cdn.com/v4/letter/v/ebca7d/32.png) [@vaneshaharigq67x](https://community.thunkable.com/u/vaneshaharigq67x)
#### Post date: [April 10, 2020, 3:09pm UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/4 "2020-04-10T15:09:12Z")

</div>

Here is the code if it helps. I am writing to Realtime DB should I choose something else? how will it connect what each user scored last time and save and accumulate and write in FB database? Thanks

 ![code](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/0/609e26f79e76b54ca95e89610f4ddcaeee7835f7.jpeg)

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [April 10, 2020, 3:13pm UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/5 "2020-04-10T15:13:59Z")

</div>

> [@vaneshaharigq67x](#):
>
> riting to Realtime DB should I choose something else? how will it connect what each user scored last time and save and accumulate and write in FB database? Thanks

Have you tried the cloud variables yet?

---

<div class="post-metadata">

### Author: ![vaneshaharigq67x](https://avatars.discourse-cdn.com/v4/letter/v/ebca7d/32.png) [@vaneshaharigq67x](https://community.thunkable.com/u/vaneshaharigq67x)
#### Post date: [April 10, 2020, 3:24pm UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/6 "2020-04-10T15:24:58Z")

</div>

Trying to figure that out and how to change my above code to do that so it gets recorded into cloud. Is there a good tutorial or resource you can point me to? Thank you

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [April 10, 2020, 3:32pm UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/7 "2020-04-10T15:32:30Z")

</div>

Here is my Sandbox. Maybe this could be helpful. It is counting items in the cloud.

Use the side navigator. see the screen cloud counter.  
[https://thunk.app/w/0UgxnW2K6](https://thunk.app/w/0UgxnW2K6)

_Remix Link_  
[https://x.thunkable.com/copy/f4732036d24ff8acce1145e84be995b9](https://x.thunkable.com/copy/f4732036d24ff8acce1145e84be995b9)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:39am UTC](https://community.thunkable.com/t/need-help-creating-a-points-generator-and-daily-weekly-cummulative-tracker/563100/8 "2024-11-08T11:39:12Z")

</div>


