From 15a70462853a3f6e589a83a3379e8f0156a51633 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Wed, 18 Nov 2015 12:03:22 -0800 Subject: [PATCH] Move Slot Machine Challenges to Beta --- seed/challenges/basic-javascript.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index 9105e6d115..412c9dfdf7 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -1304,6 +1304,7 @@ { "id": "cf1111c1c12feddfaeb9bdef", "title": "Create a JavaScript Slot Machine", + "isBeta": true, "description": [ "We are now going to try and combine some of the stuff we've just learned and create the logic for a slot machine game.", "For this we will need to generate three random numbers between 1 and 3 to represent the possible values of each individual slot.", @@ -1458,6 +1459,7 @@ { "id": "cf1111c1c13feddfaeb1bdef", "title": "Add your JavaScript Slot Machine Slots", + "isBeta": true, "description": [ "Now that our slots will each generate random numbers, we need to check whether they've all returned the same number.", "If they have, we should notify our user that they've won and we should return null.", @@ -1617,6 +1619,7 @@ { "id": "cf1111c1c13feddfaeb2bdef", "title": "Bring your JavaScript Slot Machine to Life", + "isBeta": true, "description": [ "Now we can detect a win. Let's get this slot machine working.", "Let's use the jQuery selector $(\".slot\") to select all of the slots.", @@ -1782,6 +1785,7 @@ { "id": "cf1111c1c11feddfaeb1bdff", "title": "Give your JavaScript Slot Machine some Stylish Images", + "isBeta": true, "description": [ "Now let's add some images to our slots.", "We've already set up the images for you in an array called images. We can use different indexes to grab each of these.",