# Chronometer for a quiz

**URL:** https://community.thunkable.com/t/chronometer-for-a-quiz/1042041
**Category:** Questions about Thunkable X
**Created:** [January 1, 2021, 5:14pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041 "2021-01-01T17:14:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jerryiboh55sl1](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@jerryiboh55sl1](https://community.thunkable.com/u/jerryiboh55sl1)
#### Post date: [January 1, 2021, 5:14pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041/1 "2021-01-01T17:14:41Z")

</div>

Im trying to create a quiz app, is there anyway to have a timer (20 sec) each question.  
When a new question comes out the timer starts and shows you how many seconds you have remaining and after the question is over the timer stops and restart with the other question.  
Is there anyway to do that? I am very new with this.

Thanks.

---

<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: [January 1, 2021, 5:22pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041/2 "2021-01-01T17:22:22Z")

</div>

When a question is displayed start the timer. Once it reaches 20 seconds stop it. Display the next question and start the timer again. And so on and so on.

---

<div class="post-metadata">

### Author: ![chilledtimes.edition](https://avatars.discourse-cdn.com/v4/letter/c/edb3f5/32.png) [@chilledtimes.edition](https://community.thunkable.com/u/chilledtimes.edition)
#### Post date: [January 1, 2021, 5:31pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041/3 "2021-01-01T17:31:10Z")

</div>

yes, use the timer component.

first have the list of inputs from desired input as a list,  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/e/3e91c8915d7f96ded9e1fc036bed3f89672f89bf.png)

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

for getting value of timer, use another loop for each second or use  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/3/b3699f50875ac0fc54362ba963be157ffc6157bd.png) block

Hope this was helpful ! 😄  
Best of luck for your app !

---

<div class="post-metadata">

### Author: ![jerryiboh55sl1](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@jerryiboh55sl1](https://community.thunkable.com/u/jerryiboh55sl1)
#### Post date: [January 1, 2021, 6:27pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041/4 "2021-01-01T18:27:05Z")

</div>

Thanks a lot, is that pic to get the timer shown in a label?

---

<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:31pm UTC](https://community.thunkable.com/t/chronometer-for-a-quiz/1042041/5 "2024-11-08T13:31:06Z")

</div>


