Didn't find what you were looking for?
New post17 comments
-
The first coding challenge in this course is The Simple Snowman Challenge. Complete the steps in that challenge successfully and Cool Hopper should be unlocked for you.
-
tysm AD Baker
-
i know to get the 1st hopper bu t 2nd and 3rd i don"t kaow please show me a vidio!
-
In order to unlock Cool Hopper (the third one listed), you must complete a coding challenge. As far as I know, it doesn't matter which challenge you complete, but it must be completed and pass evaluation by the auto-grader.
The first coding challenge in this course is The Simple Snowman Challenge. Complete the steps in that challenge successfully and Cool Hopper should be unlocked for you.
-
thanks my freand 😁😁
-
hey can someone tell me the code for simple snowman?
-
Step 1 of the Simple Snowman Challenge is practically done for you in the HINT code.
In Step 2, we are asked to
draw a second circle, for the middle of your snowman, using another ellipse() command. This should be the second ellipse() command in your program.
Make sure that your second circle is a little smaller than the bottom circle, and that it sits on top of the bottom circle.
The HINT code shows you where to place the second call to ellipse() in your code. You need to fill in the numbers. If you want the second circle to be on top of the bottom circle, it needs to be the same distance from the left edge of the canvas as the bottom circle (the x argument) and closer to the top edge of the canvas (the y argument). To make the second circle smaller, the width and height need to be different those of the bottom circle.
In Step 3, we are asked to
draw a third circle, for the head of your snowman, using another ellipse() command. This should be the third ellipse() command in your program.
Make sure that your third circle is a little smaller than the middle circle, and that it sits on top of the middle circle,
Simply repeat what you did to get the middle circle to create a smaller, higher circle for the head.
-
i did the coding challenge but i did not get it please help
-
where is the course
-
but i completed the simple snowman challenge and yet I haven't gotten cool hopper so can someone please help me?
-
I did not get it
-
If you believe you have completed the Simple Snowman Challenge correctly and you are still having trouble, please report the issue to the Help Center: https://support.khanacademy.org/hc/en-us/requests/new
-
hola alguien me dice ¿como consigo el primer hopper?
-
porfa
-
I cant find the snowman challenge ad baker
-
The Simple Snowman Challenge is the third part of Lesson 2 in the Intro to JS course: https://www.khanacademy.org/computing/computer-programming/programming/drawing-basics/pc/challenge-simple-snowman
-
thank you
Please sign in to leave a comment.