# Backsound and timer issue at my team's app

**URL:** https://community.thunkable.com/t/backsound-and-timer-issue-at-my-teams-app/3825143
**Category:** Issues / Bugs
**Tags:** design, beginner, help
**Created:** [May 13, 2025, 12:24pm UTC](https://community.thunkable.com/t/backsound-and-timer-issue-at-my-teams-app/3825143 "2025-05-13T12:24:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 13, 2025, 12:24pm UTC](https://community.thunkable.com/t/backsound-and-timer-issue-at-my-teams-app/3825143/1 "2025-05-13T12:24:47Z")

</div>

hey guys its me the student you help before and thanks for the help before and now i have a new issue  
so the issue is i want when the time is up, i want the time reset and countdown again when it switch to new question and a backsound issue where when i press or click the correct answer it goes a wrong answer backsound  
here’s the screenshot of the code

 ![Screenshot 2025-05-13 192106](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/6/b69231642af5e716eb35c46d69a595242f10809c.png)  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/0/c03c7976e5f8168b497a6e55c12e51030532e480.png)

edit: this for all the code or blocks

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/7/97b4dfb9c9c8e52d8a22655f4ebe998ec42d04bb.png)

edit: yes we take it from old thunkable video but we modified it and add something that still lack

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 13, 2025, 1:53pm UTC](https://community.thunkable.com/t/backsound-and-timer-issue-at-my-teams-app/3825143/2 "2025-05-13T13:53:35Z")

</div>

A label’s text is never going to equal 0. Because a label’s text is a string so the closest it can get is “0” which is not the same as the number 0.

To convert a string to a number, add 0 to it using a math block.
