Hello, I have idea that could be useful.
Makecode - When creating a tutorial, adding a new special block that would make the program require the use of given blocks a certain number of times.
’ ’ 'required
agent.move(BACK,1) - 2
’ ’ ’
This would mean that you have to use this block 2 times in your program.
Often when I create tutorials for children, e.g. learning loops, children do my task without using them, it would be nice to be able to force them to a specific solution
I have a related issue or feature request:
In much of my teaching material, it would be nice to check if some blocks, variables, functions etc., as @Lukasz suggests, are present and/or used(correctly).
Here is an example resembling a jigsaw puzzle, where the students would assemble the program correctly by using blocks already on the canvas:
But there seems to be no(or I cannot figure out) any such “meta programming” properties in MakeCode, which would be very useful in an educational setting. Even checking for undefined does not work, since blocks on the canvas aren’t even declared in the underlying STS program, so I get the Cannot find name ' ' error.
So, do you know of any such “meta programming” techniques already in MakeCode?
If not, my input here in this topic, would be that adding such “meta programming” capabilities could be very helpful for educators, and if done inside the programming/language level instead of in the tutorial scripting, it would be useful both for tutorials and any other programming assignment thinkable.
We aren’t currently doing any Arcade updates, so these features won’t be added any time soon. Do feel free to pop over to our Github Repo, though, to add feature requests for the next time the team cycles back around to Arcade.
@Lukasz: Feel free to update or specify the request better.
Please don’t tell me that MC Arcade is going into an indefinite hiatus with the risk of silently and secretively following in Code Connection’s footsteps? Then I would really cry you a river!…
I added this to the ticket, but we do have the option to include code validation…it just doesn’t force the block to appear in the code. Maybe it’s a good first step?
No way! The weird thing about MakeCode is that we actually support 3+ products and have a very small team. That means that the entire team rotates products every few months and this year we spent a lot of time on micro:bit and Minecraft, meaning that we skipped Arcade.
Some of our team, like Richard and I, will work on Arcade projects anyway, but those projects are generally either smaller or take longer since they’re individual. The team will get back around to it soon, sometimes it just depends on which wheels are squeakiest