# Simple score math

**URL:** https://community.thunkable.com/t/simple-score-math/1475659
**Category:** Questions about Thunkable X
**Tags:** question
**Created:** [August 29, 2021, 3:12pm UTC](https://community.thunkable.com/t/simple-score-math/1475659 "2021-08-29T15:12:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [August 29, 2021, 3:12pm UTC](https://community.thunkable.com/t/simple-score-math/1475659/1 "2021-08-29T15:12:30Z")

</div>

Hi guys,

i created simple math game for kids

when user hit correct answer how to add score and it increase every single correct answer.?

i have searching in forum but not found suitable one.

---

<div class="post-metadata">

### Author: ![Dean\_Artis](https://avatars.discourse-cdn.com/v4/letter/d/a8b319/32.png) [@Dean\_Artis](https://community.thunkable.com/u/Dean_Artis)
#### Post date: [August 29, 2021, 3:41pm UTC](https://community.thunkable.com/t/simple-score-math/1475659/2 "2021-08-29T15:41:59Z")

</div>

Create a variable called “score”.

Before starting a new game set score to 0.

When a user answers correctly increase score by 1.

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [August 29, 2021, 3:53pm UTC](https://community.thunkable.com/t/simple-score-math/1475659/3 "2021-08-29T15:53:13Z")

</div>

Dean,  
thank you for your help. it worked

---

<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, 1:17pm UTC](https://community.thunkable.com/t/simple-score-math/1475659/4 "2024-11-08T13:17:02Z")

</div>


