
- Following 1 user
- Followed by 35 users
- Votes 194
- Subscriptions 768
Badges
No badges earned
Comments
Recent activity by Debbie Alexander-
Okay, you're right, there is a glitch in the Educator guide. Here is the correct code: https://makecode.com/_2xqTfih5TaLJ Laylah Bulman Coding Fundamentals Block 1 Lesson 3 Activity 3b Educator Gu...
-
Your code looks like the suggested solution to me, but compare for yourself below. That's a snip of your code, right? Also, you did place the oak planks first, right? You are going to be really hap...
-
Well, I would have to agree this is an unclear part of the guide. In fact, the previous directions were actually some pretty good pseudocode in that case; as I recall, get out the milk, get out the...
-
Hi, Erik Kaufhold - so glad to see you diving into the computer science track! When you say ending activities, you are meaning the extra or bonus activities at the end of the lesson or tutorials, r...
-
@sean Lawson Nothin' better than bein' helpful! Glad to hear it.
-
Kevin Tan This is what my students and I came up with. I used a list, and my students went for a slightly more hard-coded idea. https://makecode.com/_Fa9R621tjJTf The numbers are the item ids of th...
-
Just as a comment, Kevin Tan did you notice in your nested if statements that you ask if "pickedItem" is both meat and apple? It can never be both. The little exclamation point on the second if sta...
-
Erik Kaufhold The initial MakeCode to debug looks like this: https://makecode.com/_HmMJheMubAK3 This is my “debug” attempt: https://makecode.com/_h8V244em94T7 This is my larger array. ( I consi...
-
I tried creating an event handler - waiting for a chat command. The NPC can say the command, but it is said BY the NPC, not by the player, so nothing happens. I don't see an event handler for anyt...
-
Hi, Kevin Tan This is interesting. It seems to me that this is the best place right now. ;) If you run the copychest command by itself, is it working as expected?