I made an arithmetic question maker in Snap!
The question maker makes 30 questions containing:
Addition question whose answer range is 2 to 200
Subtraction question whose answer range is 0 to 99
12 by 12 Multiplication question
12 by 12 Division question
Project
You need to press the [R] key after starting the project for the first time. After that, he will make the arithmetic question.
Paragraph whose topic is off from this topic!
You can click the [Publish] button to automatically share your projects!
Recommended improvements!
I recommend you to add a square question and post it. (The square question is from 1^2 to 30^2!)
I recommend you to add a square root question and post it. (The square root question is from \sqrt {1} to \sqrt{900}!)
I recommend you to re-read the post! (Edited by moderator) I recommend giving the user a second chance to get the right answer before telling them.
# Description
I made an arithmetic question maker in Snap!
The question maker makes 30 questions containing:
* Addition question whose answer range is 2 to 200
* Subtraction question whose answer range is 0 to 99
* 12 by 12 Multiplication question
* 12 by 12 Division question
## Project
You need to press the [R] key after starting the project for the first time. After that, he will make the arithmetic question.
<iframe width="480" height="390" frameBorder=0 allowfullscreen allow="geolocation; microphone; camera" title="math test Snap! Project" src="https://snap.berkeley.edu/embed?projectname=math%20test&username=onu032001&showTitle=true&showAuthor=true&editButton=true&pauseButton=true"> </iframe>
<details>
<summary>Paragraph whose topic is off from this topic!</summary>
You can click the [Publish] button to automatically share your projects!
</details>
## Recommended improvements!
[] I recommend you to add a square question and post it. (The square question is from $1^2$ to $30^2$!)
[] I recommend you to add a square root question and post it. (The square root question is from <span>$\sqrt {1}$</span> to <span>$\sqrt{900}$</span>!)
[x] I recommend you to re-read the post!
[x] <span style="color: red;">(Edited by moderator) I recommend giving the user a second chance to get the right answer before telling them.</span>
Edit 6.
Description
I made an arithmetic question maker in Snap!
The question maker makes 30 questions containing:
Addition question whose answer range is 2 to 200
Subtraction question whose answer range is 0 to 99
12 by 12 Multiplication question
12 by 12 Division question
Project
You need to press the [R] key after starting the project for the first time. After that, he will make the arithmetic question.
Paragraph whose topic is off from this topic!
You can click the [Publish] button to automatically share your projects!
Recommended improvements!
But make sure you broadcast the reset all the variables and sprite informations message!
I recommend you to add a square question and post it. (The square question is from 1^2 to 30^2!)
I recommend you to add a square root question and post it. (The square root question is from \sqrt {1} to \sqrt{900}!)
I recommend you to re-read the post! (Edited by moderator) I recommend giving the user a second chance to get the right answer before telling them.
# Description
I made an arithmetic question maker in Snap!
The question maker makes 30 questions containing:
* Addition question whose answer range is 2 to 200
* Subtraction question whose answer range is 0 to 99
* 12 by 12 Multiplication question
* 12 by 12 Division question
## Project
You need to press the [R] key after starting the project for the first time. After that, he will make the arithmetic question.
<iframe width="480" height="390" frameBorder=0 allowfullscreen allow="geolocation; microphone; camera" title="math test Snap! Project" src="https://snap.berkeley.edu/embed?projectname=math%20test&username=onu032001&showTitle=true&showAuthor=true&editButton=true&pauseButton=true"> </iframe>
<details>
<summary>Paragraph whose topic is off from this topic!</summary>
You can click the [Publish] button to automatically share your projects!
</details>
## Recommended improvements!
But make sure you broadcast the `reset all the variables and sprite informations` message!
[] I recommend you to add a square question and post it. (The square question is from $1^2$ to $30^2$!)
[] I recommend you to add a square root question and post it. (The square root question is from <span>$\sqrt {1}$</span> to <span>$\sqrt{900}$</span>!)
[x] I recommend you to re-read the post!
[x] <span style="color: red;">(Edited by moderator) I recommend giving the user a second chance to get the right answer before telling them.</span>
Yes, but I included the code in the reset all the variables and sprite informations into the green flag script! (Not all the code was transfered at first, now I’ve fixed that!)
Can you edit the project like ‘Improvements’ heading?
Improvements
김세준(제시자)
when I receive [reset all the variables and sprite informations V]
set pen color to (list [0] [0] [128] @delInput @addInput)
go to x: (0) y: (0)
switch to costume [Turtle V]
set [score V] to [0]
hide variable [score V]
set [operations V] to (list @addInput)
Stage
when I receive [reset all the variables and sprite informations V]
switch to costume [Empty V]
Requirements before saving
Make sure you run the broadcast [reset all the variables and sprite informations V] script!