You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Learn the name of everyone in your class, both teachers and students.</p><p>Use 4 different methods for moving sprites in one project.</p><p>Complete at least 3 steps in a new Scratch project.",
61
61
"Use the <strong>when this sprite clicked</strong> block in a project.</p><p>Make a project that uses at least 5 different backdrops.</p><p>Make a sprite which follows the mouse around the screen.",
62
+
63
+
// old challenges below
64
+
62
65
"Learn the definition of a <strong>boolean</strong> and which shaped blocks in Scratch are booleans.</p><p>Use a <strong>forever loop</strong> and an <strong>if block</strong> together in a project.</p><p>Make an animation with two sprites who talk to each other using the <strong>say</strong> and <strong>think</strong> blocks.",
63
66
"Use the <strong>change size</strong> block to make a sprite grow.</p><p>Draw your own sprite and use it in a project.</p><p>Using costumes and motion, make an animation of a sprite dancing around the screen.",
64
67
"Add and use any <strong>Extension</strong> in a Scratch project.</p><p>Make a project with looping background music.</p><p>Make a project using the <strong>ask</strong> block at least 3 times.",
"Learn the name of everyone in your class, both teachers and students.</p><p>Make a project with at least one of each of the types of sprites.</p><p>Complete 3 steps in a new WoofJS project.",
81
84
"Make a sprite which follows the mouse.</p><p>Make your own <strong>array</strong> and use it in a project.</p><p>Use the WoofJS <strong>pen</strong> to draw a starry sky on a solid color background.",
85
+
86
+
// old challenges below
87
+
82
88
"Make an image outside of WoofJS (pixilart.com is great for pixel art) and import it into WoofJS to use as a sprite.</p><p>Use the current time and date in a project.</p><p>Make a WoofJS project with a fixed size using <strong>fullScreen = false</strong> and <strong>setBackdropSize(x, y)</strong>",
83
89
"Make a sprite which constantly changes color using <strong>randomColor()</strong>.</p><p>Research <strong>while</strong> and <strong>for</strong> loops and use them in a project.</p><p>Do the cloning tutorial and, after you complete it, explain to someone what each part of the code does.",
84
90
"Make a project where the background is a random color.</p><p>Learn one new thing about Javascript from <strong>w3schools.com/js</strong> and test it in WoofJS.</p><p>Make a complete WoofJS project using only <strong>Text</strong> sprites.",
"Learn the name of everyone in your class, both teachers and students.</p><p>Use at least 5 different HTML tags in a project.</p><p>Complete 3 steps in a new web project.",
101
107
"Learn what <strong>deprecated</strong> means and learn about 5 deprecated HTML tags.</p><p>Use at least 3 <strong>button</strong> tags in your project with connected Javascript.</p><p>Create a website with all of your favorite YouTube videos embedded on it.",
108
+
109
+
// old challenges below
110
+
102
111
"Choose a color palette for your next project using a helpful tool like <strong>colorhunt.co</strong> or <strong>paletton.com</strong></p><p>Research the difference between <strong>var</strong>, <strong>let</strong>, and <strong>const</strong> and revise a project to use the appropriate keywords.</p><p>Make the ugliest website you possibly can.",
103
112
"Define your own function and use it in a project.</p><p>Research good techniques for organizing code, and organize the code of your current or a past project.</p><p>Make a website with only one link on it that is as hard to find as possible.",
104
113
"Use CSS to style your links to change color when the user hovers over them.</p><p>Set a custom <strong>favicon</strong> for one of your projects.</p><p>Create a website with multiple background images layered together to make a cool effect.",
document.getElementById("title").innerHTML="Coding Space Weekly Challenges";
189
-
document.getElementById("imageContainer").innerHTML="<h1>The Coding Space Fall semester is over! But you can see all of the challenges by clicking the button below.</h1>"
202
+
document.getElementById("imageContainer").innerHTML="<h1>The Coding Space Spring semester is over! But you can see all of the challenges by clicking the button below.</h1>"
0 commit comments