# Mental maths apps

**URL:** https://community.glideapps.com/t/mental-maths-apps/23809
**Category:** Ask for Help
**Created:** [March 5, 2021, 10:19am UTC](https://community.glideapps.com/t/mental-maths-apps/23809 "2021-03-05T10:19:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![claire\_luneau](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/claire_luneau/32/22731_2.png) [@claire\_luneau](https://community.glideapps.com/u/claire_luneau)
#### Post date: [March 5, 2021, 10:19am UTC](https://community.glideapps.com/t/mental-maths-apps/23809/1 "2021-03-05T10:19:42Z")

</div>

Hi

I’m a begginer on glide. I want to create a self training maths apps, with random values. (2 randoms values per question and 20 questions by series.)  
It is possible to achieve that with glide ?

Thanks

---

<div class="post-metadata">

### Author: ![vijay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vijay/32/3259_2.png) [@vijay](https://community.glideapps.com/u/vijay)
#### Post date: [March 5, 2021, 10:34am UTC](https://community.glideapps.com/t/mental-maths-apps/23809/2 "2021-03-05T10:34:30Z")

</div>

I love the idea, since I am also into education. Could you give more clarity on how the random values are going to be used?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [March 5, 2021, 10:59am UTC](https://community.glideapps.com/t/mental-maths-apps/23809/3 "2021-03-05T10:59:42Z")

</div>

So is it two random numbers generated, then we also randomize the operation to be performed? The user then has to type in the right answer to advance?

---

<div class="post-metadata">

### Author: ![claire\_luneau](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/claire_luneau/32/22731_2.png) [@claire\_luneau](https://community.glideapps.com/u/claire_luneau)
#### Post date: [March 5, 2021, 1:14pm UTC](https://community.glideapps.com/t/mental-maths-apps/23809/4 "2021-03-05T13:14:31Z")

</div>

There are two random values  
for exemple : speed ( the speed take a random values like 5 ,10,15,20 until 50)  
time : (5 minn 10min, 5 to 5 until 2h)  
and the player determine the distance ( distance = vitesse \* time)  
Ha have to do the operation, and the apps show if it is correct or not.

And other different type of calcul

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [March 5, 2021, 5:00pm UTC](https://community.glideapps.com/t/mental-maths-apps/23809/5 "2021-03-05T17:00:34Z")

</div>

Cool, like Brainly?

---

<div class="post-metadata">

### Author: ![claire\_luneau](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/claire_luneau/32/22731_2.png) [@claire\_luneau](https://community.glideapps.com/u/claire_luneau)
#### Post date: [March 6, 2021, 12:05pm UTC](https://community.glideapps.com/t/mental-maths-apps/23809/6 "2021-03-06T12:05:18Z")

</div>

No.  
It’s an apps with lesson and exercices, exercices concerns only mental calculs . It’s special used for aviators and mariners.  
But I don’t know if it’s kind of work is possible with glide

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 6, 2021, 4:57pm UTC](https://community.glideapps.com/t/mental-maths-apps/23809/7 "2021-03-06T16:57:27Z")

</div>

This isn’t exactly easy to explain with the random feature thrown in, so I created a quick example app that you can copy. The speed and time numbers should be random from a list of available speeds and times, so each question will be different, but the results are written to the answer sheet and determines if the answer is correct or not. I have it set up to only present 5 questions, but that could be a larger number or redone to be an unlimited number of questions.

> **[Random Questions Quiz Concept](https://forlorn-reason-4876.glideapp.io/)**

---

<div class="post-metadata">

### Author: ![claire\_luneau](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/claire_luneau/32/22731_2.png) [@claire\_luneau](https://community.glideapps.com/u/claire_luneau)
#### Post date: [March 6, 2021, 5:15pm UTC](https://community.glideapps.com/t/mental-maths-apps/23809/8 "2021-03-06T17:15:00Z")

</div>

Thanks for your help !
