How to make a quiz in Minecraft Education
I want to make a quiz using block code in Minecraft Education but I'm struggling to find the right blocks.
There doesn't seem to be an event block for when you walk over a pressure plate for example, what would be another way to make a quiz work?
-
Hey there!
There are a couple different ways! My personal favorite would be teleportation to different rooms.
For example for a multiple choice quiz you could have lets say 4 options.
You are in a room with an NPC, 4 pressure plates with signs above them with A,B,C,D on them along with a number option. You talk to the NPC for the question, Question being: 2+2=?
A) 1 B) 2 C) 3 D) 4 | A - C would teleport you to a "wrong" room, that may allow you to restart. D would lead you to a "Correct!" room and the next question.
I hope that helps!
0 -
Hi, thanks for the reply.
How would I do this with coding blocks? Do you have any suggestions for particular coding blocks to get me started?
I couldn't find a coding block that would trigger when a pressure plate is pressed.
0 -
For that hopefully the community will stop by your question with some of their thoughts! I know the community has done some great things with coding. Also, it will be worth just getting in there and letting your imagination run wild as you try different coding blocks.
Some things to get you started could be the agent commands (the red ones) Then you can have the agent walk around with commands and step on the pressure plates to trigger them.
Hope that helps!
0 -
Hi Luk,
Typically we use command blocks, redstone and NPCs to create quizes in Minecraft. I'm not aware of anyway to accomplish this with coding, but perhaps Debbie Alexander might have some insights on the coding side.
0 -
I was hoping to make it an interactive quiz for a player.
What I can't seem to find is a block that would allow something to happen if you touch or walk over a block.
0 -
Hey Luke Fisher
Pressure plates will activate Redstone blocks when stepped over. Would these work for you?
Otherwise, you could do some magic with command blocks to detect a players position.
I also don't believe there's a way to do this directly with Coding.0 -
Hi, the goal was to make a quiz using coding.
Perhaps I need to adjust to a different idea that uses coding.
0
Please sign in to leave a comment.
Comments
7 comments