Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Question Block limit
- XrayUltra
-
26 posts
Question Block limit
Hey is there a limit to how many answers there can be on this block
I'm using a lot of answers for this block but it seems to only prioritize the top answer blocks while the ones below the block doesn't seem to work.
It might be a problem with my blocks but just checking to make sure. Thanks
I'm using a lot of answers for this block but it seems to only prioritize the top answer blocks while the ones below the block doesn't seem to work.
It might be a problem with my blocks but just checking to make sure. Thanks
- -Qlec-
-
100+ posts
Question Block limit
What do you mean by “limit to how many answers there can be”? The answer block only stores the most recent answer of the user, but you can use the ask and wait block as many times as you wish in your code.
- KitCODINGKat
-
26 posts
Question Block limit
What do you mean by “limit to how many answers there can be”? The answer block only stores the most recent answer of the user, but you can use the ask and wait block as many times as you wish in your code.
They could possibly mean how many answers would trigger one move, and some other trigger another.
Hey is there a limit to how many answers there can be on this block
I'm using a lot of answers for this block but it seems to only prioritize the top answer blocks while the ones below the block doesn't seem to work.
It might be a problem with my blocks but just checking to make sure. Thanks
Depends on the project itself, but looking at the Scratch Wiki, seems like there is no limit, if I saw correctly. It could be a Scratch bug or a limit to prevent the server from crashing.
Last edited by KitCODINGKat (Oct. 12, 2022 22:09:33)
- Oumuamua
-
1000+ posts
Question Block limit
Hey is there a limit to how many answers there can be on this block
I'm using a lot of answers for this block but it seems to only prioritize the top answer blocks while the ones below the block doesn't seem to work.
It might be a problem with my blocks but just checking to make sure. Thanks
Everytime you ask and the user enter a response the (answer) reporter changes to the latest response…
You still can save every response to a list
- XrayUltra
-
26 posts
Question Block limit
Hey is there a limit to how many answers there can be on this block
I'm using a lot of answers for this block but it seems to only prioritize the top answer blocks while the ones below the block doesn't seem to work.
It might be a problem with my blocks but just checking to make sure. Thanks
Everytime you ask and the user enter a response the (answer) reporter changes to the latest response…
You still can save every response to a list
thank you sir
- Discussion Forums
- » Help with Scripts
-
» Question Block limit