{
	"hardware": {
		"circuit-touch": {
			"title": "coding_cards.hardware.circuit-touch.title"
		},
		"light-sensor": {
			"title": "coding_cards.hardware.light-sensor.title"
		},
		"built-in-led": {
			"title": "coding_cards.hardware.built-in-led.title"
		},
		"dual-color-led": {
			"title": "coding_cards.hardware.dual-color-led.title"
		},
		"servo-motor": {
			"title": "coding_cards.hardware.servo-motor.title"
		},
		"key-press": {
			"title": "coding_cards.hardware.key-press.title"
		}
	},
	"cards": {
		"flow": {
			"advance-motor-position": {
				"title": "coding_cards.flow.card.advance-motor-position.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "list1",
						"nodeId": "list",
						"x": 420,
						"y": 276,
						"parameters": {
							"items.0": "1",
							"items.1": "0.3",
							"items.2": ".7",
							"items.3": ".5",
							"items.4": null,
							"in": "3_.out"
						}
					},
					{
						"id": "1_",
						"name": "counter1",
						"nodeId": "counter",
						"x": 240,
						"y": 69,
						"parameters": {
							"trigger": "5_.out"
						}
					},
					{
						"id": "2_",
						"name": "math1",
						"nodeId": "math",
						"x": 24,
						"y": 279,
						"parameters": {
							"operation": "MATH_MODULO",
							"value": "5",
							"in": "1_.out"
						}
					},
					{
						"id": "3_",
						"name": "math2",
						"nodeId": "math",
						"x": 215,
						"y": 276,
						"parameters": {
							"in": "2_.out",
							"value": "5",
							"operation": "MATH_DIVIDE"
						}
					},
					{
						"id": "4_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 21,
						"y": 502,
						"parameters": {
							"position": "0_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					},
					{
						"id": "5_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 26,
						"y": 19,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-advance-motor-position",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"back-and-forth": {
				"title": "coding_cards.flow.card.back-and-forth.title",
				"hardware": [
					"servo-motor"
				],
				"source": [
					{
						"name": "wave1",
						"nodeId": "wave",
						"x": 96,
						"y": 178,
						"id": "0_",
						"parameters": {
							"min": "0.25",
							"max": "0.75"
						}
					},
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 341,
						"y": 201,
						"id": "1_",
						"parameters": {
							"place": "PLACE_SERVO_MOTOR_1",
							"position": "0_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-back-and-forth",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"blink-randomly-30percent-of-the-time": {
				"title": "coding_cards.flow.card.blink-randomly-30percent-of-the-time.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "led1",
						"nodeId": "led",
						"x": 464,
						"y": 225,
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "2_.out"
						}
					},
					{
						"id": "1_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 23,
						"y": 72,
						"parameters": {
							"interval": "1"
						}
					},
					{
						"id": "2_",
						"name": "comparison1",
						"nodeId": "comparison",
						"x": 240,
						"y": 152,
						"parameters": {
							"in": "1_.out",
							"operation": "COMP_LESS_EQ",
							"value": ".33",
							"ifThen": "3_.out"
						}
					},
					{
						"id": "3_",
						"name": "randomizer2",
						"nodeId": "randomizer",
						"x": 20,
						"y": 293,
						"parameters": {
							"interval": ".2"
						}
					}
				],
				"slides": [
					{
						"id": "flow-blink-randomly-30percent-of-the-time",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"blink": {
				"title": "coding_cards.flow.card.blink.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"name": "wave1",
						"nodeId": "wave",
						"x": 85,
						"y": 149,
						"id": "0_",
						"parameters": {
							"type": "WAVE_SQUARE"
						}
					},
					{
						"name": "led1",
						"nodeId": "led",
						"x": 311,
						"y": 163,
						"id": "1_",
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "0_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-blink",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"change-both-color-and-brightness": {
				"title": "coding_cards.flow.card.change-both-color-and-brightness.title",
				"hardware": [
					"dual-color-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 80,
						"y": 102.359375
					},
					{
						"id": "1_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 77,
						"y": 401.34375
					},
					{
						"id": "2_",
						"name": "dualColorLed1",
						"nodeId": "dual-color-led",
						"x": 316,
						"y": 258,
						"parameters": {
							"place": "PLACE_HORN",
							"light": "0_.out",
							"color": "1_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-change-both-color-and-brightness",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"change-fade-speed": {
				"title": "coding_cards.flow.card.change-fade-speed.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"name": "led1",
						"nodeId": "led",
						"x": 452,
						"y": 126,
						"id": "0_",
						"parameters": {
							"light": "1_.out",
							"place": "PLACE_LEFT_EYE"
						}
					},
					{
						"name": "wave1",
						"nodeId": "wave",
						"x": 242,
						"y": 96,
						"id": "1_",
						"parameters": {
							"length": "2_.out"
						}
					},
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 21,
						"y": 130,
						"id": "2_",
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": "undefined.5",
							"min": "2",
							"max": "undefined.5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-change-fade-speed",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"change-movement-amplitude": {
				"title": "coding_cards.flow.card.change-movement-amplitude.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"name": "wave1",
						"nodeId": "wave",
						"x": 259,
						"y": 145,
						"id": "0_",
						"parameters": {
							"max": "1_.out",
							"length": "1.5"
						}
					},
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 21,
						"y": 168,
						"id": "1_",
						"parameters": {
							"sensitivity": "undefined.5",
							"place": "PLACE_HORN",
							"min": "1",
							"max": "0.3"
						}
					},
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 478,
						"y": 183,
						"id": "2_",
						"parameters": {
							"position": "0_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-change-movement-amplitude",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"circle-leds": {
				"title": "coding_cards.flow.card.circle-leds.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "led1",
						"nodeId": "led",
						"x": 479,
						"y": 235,
						"parameters": {
							"place": "1_.out"
						}
					},
					{
						"id": "1_",
						"name": "list1",
						"nodeId": "list",
						"x": 234,
						"y": 189,
						"parameters": {
							"items.0": "PLACE_LEFT_EYE",
							"items.1": "PLACE_RIGHT_EYE",
							"items.2": "PLACE_RIGHT_MOUTH",
							"items.3": "PLACE_LEFT_MOUTH",
							"in": "2_.out"
						}
					},
					{
						"id": "2_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 24,
						"y": 175,
						"parameters": {
							"type": "WAVE_RAMP_UP"
						}
					}
				],
				"slides": [
					{
						"id": "flow-circle-leds",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"complex-brightness-change": {
				"title": "coding_cards.flow.card.complex-brightness-change.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "led1",
						"nodeId": "led",
						"x": 433,
						"y": 161,
						"parameters": {
							"light": "1_.out",
							"place": "PLACE_LEFT_EYE"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 227,
						"y": 159,
						"parameters": {
							"length": "2_.out"
						}
					},
					{
						"id": "2_",
						"name": "wave2",
						"nodeId": "wave",
						"x": 21,
						"y": 159,
						"parameters": {
							"min": ".1",
							"max": "2",
							"length": "6"
						}
					}
				],
				"slides": [
					{
						"id": "flow-complex-brightness-change",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"control-2-leds": {
				"title": "coding_cards.flow.card.control-2-leds.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"name": "led1",
						"nodeId": "led",
						"x": 357,
						"y": 163,
						"id": "0_",
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "2_.out"
						}
					},
					{
						"name": "led2",
						"nodeId": "led",
						"x": 358,
						"y": 340,
						"id": "1_",
						"parameters": {
							"place": "PLACE_RIGHT_EYE",
							"light": "2_.out"
						}
					},
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 112,
						"y": 195,
						"id": "2_",
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": "0.5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-control-2-leds",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"control-motor-and-led": {
				"title": "coding_cards.flow.card.control-motor-and-led.title",
				"hardware": [
					"built-in-led",
					"servo-motor"
				],
				"source": [
					{
						"name": "led1",
						"nodeId": "led",
						"x": 359,
						"y": 112,
						"id": "1_",
						"parameters": {
							"light": "2_.out",
							"place": "PLACE_LEFT_EYE"
						}
					},
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 124,
						"y": 149,
						"id": "2_",
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					},
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 360,
						"y": 290,
						"id": "3_",
						"parameters": {
							"place": "PLACE_SERVO_MOTOR_1",
							"position": "2_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-control-motor-and-led",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"double-oscillation": {
				"title": "coding_cards.flow.card.double-oscillation.title",
				"hardware": [
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 245,
						"y": 412,
						"parameters": {
							"place": "PLACE_SERVO_MOTOR_1",
							"position": "1_.out"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 245,
						"y": 78,
						"parameters": {
							"length": ".8",
							"max": "3_.out",
							"min": "2_.out"
						}
					},
					{
						"id": "2_",
						"name": "wave2",
						"nodeId": "wave",
						"x": 18,
						"y": 78,
						"parameters": {
							"min": "0",
							"max": ".8",
							"type": "WAVE_TRIANGLE",
							"length": "20"
						}
					},
					{
						"id": "3_",
						"name": "math1",
						"nodeId": "math",
						"x": 20,
						"y": 374,
						"parameters": {
							"value": ".2",
							"in": "2_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-double-oscillation",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"flicker": {
				"title": "coding_cards.flow.card.flicker.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "logic1",
						"nodeId": "logic",
						"x": 18,
						"y": 279,
						"parameters": {
							"items.0": "4_.out",
							"items.1": "1",
							"operation": "LOGIC_XOR"
						}
					},
					{
						"id": "1_",
						"name": "led1",
						"nodeId": "led",
						"x": 451,
						"y": 160,
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "4_.out"
						}
					},
					{
						"id": "2_",
						"name": "led2",
						"nodeId": "led",
						"x": 244,
						"y": 351,
						"parameters": {
							"place": "PLACE_RIGHT_EYE",
							"light": "0_.out"
						}
					},
					{
						"id": "3_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 8,
						"y": 45.265625,
						"parameters": {
							"interval": "0.1"
						}
					},
					{
						"id": "4_",
						"name": "comparison1",
						"nodeId": "comparison",
						"x": 218,
						"y": 32.21875,
						"parameters": {
							"operation": "COMP_GREATER_EQ",
							"value": ".5",
							"in": "3_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-flicker",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"light-to-different-movements": {
				"title": "coding_cards.flow.card.light-to-different-movements.title",
				"hardware": [
					"light-sensor",
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "lightSensor1",
						"nodeId": "light-sensor",
						"x": 329,
						"y": 20,
						"parameters": {
							"place": "PLACE_HORN"
						}
					},
					{
						"id": "1_",
						"name": "list1",
						"nodeId": "list",
						"x": 314,
						"y": 239,
						"parameters": {
							"in": "0_.out",
							"items.0": "2_.out",
							"items.1": "3_.out"
						}
					},
					{
						"id": "2_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 46,
						"y": 26,
						"parameters": {
							"length": "0.2",
							"type": "WAVE_PULSE",
							"min": "0.4",
							"max": "0.6"
						}
					},
					{
						"id": "3_",
						"name": "wave2",
						"nodeId": "wave",
						"x": 47,
						"y": 317,
						"parameters": {
							"length": "5"
						}
					},
					{
						"id": "4_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 328,
						"y": 442,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-light-to-different-movements",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"move-randomly": {
				"title": "coding_cards.flow.card.move-randomly.title",
				"hardware": [
					"servo-motor"
				],
				"source": [
					{
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 141,
						"y": 206,
						"id": "0_",
						"parameters": {
							"interval": "1"
						}
					},
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 357,
						"y": 205,
						"id": "1_",
						"parameters": {
							"position": "0_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-move-randomly",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"move-and-blink-independently": {
				"title": "coding_cards.flow.card.move-and-blink-independently.title",
				"hardware": [
					"dual-color-led",
					"servo-motor"
				],
				"source": [
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 24,
						"y": 351,
						"parameters": {
							"min": ".2",
							"max": ".8"
						}
					},
					{
						"id": "2_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 256,
						"y": 426,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					},
					{
						"id": "3_",
						"name": "dualColorLed1",
						"nodeId": "dual-color-led",
						"x": 420,
						"y": 108,
						"parameters": {
							"color": "4_.out",
							"place": "PLACE_LEFT_ARM",
							"light": "5_.out"
						}
					},
					{
						"id": "4_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 18,
						"y": 96,
						"parameters": {
							"place": "PLACE_HORN"
						}
					},
					{
						"id": "5_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 218,
						"y": 22
					}
				],
				"slides": [
					{
						"id": "flow-move-and-blink-independently",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"move-in-the-dark": {
				"title": "coding_cards.flow.card.move-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "lightSensor1",
						"nodeId": "light-sensor",
						"x": 59,
						"y": 59,
						"parameters": {
							"place": "PLACE_HORN"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 54,
						"y": 284,
						"parameters": {
							"length": "2_.out",
							"min": ".2",
							"max": ".8"
						}
					},
					{
						"id": "2_",
						"name": "comparison1",
						"nodeId": "comparison",
						"x": 278,
						"y": 62,
						"parameters": {
							"in": "0_.out",
							"operation": "COMP_LESS",
							"value": ".3",
							"ifThen": ".8"
						}
					},
					{
						"id": "3_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 273,
						"y": 373,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-move-in-the-dark",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"press-left-and-right-keys": {
				"title": "coding_cards.flow.card.press-left-and-right-keys.title",
				"hardware": [
					"circuit-touch",
					"key-press"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 38,
						"y": 48,
						"parameters": {
							"sensitivity": ".5",
							"place": "PLACE_RIGHT_ARM"
						}
					},
					{
						"id": "1_",
						"name": "circuitTouch2",
						"nodeId": "makey-touch",
						"x": 36,
						"y": 318,
						"parameters": {
							"sensitivity": ".5",
							"place": "PLACE_LEFT_ARM"
						}
					},
					{
						"id": "2_",
						"name": "keyPress1",
						"nodeId": "key-press",
						"x": 255,
						"y": 84,
						"parameters": {
							"trigger": "0_.out",
							"key": "KEY_LEFT"
						}
					},
					{
						"id": "3_",
						"name": "keyPress2",
						"nodeId": "key-press",
						"x": 256,
						"y": 348,
						"parameters": {
							"trigger": "1_.out",
							"key": "KEY_RIGHT"
						}
					}
				],
				"slides": [
					{
						"id": "flow-press-left-and-right-keys",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"random-color": {
				"title": "coding_cards.flow.card.random-color.title",
				"hardware": [
					"dual-color-led"
				],
				"source": [
					{
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 159,
						"y": 244,
						"id": "0_",
						"parameters": {}
					},
					{
						"name": "dualColorLed1",
						"nodeId": "dual-color-led",
						"x": 396,
						"y": 242,
						"id": "1_",
						"parameters": {
							"color": "0_.out",
							"place": "PLACE_HORN"
						}
					}
				],
				"slides": [
					{
						"id": "flow-random-color",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"shake": {
				"title": "coding_cards.flow.card.shake.title",
				"hardware": [
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 433,
						"y": 91,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 224,
						"y": 86,
						"parameters": {
							"type": "WAVE_SQUARE",
							"length": "2_.out",
							"min": ".4",
							"max": ".6"
						}
					},
					{
						"id": "2_",
						"name": "wave2",
						"nodeId": "wave",
						"x": 20,
						"y": 90,
						"parameters": {
							"type": "WAVE_PULSE",
							"length": "8",
							"max": ".1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-shake",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"shine-in-the-dark": {
				"title": "coding_cards.flow.card.shine-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "lightSensor1",
						"nodeId": "light-sensor",
						"x": 57,
						"y": 106.375,
						"parameters": {
							"place": "PLACE_HORN",
							"min": "1",
							"max": "0"
						}
					},
					{
						"id": "1_",
						"name": "led1",
						"nodeId": "led",
						"x": 280,
						"y": 119.078125,
						"parameters": {
							"light": "0_.out",
							"place": "PLACE_LEFT_EYE"
						}
					}
				],
				"slides": [
					{
						"id": "flow-shine-in-the-dark",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"switch-fast-and-slow-movement": {
				"title": "coding_cards.flow.card.switch-fast-and-slow-movement.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 49,
						"y": 129,
						"id": "0_",
						"parameters": {
							"min": "1",
							"max": "0.3",
							"place": "PLACE_HORN",
							"sensitivity": "undefined.5"
						}
					},
					{
						"name": "wave1",
						"nodeId": "wave",
						"x": 278,
						"y": 102,
						"id": "1_",
						"parameters": {
							"length": "0_.out",
							"min": "undefined.2",
							"max": "undefined.8"
						}
					},
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 490,
						"y": 158,
						"id": "2_",
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-switch-fast-and-slow-movement",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"switch-steady-and-random-light": {
				"title": "coding_cards.flow.card.switch-steady-and-random-light.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source": [
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 236,
						"y": 141,
						"id": "0_",
						"parameters": {
							"max": "1_.out",
							"min": "1",
							"place": "PLACE_HORN"
						}
					},
					{
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 23,
						"y": 187,
						"id": "1_",
						"parameters": {
							"interval": "0.25"
						}
					},
					{
						"name": "led1",
						"nodeId": "led",
						"x": 443,
						"y": 166,
						"id": "2_",
						"parameters": {
							"light": "0_.out",
							"place": "PLACE_LEFT_EYE"
						}
					}
				],
				"slides": [
					{
						"id": "flow-switch-steady-and-random-light",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"switch-twinkle-eye": {
				"title": "coding_cards.flow.card.switch-twinkle-eye.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 56,
						"y": 261,
						"parameters": {
							"min": "PLACE_LEFT_EYE",
							"place": "PLACE_HORN",
							"max": "PLACE_RIGHT_EYE",
							"sensitivity": ".5"
						}
					},
					{
						"id": "2_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 63,
						"y": 46,
						"parameters": {
							"interval": "0.1"
						}
					},
					{
						"id": "3_",
						"name": "led1",
						"nodeId": "led",
						"x": 293,
						"y": 178,
						"parameters": {
							"place": "0_.out",
							"light": "2_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-switch-twinkle-eye",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-light-switch": {
				"title": "coding_cards.flow.card.touch-light-switch.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 37,
						"y": 99,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					},
					{
						"id": "1_",
						"name": "counter1",
						"nodeId": "counter",
						"x": 38,
						"y": 370,
						"parameters": {
							"trigger": "0_.out"
						}
					},
					{
						"id": "2_",
						"name": "math1",
						"nodeId": "math",
						"x": 241,
						"y": 330,
						"parameters": {
							"operation": "MATH_MODULO",
							"value": "2",
							"in": "1_.out"
						}
					},
					{
						"id": "3_",
						"name": "led1",
						"nodeId": "led",
						"x": 244,
						"y": 135,
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "2_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-light-switch",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-change-color-10-times": {
				"title": "coding_cards.flow.card.touch-to-change-color-10-times.title",
				"hardware": [
					"circuit-touch",
					"dual-color-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "sequence1",
						"nodeId": "sequence",
						"x": 222,
						"y": 112,
						"parameters": {
							"items.0": "1",
							"items.1": ".5",
							"items.2": ".2",
							"items.3": ".7",
							"items.4": null,
							"items.5": ".1",
							"items.6": ".8",
							"items.7": ".5",
							"items.8": ".3",
							"items.9": null,
							"trigger": "2_.out",
							"duration": "3"
						}
					},
					{
						"id": "1_",
						"name": "dualColorLed1",
						"nodeId": "dual-color-led",
						"x": 427,
						"y": 161,
						"parameters": {
							"color": "0_.out",
							"place": "PLACE_LEFT_ARM"
						}
					},
					{
						"id": "2_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 16,
						"y": 106,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-change-color-10-times",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-light": {
				"title": "coding_cards.flow.card.touch-to-light.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source": [
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 126,
						"y": 145,
						"id": "0_",
						"parameters": {
							"sensitivity": "undefined.5",
							"place": "PLACE_HORN"
						}
					},
					{
						"name": "led1",
						"nodeId": "led",
						"x": 349,
						"y": 151,
						"id": "1_",
						"parameters": {
							"place": "PLACE_LEFT_EYE",
							"light": "0_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-light",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-move": {
				"title": "coding_cards.flow.card.touch-to-move.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 308,
						"y": 174,
						"id": "0_",
						"parameters": {
							"place": "PLACE_SERVO_MOTOR_1",
							"position": "1_.out"
						}
					},
					{
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 82,
						"y": 169,
						"id": "1_",
						"parameters": {
							"place": "PLACE_HORN",
							"min": "0.2",
							"max": "0.8",
							"sensitivity": "0.5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-move",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-siren-light": {
				"title": "coding_cards.flow.card.touch-to-siren-light.title",
				"hardware": [
					"circuit-touch",
					"dual-color-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 29,
						"y": 103,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5",
							"max": "2"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 247,
						"y": 111,
						"parameters": {
							"type": "WAVE_RAMP_DOWN",
							"length": "0_.out"
						}
					},
					{
						"id": "2_",
						"name": "dualColorLed1",
						"nodeId": "dual-color-led",
						"x": 467,
						"y": 94,
						"parameters": {
							"place": "PLACE_LEFT_ARM",
							"color": "1_.out"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-siren-light",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-wave": {
				"title": "coding_cards.flow.card.touch-to-wave.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 16,
						"y": 69,
						"parameters": {
							"length": 1,
							"min": ".2",
							"max": ".8"
						}
					},
					{
						"id": "1_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 441,
						"y": 85,
						"parameters": {
							"position": "2_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					},
					{
						"id": "2_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 228,
						"y": 55,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5",
							"max": "0_.out",
							"min": ".5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-wave",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-wink": {
				"title": "coding_cards.flow.card.touch-to-wink.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 20,
						"y": 69,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 235,
						"y": 117,
						"parameters": {
							"length": "0_.out"
						}
					},
					{
						"id": "2_",
						"name": "led1",
						"nodeId": "led",
						"x": 436,
						"y": 184.328125,
						"parameters": {
							"light": "1_.out",
							"place": "PLACE_LEFT_EYE"
						}
					}
				],
				"slides": [
					{
						"id": "flow-touch-to-wink",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"trigger-movement-pattern": {
				"title": "coding_cards.flow.card.trigger-movement-pattern.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 30,
						"y": 157,
						"parameters": {
							"sensitivity": ".5",
							"place": "PLACE_HORN"
						}
					},
					{
						"id": "1_",
						"name": "sequence1",
						"nodeId": "sequence",
						"x": 241,
						"y": 163,
						"parameters": {
							"items.0": null,
							"items.1": ".3",
							"items.2": ".7",
							"items.3": ".1",
							"items.4": ".5",
							"items.5": "1",
							"trigger": "0_.out",
							"duration": "4"
						}
					},
					{
						"id": "2_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 444,
						"y": 169,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					}
				],
				"slides": [
					{
						"id": "flow-trigger-movement-pattern",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"twinkle-for-4-seconds-at-startup": {
				"title": "coding_cards.flow.card.twinkle-for-4-seconds-at-startup.title",
				"hardware": [
					"built-in-led"
				],
				"source": [
					{
						"id": "2_",
						"name": "led1",
						"nodeId": "led",
						"x": 474,
						"y": 224,
						"parameters": {
							"light": "6_.out",
							"place": "3_.out"
						}
					},
					{
						"id": "3_",
						"name": "list1",
						"nodeId": "list",
						"x": 221,
						"y": 362,
						"parameters": {
							"items.0": "PLACE_LEFT_EYE",
							"items.1": "PLACE_RIGHT_EYE",
							"items.2": "PLACE_RIGHT_MOUTH",
							"items.3": "PLACE_LEFT_MOUTH",
							"in": "4_.out"
						}
					},
					{
						"id": "4_",
						"name": "randomizer1",
						"nodeId": "randomizer",
						"x": 16,
						"y": 374,
						"parameters": {
							"interval": ".1"
						}
					},
					{
						"id": "5_",
						"name": "time1",
						"nodeId": "time",
						"x": 23,
						"y": 156
					},
					{
						"id": "6_",
						"name": "comparison1",
						"nodeId": "comparison",
						"x": 244,
						"y": 65,
						"parameters": {
							"in": "5_.out",
							"operation": "COMP_LESS",
							"value": "4"
						}
					}
				],
				"slides": [
					{
						"id": "flow-twinkle-for-4-seconds-at-startup",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"type-key-over-and-over": {
				"title": "coding_cards.flow.card.type-key-over-and-over.title",
				"hardware": [
					"key-press"
				],
				"source": [
					{
						"id": "0_",
						"name": "keyPress1",
						"nodeId": "key-press",
						"x": 277,
						"y": 210,
						"parameters": {
							"key": "KEY_Q",
							"trigger": "1_.out"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 55,
						"y": 170,
						"parameters": {
							"type": "WAVE_PULSE",
							"length": "2"
						}
					}
				],
				"slides": [
					{
						"id": "flow-type-key-over-and-over",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"wave-quick-ands-slow": {
				"title": "coding_cards.flow.card.wave-quick-ands-slow.title",
				"hardware": [
					"servo-motor"
				],
				"source": [
					{
						"id": "0_",
						"name": "servoMotor1",
						"nodeId": "servo-motor",
						"x": 434,
						"y": 154,
						"parameters": {
							"position": "1_.out",
							"place": "PLACE_SERVO_MOTOR_1"
						}
					},
					{
						"id": "1_",
						"name": "wave1",
						"nodeId": "wave",
						"x": 224,
						"y": 129,
						"parameters": {
							"min": ".2",
							"max": ".8",
							"length": "2_.out"
						}
					},
					{
						"id": "2_",
						"name": "wave2",
						"nodeId": "wave",
						"x": 17,
						"y": 130,
						"parameters": {
							"min": ".2",
							"length": "15",
							"type": "WAVE_TRIANGLE",
							"max": "2"
						}
					}
				],
				"slides": [
					{
						"id": "flow-wave-quick-ands-slow",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"write-hello-in-one-second": {
				"title": "coding_cards.flow.card.write-hello-in-one-second.title",
				"hardware": [
					"circuit-touch",
					"key-press"
				],
				"source": [
					{
						"id": "0_",
						"name": "keySequence1",
						"nodeId": "key-sequence",
						"x": 440,
						"y": 155,
						"parameters": {
							"key": "1_.out"
						}
					},
					{
						"id": "1_",
						"name": "sequence1",
						"nodeId": "sequence",
						"x": 232,
						"y": 131,
						"parameters": {
							"items.0": "KEY_H",
							"items.1": "KEY_E",
							"items.2": "KEY_L",
							"items.3": "KEY_L",
							"items.4": "KEY_O",
							"trigger": "2_.out"
						}
					},
					{
						"id": "2_",
						"name": "circuitTouch1",
						"nodeId": "makey-touch",
						"x": 13,
						"y": 148.390625,
						"parameters": {
							"place": "PLACE_HORN",
							"sensitivity": ".5"
						}
					}
				],
				"slides": [
					{
						"id": "flow-write-hello-in-one-second",
						"title": "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			}
		},
		"block": {
			"blink": {
				"title": "coding_cards.block.card.blink.title",
				"hardware": [
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"W$KVUNq5Q+$?a7kO#1oF\"><statement name=\"SUBSTACK\"><block type=\"output_led\" id=\"EQ@mesn_@S?MC^z$)f}=\"><next><block type=\"control_wait\" id=\"Jn1ysyH+Im`}Vy;(/VIZ\"><next><block type=\"output_led\" id=\"8j.-kdC=D/L?!whF)Q~l\"><next><block type=\"control_wait\" id=\"e22OQM_RHbyNMJHD1*|M\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"]onyY*=Usd;^*d}A]cAp\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"E3V+zSSO$w[5vqOSGlx-\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"s^A@o(vSzJD;dGv#FY|`\"><field name=\"NUM\">0</field></shadow></value></block></next><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"MhqwC8CI1DK[1]#/0%JI\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"KY]vi;0xGT-j-4nersDE\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"!wFCMtc6H)TnKeJQmA8X\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-blink",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-and-wink": {
				"title": "coding_cards.block.card.touch-and-wink.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"djmg2CuRI]l2+WiAN5?:\"><statement name=\"SUBSTACK\"><block type=\"control_if\" id=\"[iaM/S)ymF0{B][GN/LH\"><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\"xGyYB_crB;mMUGhDHH)p\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"/0JAQGT3s:eyF+v{5bA,\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value><next><block type=\"output_led\" id=\"#[ps0a$D)737ZQxH=Yc+\"><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"}G?,A~GjPdR?!8b:^_2+\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"xezQ-S|)64MgzE`hMFYH\"><field name=\"NUM\">1</field></shadow></value></block></next><statement name=\"SUBSTACK\"><block type=\"output_led\" id=\"gZgZ9C[RHU37Un`%YfU=\"><next><block type=\"control_wait\" id=\"PNoDGee~j%m22OY-b}8@\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\".ReQ$W8:fOM@:P@*Rt?R\"><field name=\"NUM\">0.25</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"[fS.qGc6Yy%hd^!^EhON\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"dA;%l/6S^|9(6de1I^$0\"><field name=\"NUM\">0</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-and-wink",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-shine": {
				"title": "coding_cards.block.card.touch-to-shine.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"Re((6#,E4%zvI;a+Aivs\"><statement name=\"SUBSTACK\"><block type=\"output_led\" id=\"*sU|2n0)LQ^%x!eIQVvU\"><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"$9=@g30`fva@Iln~C54!\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"@!Xz%tEwQ71wP8G,S[rF\"><field name=\"NUM\">1</field></shadow><block type=\"input_circuit_touch\" id=\"qX8AmfJ[T!r`w,~eF^{x\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"_uq]L-%Yx-aQ2L2Rz[)5\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-shine",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"shine-in-the-dark": {
				"title": "coding_cards.block.card.shine-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"^$(XDmp9/-P5O#/7k^)D\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"I)?2.to/3R391Xta3pD5\"><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"39iW2:1|^9rz6OTZ.;m$\"><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"Gzyauf:KlyOk#*J.*]Uj\"><field name=\"NUM\"></field></shadow><block type=\"input_light_sensor\" id=\"w`XX~si@CtxdohXuMvLK\"><value name=\"PLACE\"><shadow type=\"dropdown_light_sensor_places\" id=\"P_;UN+2R.{Az[e|](e1+\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"x6L-Zl/HSez_-AB_5U+(\"><field name=\"NUM\">0.01</field></shadow></value></block></value><statement name=\"SUBSTACK\"><block type=\"output_led\" id=\"rR6M#8Z8]C}jKo7S56Ui\"><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"29FG;aqAyKSJ`5R4hOt4\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"7U0?2M;VdB=b~6:J[jMw\"><field name=\"NUM\">0</field></shadow></value></block></statement><statement name=\"SUBSTACK2\"><block type=\"output_led\" id=\"-0/Hktc7h|HfhQ+O.LRz\"><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"L)riKwCut$(IAZs+M}Uh\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"6}oGW6zHBz~a;c^0{9xY\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-shine-in-the-dark",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"flicker": {
				"title": "coding_cards.block.card.flicker.title",
				"hardware": [
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"36\" y=\"-171\"><next><block type=\"control_forever\" id=\"p!hj]o_j2lvDODQd.C.y\"><statement name=\"SUBSTACK\"><block type=\"output_led\" id=\"Cwndhk+jywJ3cy3a1aso\"><next><block type=\"control_wait\" id=\"w_SM{c=wL#VK;m_.vr*f\"><next><block type=\"output_led\" id=\"a{,453aqLo~pvVOE;LS-\"><next><block type=\"control_wait\" id=\"*S1?%$+H$bvt,Zd-z=E|\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"v7k4SU#,|X+Q)w;,D?pp\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\"2D6WF,OZ:7Re8S_Q|M?I\"><value name=\"TO\"><shadow type=\"math_number\" id=\"SvzGD_q#a9kNFYH.(s]k\"><field name=\"NUM\">0.1</field></shadow></value><value name=\"FROM\"><shadow type=\"math_number\" id=\"|qmPA(Sc!CK(bao@/]i6\"><field name=\"NUM\">0</field></shadow></value></block></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"2w6d$z@JQ3y#fL?t!p)b\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"_=Wl-R#-zq?qsAz-!zA?\"><field name=\"NUM\">0</field></shadow></value></block></next><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"R9/LQFPsF@-ihq9x^A_t\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\"k2Fy//bK]MOeTq6T))zw\"><value name=\"TO\"><shadow type=\"math_number\" id=\";BnE/$tNi2tFUicb,rHn\"><field name=\"NUM\">0.1</field></shadow></value><value name=\"FROM\"><shadow type=\"math_number\" id=\"w?@(?mS#NP3xU@t1H[#a\"><field name=\"NUM\">0</field></shadow></value></block></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"PnGtAPnlaWPoUrPC5p-U\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"+)wuBvRKCHUO6Bs$-@8m\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-flicker",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"glow": {
				"title": "coding_cards.block.card.glow.title",
				"hardware": [
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"yte}arjgLfJs0:s=+dg$\" islocal=\"false\" iscloud=\"false\">brightness</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"$wmL(_9BEIL|,,O{H7b4\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\"(?n(@N/9j!{U(whj5-=P\"><next><block type=\"control_repeat\" id=\"0A.CAq)XZ~Ma%TC$on:e\"><statement name=\"SUBSTACK\"><block type=\"data_changevariableby\" id=\"1ft%GV{=UloU}JMehokc\"><next><block type=\"output_led\" id=\"8;DW1/`,|BvKapO~TC3#\"><next><block type=\"control_wait\" id=\"%}=45nz~#:Q*,EDw.^%f\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"pv1H3_vvn4`!Uv1m`D5:\"><field name=\"NUM\">0.02</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\",?J}a/q9U|f)ts*4,j0y\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"G9qYS#pU%JRzKuC,,|RH\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"u,rcwL@[pJ7E:jeN9.6,\"><field name=\"VARIABLE\" id=\"yte}arjgLfJs0:s=+dg$\" variabletype=\"\">brightness</field></block></value></block></next><value name=\"VALUE\"><shadow type=\"math_number\" id=\"BMs,yBg3b5|[:}yVVE:v\"><field name=\"NUM\">0.01</field></shadow></value><field name=\"VARIABLE\" id=\"yte}arjgLfJs0:s=+dg$\" variabletype=\"\">brightness</field></block></statement><value name=\"TIMES\"><shadow type=\"math_whole_number\" id=\"]-J0oi/+JN0)OXasb}~2\"><field name=\"NUM\">100</field></shadow></value></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"`Lw}1``OOaCXd8NIig^E\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"yte}arjgLfJs0:s=+dg$\" variabletype=\"\">brightness</field></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-glow",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"light-switch": {
				"title": "coding_cards.block.card.light-switch.title",
				"hardware": [
					"circuit-touch",
					"built-in-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"Z%w7%=*l0*/GHjF!~Qah\" islocal=\"false\" iscloud=\"false\">toggle</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"data_setvariableto\" id=\"s)nG{F$Y.mO.7ac:lq1/\"><next><block type=\"control_forever\" id=\"d(p)8Kq*btF=kQDDed0J\"><statement name=\"SUBSTACK\"><block type=\"control_if\" id=\"`:O`p3R,|sbCYt?|QA#a\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"I)ml9kVk2e[CACsw6n%n\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\"/psa|4}FzKzX?Ax|o+TI\"><value name=\"VALUE\"><shadow type=\"text\" id=\"X.`4J*R4fUsA$^_9qrji\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"Z%w7%=*l0*/GHjF!~Qah\" variabletype=\"\">toggle</field></block></statement><statement name=\"SUBSTACK2\"><block type=\"data_setvariableto\" id=\"^a78P86uk4ZehIYAtb_L\"><value name=\"VALUE\"><shadow type=\"text\" id=\"5%[RWjwJ-EUjGkv#~KnT\"><field name=\"TEXT\">1</field></shadow></value><field name=\"VARIABLE\" id=\"Z%w7%=*l0*/GHjF!~Qah\" variabletype=\"\">toggle</field></block></statement><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"TGMM-9*l26mlC=hQ7c%M\"><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"5yLFckYKCt9u5yGEP9.=\"><field name=\"NUM\"></field></shadow><block type=\"data_variable\" id=\"}Qc=Y+1?cd`0r{;]%w[;\"><field name=\"VARIABLE\" id=\"Z%w7%=*l0*/GHjF!~Qah\" variabletype=\"\">toggle</field></block></value><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"QO|0EQ=W]K?oshtJKKJ}\"><field name=\"NUM\">0</field></shadow></value></block></value><next><block type=\"output_led\" id=\":[wh8odI!+fyt/DVoVtX\"><next><block type=\"control_wait\" id=\"qO:}^C.){0mp[FjCQ(._\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"y6D$=m~pY!nvy.V|hRod\"><field name=\"NUM\">0.3</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_places\" id=\"v~*wEoA,(WpVlR|gO)F%\"><field name=\"VALUE\">PLACE_LEFT_EYE</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"b=$q:6I`Y~.06biK~lz=\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"N5kL|_ng`pqs8LW%jx5$\"><field name=\"VARIABLE\" id=\"Z%w7%=*l0*/GHjF!~Qah\" variabletype=\"\">toggle</field></block></value></block></next></block></statement><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\")BObiWu{=g.R2xFGWQqS\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"NG@)}.s*![_CJs;ql584\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></statement></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"Aux=x0_n.F}uC8qw(,RN\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"Z%w7%=*l0*/GHjF!~Qah\" variabletype=\"\">toggle</field></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-light-switch",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"switching-colors": {
				"title": "coding_cards.block.card.switching-colors.title",
				"hardware": [
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"output_led_dual_color_light\" id=\"wpP|[Y/~n]||OGp]g`$s\"><next><block type=\"control_forever\" id=\"QTUMdYNr0mT)wes[z37t\"><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_color\" id=\"Mj;YlK[PQaO}u@munI;n\"><next><block type=\"control_wait\" id=\"e@?RPAOMyX###lVg#WS=\"><next><block type=\"output_led_dual_color_color\" id=\"qvC1%MDS?Ea]}^3,.SBK\"><next><block type=\"control_wait\" id=\":tK!~h)Xf`(aIWM{!:[-\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"s2m-Pr|n]s4LMmUIiuW=\"><field name=\"NUM\">0.5</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"N{cp}}ROF;ELMbM;@PKR\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"Odj+YvIkOCQ82K~L/ZwN\"><field name=\"NUM\">0</field></shadow></value></block></next><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"yJH]+L!!uM9a#yLM!{TS\"><field name=\"NUM\">0.5</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"/-GY[h]g{sOo^3:wG:Kr\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"v{S?j:YC}yt]d[0^bFz:\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"kXJ:Am-AB6ucLW~:IN?(\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"X=wBU`uDdC?|`Dz2/b8B\"><field name=\"NUM\">1</field></shadow></value></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-switching-colors",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-siren-light": {
				"title": "coding_cards.block.card.touch-to-siren-light.title",
				"hardware": [
					"circuit-touch",
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"yyRF9jHt]xlamf:fzI=]\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"T.4o*U)B0v%L~zll`IgE\"><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\"%Rkkam%ekG8iZR1c[V7$\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"*pY~FVIiDXmj;~K$^dtt\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_light\" id=\"t/q-_9FTJ{J55Wk;xxlu\"><next><block type=\"output_led_dual_color_color\" id=\"qJF}^Hgu39ft,n/dAE$:\"><next><block type=\"control_wait\" id=\"mzQBRS%,}eHflnE|cwW$\"><next><block type=\"output_led_dual_color_color\" id=\"B{!rYkhz9lWHur^s1^)|\"><next><block type=\"control_wait\" id=\"dU=F=4B6VW4_S:JZ^ogs\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"goki$xo:M)jGres*ulr#\"><field name=\"NUM\">0.1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"cT2uRY0XjQ!^w-6?lF;M\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"6tYYx)p0VOEc;N1FLX[#\"><field name=\"NUM\">0</field></shadow></value></block></next><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"}5m0ny{l|*lwirQ8]N?O\"><field name=\"NUM\">0.1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"X`];eO25G#aS1vE[n[dg\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"iWv=_w6v(`tY2?RgpM1Q\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"6H).7wA{-,F)]g92c7U$\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"-c3#ZRl3dH?9O,Om;M]_\"><field name=\"NUM\">1</field></shadow></value></block></statement><statement name=\"SUBSTACK2\"><block type=\"output_led_dual_color_light\" id=\"_|Za*d)QfAf]#MBt%/Ty\"><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"M`3@1BPd-x)hjqRB~K`k\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"%%[L7Ork3AQVThHI4q?5\"><field name=\"NUM\">0</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-siren-light",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-change-color": {
				"title": "coding_cards.block.card.touch-to-change-color.title",
				"hardware": [
					"circuit-touch",
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"5F};.}%B@w*9/3b_?A8j\"><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_light\" id=\"gIgg.CgApC0t{d[why_*\"><next><block type=\"output_led_dual_color_color\" id=\"]w0B}j`Y*X*:d48%jy}y\"><next><block type=\"control_wait\" id=\"s+rQ;,0YT~P@QJ7sLxAn\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"yykWL3WJw*?nQnc8`zjv\"><field name=\"NUM\">0.01</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"*n-qa;6+P[_Q7D}@LTCo\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"P-K*2*hI!CEGEJ_Q25pI\"><field name=\"NUM\">0</field></shadow><block type=\"input_circuit_touch\" id=\"c;Q~Iu;CWR[FT^aYg5VP\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"yI!2_n2kj?a3N#2KpsE}\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"rB8~8(064G0/u$ptMgF(\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"swYe=S?9/qeo6Fu}9.=q\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-change-color",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"change-color-in-the-dark": {
				"title": "coding_cards.block.card.change-color-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"E@JHPVmrm^aWRA{ls4ol\"><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_light\" id=\"r_Ru/4G/W$uDBZ?UW}jo\"><next><block type=\"control_if_else\" id=\"TthI6}D@{#dDsSRwiSW]\"><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"9_ZHlN@Mp#D*1^R|]*_#\"><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"6Jg6vBkTM0P2fO9=-,kX\"><field name=\"NUM\">0.01</field></shadow></value><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"E8wfZ9U;!L)1[VeYQ1*|\"><field name=\"NUM\"></field></shadow><block type=\"input_light_sensor\" id=\"LfqO{3prJ?r$06geohZX\"><value name=\"PLACE\"><shadow type=\"dropdown_light_sensor_places\" id=\"z!gDAzb?bv3cW_W:(CKc\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></value><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_color\" id=\"#qdfrlg_QSn1!laCVSJy\"><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\":at}MicUREfOv]Jq~3Nf\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"5zVaIP+mZA|AnJ;mf|S]\"><field name=\"NUM\">0</field></shadow></value></block></statement><statement name=\"SUBSTACK2\"><block type=\"output_led_dual_color_color\" id=\"~Cd/O:srBk4rq;xzVY$V\"><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"-fF=JLXz!m~%|+G.2yuz\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"[KP}M`iw~;bJok{j2](n\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"^OADv$%g!u2O6Uq8eG$+\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"|FNS}PogQhsmS:Yhk=Xv\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-change-color-in-the-dark",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"flickering-color": {
				"title": "coding_cards.block.card.flickering-color.title",
				"hardware": [
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"HaSRT%_}%B;Q/]kMO#7/\"><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_light\" id=\"4G0,@=_eQ_LjTQo*osee\"><next><block type=\"output_led_dual_color_color\" id=\"qhej]E4Oa:(_JV(m9kIT\"><next><block type=\"control_wait\" id=\"+$!UPg-PXyi7E@$9n%,2\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"nFc?f9Ek%R{,JgJ@Kf9)\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\";:+Ko~8-U-(0#$NOY,J!\"><value name=\"TO\"><shadow type=\"math_number\" id=\"bKU2kkO!3Z+I+DW,m+DN\"><field name=\"NUM\">0.1</field></shadow></value><value name=\"FROM\"><shadow type=\"math_number\" id=\"f)T+8z$}U,?)^gW5uXam\"><field name=\"NUM\">0</field></shadow></value></block></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"7iEdT:(]byF+Q*~*:2$]\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"gIq2*hIgon@|=GB+r3UK\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\"r1s#@Jc6k;tUn_k{*4sw\"><value name=\"TO\"><shadow type=\"math_number\" id=\"8L2R#YHS7Y)m?DAYwm`5\"><field name=\"NUM\">1</field></shadow></value><value name=\"FROM\"><shadow type=\"math_number\" id=\"i;n0**Gz*2aBkuN(1Z6:\"><field name=\"NUM\">0</field></shadow></value></block></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"L#?]8Fljg;=0Q:$cCCEA\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"bO!e}1=KidO~F}}#w[Jc\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-flickering-color",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"fading-colors": {
				"title": "coding_cards.block.card.fading-colors.title",
				"hardware": [
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"jr[WD2|h4UNJ5M!p4c]g\" islocal=\"false\" iscloud=\"false\">color</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"oHDlGnAC=xK?s0Of5z2g\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\"E*3%e0EuxZ3=AG5vaYCF\"><next><block type=\"output_led_dual_color_light\" id=\"#V5t`*qL(.zTDNUqh:{B\"><next><block type=\"control_repeat\" id=\"Ktwh/!s?Z-PW[+)$|v;6\"><statement name=\"SUBSTACK\"><block type=\"output_led_dual_color_color\" id=\"V{W2-*3jT,X!tih66!lm\"><next><block type=\"data_changevariableby\" id=\"GIWFLevxFx/E0nU:O5bi\"><next><block type=\"control_wait\" id=\"*ITLc+QbT[yVj*l7Yl4Q\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"Ya~x^tFJ-dY[8Z}f2.TY\"><field name=\"NUM\">0.01</field></shadow></value></block></next><value name=\"VALUE\"><shadow type=\"math_number\" id=\"M?rszccJ;3L//7f_-^Jl\"><field name=\"NUM\">0.01</field></shadow></value><field name=\"VARIABLE\" id=\"jr[WD2|h4UNJ5M!p4c]g\" variabletype=\"\">color</field></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"s8=o1^)/C@.46jz#wtTn\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"v`EYcFTw.eHTPQ4Ew5gJ\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"qLTtrIK;/BzR+{uZ4CpP\"><field name=\"VARIABLE\" id=\"jr[WD2|h4UNJ5M!p4c]g\" variabletype=\"\">color</field></block></value></block></statement><value name=\"TIMES\"><shadow type=\"math_whole_number\" id=\"r_fk1R.^.}kYz]-o!ePa\"><field name=\"NUM\">100</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"y!9NF,65X-G)j(T$f5o8\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"+{dddEjD-7gOITWS^vK}\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"z8L=u4D~~G%+H%1SGt{i\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"jr[WD2|h4UNJ5M!p4c]g\" variabletype=\"\">color</field></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-fading-colors",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"mood-light-switch": {
				"title": "coding_cards.block.card.mood-light-switch.title",
				"hardware": [
					"circuit-touch",
					"dual-color-led"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"n@Gw.AS!X8@dKZAA)l:r\" islocal=\"false\" iscloud=\"false\">toggle</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"-65\" y=\"-187\"><next><block type=\"data_setvariableto\" id=\"i~M{[r[[|Tk@{vx*Qp(4\"><next><block type=\"output_led_dual_color_light\" id=\"MlV]Y[xZfDWfSGU?%f*V\"><next><block type=\"control_forever\" id=\"V:(0p0JtSI~I+Gzm`.VT\"><statement name=\"SUBSTACK\"><block type=\"control_if\" id=\"?z3`-s=#Lk+9JsSU^)*%\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"KuQJe`!Lhf_V%otP$)3G\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\"Vk@jgS$MoRX-^[s(@J!6\"><value name=\"VALUE\"><shadow type=\"text\" id=\"jivU$}s@z{zVRhpT[v|[\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"n@Gw.AS!X8@dKZAA)l:r\" variabletype=\"\">toggle</field></block></statement><statement name=\"SUBSTACK2\"><block type=\"data_setvariableto\" id=\"+914vvSn(jQSM%[T-?.!\"><value name=\"VALUE\"><shadow type=\"text\" id=\"jYwF9gyaG+;Cg@lAO$F2\"><field name=\"TEXT\">1</field></shadow></value><field name=\"VARIABLE\" id=\"n@Gw.AS!X8@dKZAA)l:r\" variabletype=\"\">toggle</field></block></statement><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"Hq%P2}Ua4I6957UYfKG9\"><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"G/bb)gkx|Ap=wv~NJ=(~\"><field name=\"NUM\">0</field></shadow></value><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"M+ew(/pa?Xe)?H%q`Slh\"><field name=\"NUM\"></field></shadow><block type=\"data_variable\" id=\"cG]Y:cd)::ipoAyj6^l}\"><field name=\"VARIABLE\" id=\"n@Gw.AS!X8@dKZAA)l:r\" variabletype=\"\">toggle</field></block></value></block></value><next><block type=\"output_led_dual_color_color\" id=\"%En@xs}6JKoHZ0{5D%P|\"><next><block type=\"control_wait\" id=\"*}(Albltomr1w/%:grk|\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"a-ctaTucxe4Gguoc6|Cb\"><field name=\"NUM\">0.5</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"JSC{t..Ks;NbB;k5{N`@\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"COLOR\"><shadow type=\"math_positive_number\" id=\"5.VXlp5jUGgt?ZCI5LP_\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"9,`o7H1Oa?r(f#jqKK$g\"><field name=\"VARIABLE\" id=\"n@Gw.AS!X8@dKZAA)l:r\" variabletype=\"\">toggle</field></block></value></block></next></block></statement><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\"u$OTYG1_A}!r,7PoFxK}\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"CP%i#05e;9R`Db[kWKP)\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></statement></block></next><value name=\"PLACE\"><shadow type=\"dropdown_led_dual_color_places\" id=\"`n^Kn_x-+j]LPV46rQBW\"><field name=\"VALUE\">PLACE_LEFT_ARM</field></shadow></value><value name=\"LIGHT\"><shadow type=\"math_positive_number\" id=\"`kIGABco9Bd~.2/[}*Rb\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"!qR|4*D:h:X1=%U0676.\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"n@Gw.AS!X8@dKZAA)l:r\" variabletype=\"\">toggle</field></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-mood-light-switch",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"back-and-forth": {
				"title": "coding_cards.block.card.back-and-forth.title",
				"hardware": [
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"]9~*b9.^dN5ptjNEBHc8\"><statement name=\"SUBSTACK\"><block type=\"output_servo\" id=\"tn=,KDf?VNHp7p7dGA/U\"><next><block type=\"control_wait\" id=\"bOmrWB5VR|{Q]S|Bms)?\"><next><block type=\"output_servo\" id=\"aF(TGtCHDl$!HJ8?7t;u\"><next><block type=\"control_wait\" id=\"69LSaByf#s;!TwbpF.~k\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"-|]gBD.:XdAmWZvpA0cU\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\":ZiLl4m^tcV}]}BlGP!M\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"q=Q2qjme6UJxdov(Ej6z\"><field name=\"NUM\">0</field></shadow></value></block></next><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\":$sdJCV]zj8,V[w9$s^1\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"hhv.}v@FWwY$ZE!cK#/i\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"FKRnc^meD?SL:Gt{BY:s\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-back-and-forth",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-and-trap": {
				"title": "coding_cards.block.card.touch-and-trap.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"output_servo\" id=\"[Ujk0g93|*aJ]i^q}^])\"><next><block type=\"control_forever\" id=\"T1s/RAn;k(+3wC1BvS:h\"><statement name=\"SUBSTACK\"><block type=\"control_if\" id=\"Acfv!vfzddrE;.U{Rp/Y\"><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\"T/$ZZr$0Bc$O:Z,`6Xp{\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"cb@Ha6+-+Wu=v.PW4+qL\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value><statement name=\"SUBSTACK\"><block type=\"output_servo\" id=\"rn]Tl5pw+hLtm8p@FQ@F\"><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"^G~0Vu{6QuXnBf4}3A{9\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"Ceut+uAIJ#cRs1ky2#o1\"><field name=\"NUM\">1</field></shadow></value></block></statement></block></statement></block></next><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"T0V)lZmbw!Y9YpCn,Ca7\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"LD1h9f~n:%R,p|lx+v}{\"><field name=\"NUM\">0</field></shadow></value></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-and-trap",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-hold-position": {
				"title": "coding_cards.block.card.touch-to-hold-position.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"`n%WoYkaY,cEa68-4b/4\"><statement name=\"SUBSTACK\"><block type=\"output_servo\" id=\"z-B:3PhZ~/.-IKr@q`C9\"><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"Ke3U@F|aH5/pNuC+vDlf\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"5OtM;eAnd(,-1K-X[%He\"><field name=\"NUM\">1</field></shadow><block type=\"input_circuit_touch\" id=\"0Nq^H8=ZUf,9`e_nnWSr\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"K2L$T@[G.lA[2f9-)Dk:\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-hold-position",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"shake-in-the-dark": {
				"title": "coding_cards.block.card.shake-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"QM|Gp2.kB=!w^ngt$Gnk\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"IvYl3(V-oUO.oSO`qf=J\"><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"]rFDS=YAHA0%,Q,*^`o^\"><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"l6+ja3g)_C|)`l#tTtF1\"><field name=\"NUM\">0.01</field></shadow></value><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"w}*`%vx59B6jiRth9jc(\"><field name=\"NUM\"></field></shadow><block type=\"input_light_sensor\" id=\"$._b0L2Yb2I;fD|kY.1x\"><value name=\"PLACE\"><shadow type=\"dropdown_light_sensor_places\" id=\"L-o|q(oIp]`jtt|?-q(Q\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></value><statement name=\"SUBSTACK\"><block type=\"output_servo\" id=\"zydU~GkV5m@XRN.JJmzE\"><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"FEkK1~)MyMVY=1:+xK*P\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"b%EFx^h_B;Ht}D#tY5cG\"><field name=\"NUM\">0.5</field></shadow></value></block></statement><statement name=\"SUBSTACK2\"><block type=\"output_servo\" id=\"$zJs@XS~3D`]#TR3V@q:\"><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"vO^5{U+mk-$mg]S8-U#!\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"vRH6W:hl[yCPHcP~p~J7\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\"ocElJ^b=05|rVj;(QTth\"><value name=\"FROM\"><shadow type=\"math_number\" id=\"5vgcFkH(:D*~ws~n#15F\"><field name=\"NUM\">0</field></shadow></value><value name=\"TO\"><shadow type=\"math_number\" id=\"EJ((gF$|jH5#g[wg(@wP\"><field name=\"NUM\">1</field></shadow></value></block></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-shake-in-the-dark",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"shake": {
				"title": "coding_cards.block.card.shake.title",
				"hardware": [
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"62\" y=\"-56\"><next><block type=\"control_forever\" id=\"BhwC0!^(ZPwGvM;7Q7+N\"><statement name=\"SUBSTACK\"><block type=\"output_servo\" id=\"(zrn!^HvG=0f?Xzu95rJ\"><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"Z~6-fYd!2t*p9Spd!)Vj\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"y6].HxHdE3`z0l3J+o6;\"><field name=\"NUM\">1</field></shadow><block type=\"operator_random\" id=\"Y]IRvL2YvN;x@[MIAP;=\"><value name=\"FROM\"><shadow type=\"math_number\" id=\"tSDqck}6XqL$sg/FZjok\"><field name=\"NUM\">0</field></shadow></value><value name=\"TO\"><shadow type=\"math_number\" id=\"}vOr/{oB1Qjz4p/iQ3_-\"><field name=\"NUM\">1</field></shadow></value></block></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-shake",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"sweep": {
				"title": "coding_cards.block.card.sweep.title",
				"hardware": [
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"kp(Rar_x+@RPjPf@Xu|D\" islocal=\"false\" iscloud=\"false\">position</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"50\" y=\"50\"><next><block type=\"control_forever\" id=\"7rd:,kcfNTdv0Ujj1Fxw\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\";5.mx,BeT.@HR:aT5y)l\"><next><block type=\"control_repeat\" id=\"V3egy{3y/h@tuM~j^Ew2\"><statement name=\"SUBSTACK\"><block type=\"data_changevariableby\" id=\"Wro|{2gQ#mu,R4.Y)72o\"><next><block type=\"output_servo\" id=\"k]+v]KUT94|HdWX(2Tuz\"><next><block type=\"control_wait\" id=\"CU/N7#://w=7lo{vNlMx\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\"8xLShw`v%[lIPbYkGcpv\"><field name=\"NUM\">0.02</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\"4Znf53;b+%Dc15NGtD2[\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"k*zj;QvBwH;uD[ZD56c=\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"oL^y;r([EHKryvw~O(:.\"><field name=\"VARIABLE\" id=\"kp(Rar_x+@RPjPf@Xu|D\" variabletype=\"\">position</field></block></value></block></next><value name=\"VALUE\"><shadow type=\"math_number\" id=\"yXIh;0ut*%V:}/eFDxyR\"><field name=\"NUM\">0.01</field></shadow></value><field name=\"VARIABLE\" id=\"kp(Rar_x+@RPjPf@Xu|D\" variabletype=\"\">position</field></block></statement><value name=\"TIMES\"><shadow type=\"math_whole_number\" id=\"IN_o[8v?2J)c7R(;`nDH\"><field name=\"NUM\">100</field></shadow></value></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"caSRG~TV=vk.6003tNf!\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"kp(Rar_x+@RPjPf@Xu|D\" variabletype=\"\">position</field></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-sweep",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-switch-position": {
				"title": "coding_cards.block.card.touch-to-switch-position.title",
				"hardware": [
					"circuit-touch",
					"servo-motor"
				],
				"source" : "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><variables><variable type=\"\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" islocal=\"false\" iscloud=\"false\">toggle</variable></variables><block type=\"event_power_on\" id=\"rootblock\" deletable=\"false\" x=\"-47\" y=\"-86\"><next><block type=\"data_setvariableto\" id=\"pQlFwhEdXeCD0mRmN0i6\"><next><block type=\"control_forever\" id=\"@7u.+~IG1BBKv:/q@!JX\"><statement name=\"SUBSTACK\"><block type=\"control_if\" id=\"gBG{h:ZJ(y2m*-SGvNrk\"><statement name=\"SUBSTACK\"><block type=\"control_if_else\" id=\"domlLn.VtTI;4lYpV6P/\"><statement name=\"SUBSTACK\"><block type=\"data_setvariableto\" id=\"]vTqrRAwfb*bhIHU_=vu\"><value name=\"VALUE\"><shadow type=\"text\" id=\"j`-gR3tF(^d,[D(+QX$G\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" variabletype=\"\">toggle</field></block></statement><statement name=\"SUBSTACK2\"><block type=\"data_setvariableto\" id=\"^x5gbw|3|1Y,O%n-(l:v\"><value name=\"VALUE\"><shadow type=\"text\" id=\"HSGZ,L84[xZ3[pHoKOkQ\"><field name=\"TEXT\">1</field></shadow></value><field name=\"VARIABLE\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" variabletype=\"\">toggle</field></block></statement><value name=\"CONDITION\"><block type=\"operator_gt\" id=\"n75$!8o^/w~v4c**h_jU\"><value name=\"OPERAND1\"><shadow type=\"math_number\" id=\"?%ML+t=;.Ln,3Rl/h30U\"><field name=\"NUM\"></field></shadow><block type=\"data_variable\" id=\"?)gR_b:O+r@.i)Nvl?bE\"><field name=\"VARIABLE\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" variabletype=\"\">toggle</field></block></value><value name=\"OPERAND2\"><shadow type=\"math_number\" id=\"D`FFB~88A|3Feo_hF5s)\"><field name=\"NUM\">0</field></shadow></value></block></value><next><block type=\"output_servo\" id=\"=?_|mgGNfpbf3boCav|~\"><next><block type=\"control_wait\" id=\"9n)%7MTP/-`TrasLQeXg\"><value name=\"DURATION\"><shadow type=\"math_positive_number\" id=\":Oghz3twH6XII8uVR(H+\"><field name=\"NUM\">1</field></shadow></value></block></next><value name=\"PLACE\"><shadow type=\"dropdown_servo_places\" id=\",JeU(*CP:_;lIOxnksym\"><field name=\"VALUE\">PLACE_SERVO_MOTOR_1</field></shadow></value><value name=\"POSITION\"><shadow type=\"math_positive_number\" id=\"S_:/8J:c1V*rXj+*EMe;\"><field name=\"NUM\">1</field></shadow><block type=\"data_variable\" id=\"S0xSEFAY6EkfLGo)+hq3\"><field name=\"VARIABLE\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" variabletype=\"\">toggle</field></block></value></block></next></block></statement><value name=\"CONDITION\"><block type=\"input_circuit_touch_touched\" id=\"%Ui_gpKQDU@Cm$r!woWb\"><value name=\"PLACE\"><shadow type=\"dropdown_circuit_touch_places\" id=\"dJju0h^y!/Kfz{M88^6/\"><field name=\"VALUE\">PLACE_HORN</field></shadow></value></block></value></block></statement></block></next><value name=\"VALUE\"><shadow type=\"text\" id=\"KxNv^VMXmU7Z]-O,mUC}\"><field name=\"TEXT\">0</field></shadow></value><field name=\"VARIABLE\" id=\"Z,,;HI(h9RTxZ8XA*tcr\" variabletype=\"\">toggle</field></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-switch-position",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"type-a-key-over-and-over": {
				"title": "coding_cards.block.card.type-a-key-over-and-over.title",
				"hardware": [
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables></variables><block type='event_power_on' id='rootblock' deletable='false' x='50' y='50'><next><block type='control_forever'><statement name='SUBSTACK'><block type='output_key_tap'><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>1</field></shadow></value></block></next><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_SPACE</field></shadow></value></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-type-a-key-over-and-over",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-write-a-word": {
				"title": "coding_cards.block.card.touch-to-write-a-word.title",
				"hardware": [
					"circuit-touch",
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables></variables><block type='event_power_on'  id='rootblock' deletable='false' x='50' y='50'><next><block type='control_forever'><statement name='SUBSTACK'><block type='control_if'><value name='CONDITION'><block type='input_circuit_touch_touched'><value name='PLACE'><shadow type='dropdown_circuit_touch_places'><field name='VALUE'>PLACE_HORN</field></shadow></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><next><block type='output_key_tap'><next><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_Y</field></shadow></value></block></next><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_E</field></shadow></value></block></next><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_H</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-write-a-word",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-steer": {
				"title": "coding_cards.block.card.touch-to-steer.title",
				"hardware": [
					"circuit-touch",
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables></variables><block type='event_power_on' id='rootblock' deletable='false' x='50' y='50'><next><block type='control_forever'><statement name='SUBSTACK'><block type='control_if_else'><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>0.1</field></shadow></value></block></next><value name='CONDITION'><block type='input_circuit_touch_touched'><value name='PLACE'><shadow type='dropdown_circuit_touch_places'><field name='VALUE'>PLACE_LEFT_ARM</field></shadow></value></block></value><statement name='SUBSTACK'><block type='output_key_press'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_LEFT</field></shadow></value></block></statement><statement name='SUBSTACK2'><block type='output_key_release'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_LEFT</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-steer",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"press-a-key-in-the-dark": {
				"title": "coding_cards.block.card.press-a-key-in-the-dark.title",
				"hardware": [
					"light-sensor",
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables></variables><block type='event_power_on' id='rootblock' deletable='false' x='50' y='50'><next><block type='control_forever'><statement name='SUBSTACK'><block type='control_if'><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>0.1</field></shadow></value></block></next><value name='CONDITION'><block type='operator_lt'><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='input_circuit_touch'><value name='PLACE'><shadow type='dropdown_circuit_touch_places'><field name='VALUE'>PLACE_HORN</field></shadow></value></block></value><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>0.1</field></shadow></value></block></value><statement name='SUBSTACK'><block type='output_key_hold'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_SPACE</field></shadow></value><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>2</field></shadow></value></block></statement></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-press-a-key-in-the-dark",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"laughter-generator": {
				"title": "coding_cards.block.card.laughter-generator.title",
				"hardware": [
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables><variable type='' id='B(6LfG!!E.],!L}cpner' islocal='false' iscloud='false'>letter</variable></variables><block type='event_power_on' id='rootblock' deletable='false' x='50' y='50'><next><block type='control_forever'><statement name='SUBSTACK'><block type='data_setvariableto'><next><block type='control_if'><next><block type='control_if'><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>0.1</field></shadow></value></block></next><value name='CONDITION'><block type='operator_equals'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>2</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='data_variable'><field name='VARIABLE' id='B(6LfG!!E.],!L}cpner' variabletype=''>letter</field></block></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_A</field></shadow></value></block></statement></block></next><value name='CONDITION'><block type='operator_equals'><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='data_variable'><field name='VARIABLE' id='B(6LfG!!E.],!L}cpner' variabletype=''>letter</field></block></value><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>1</field></shadow></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_H</field></shadow></value></block></statement></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>1</field></shadow><block type='operator_round'><value name='NUM'><shadow type='math_number'><field name='NUM'></field></shadow><block type='operator_random'><value name='FROM'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><value name='TO'><shadow type='math_number'><field name='NUM'>2</field></shadow></value></block></value></block></value><field name='VARIABLE' id='B(6LfG!!E.],!L}cpner' variabletype=''>letter</field></block></statement></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-laughter-generator",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"type-a-sequence-of-letters": {
				"title": "coding_cards.block.card.type-a-sequence-of-letters.title",
				"hardware": [
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables><variable type='' id='@,|@uNr*{D[q;vHJ)!+c' islocal='false' iscloud='false'>number</variable></variables><block type='procedures_definition' x='50' y='50'><next><block type='control_if'><next><block type='control_if'><next><block type='control_if'><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>1</field></shadow></value></block></next><value name='CONDITION'><block type='operator_equals'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>3</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='argument_reporter_string_number'><field name='VALUE'>index</field></block></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_C</field></shadow></value></block></statement></block></next><value name='CONDITION'><block type='operator_equals'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>2</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='argument_reporter_string_number'><field name='VALUE'>index</field></block></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_B</field></shadow></value></block></statement></block></next><value name='CONDITION'><block type='operator_equals'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='argument_reporter_string_number'><field name='VALUE'>index</field></block></value></block></value><statement name='SUBSTACK'><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_A</field></shadow></value></block></statement></block></next><statement name='custom_block'><shadow type='procedures_prototype'><mutation proccode='type letter %s' argumentids='[&quot;pCp#h~Wh6.OR+vZlu~H)&quot;]' argumentnames='[&quot;index&quot;]' argumentdefaults='[&quot;&quot;]' warp='false'></mutation><value name='pCp#h~Wh6.OR+vZlu~H)'><shadow type='argument_reporter_string_number'><field name='VALUE'>index</field></shadow></value></shadow></statement></block><block type='event_power_on' id='rootblock' deletable='false' x='365' y='160'><next><block type='data_setvariableto'><next><block type='control_forever'><statement name='SUBSTACK'><block type='procedures_call'><mutation proccode='type letter %s' argumentids='[&quot;pCp#h~Wh6.OR+vZlu~H)&quot;]' warp='false'></mutation><next><block type='data_changevariableby'><next><block type='control_if'><statement name='SUBSTACK'><block type='data_setvariableto'><value name='VALUE'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><field name='VARIABLE' id='@,|@uNr*{D[q;vHJ)!+c' variabletype=''>number</field></block></statement><value name='CONDITION'><block type='operator_gt'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>3</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='data_variable'><field name='VARIABLE' id='@,|@uNr*{D[q;vHJ)!+c' variabletype=''>number</field></block></value></block></value></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><field name='VARIABLE' id='@,|@uNr*{D[q;vHJ)!+c' variabletype=''>number</field></block></next><value name='pCp#h~Wh6.OR+vZlu~H)'><shadow type='text'><field name='TEXT'></field></shadow><block type='data_variable'><field name='VARIABLE' id='@,|@uNr*{D[q;vHJ)!+c' variabletype=''>number</field></block></value></block></statement></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><field name='VARIABLE' id='@,|@uNr*{D[q;vHJ)!+c' variabletype=''>number</field></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-type-a-sequence-of-letters",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			},
			"touch-to-alternate-keys": {
				"title": "coding_cards.block.card.touch-to-alternate-keys.title",
				"hardware": [
					"circuit-touch",
					"key-press"
				],
				"source" : "<xml xmlns='http://www.w3.org/1999/xhtml'><variables><variable type='' id='pPFSgBmR8!y]klYZ.+z#' islocal='false' iscloud='false'>toggle</variable></variables><block type='event_power_on' id='rootblock' deletable='false' x='50' y='50'><next><block type='data_setvariableto'><next><block type='control_forever'><statement name='SUBSTACK'><block type='control_if'><statement name='SUBSTACK'><block type='control_if_else'><statement name='SUBSTACK'><block type='data_setvariableto'><next><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_A</field></shadow></value></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>1</field></shadow></value><field name='VARIABLE' id='pPFSgBmR8!y]klYZ.+z#' variabletype=''>toggle</field></block></statement><statement name='SUBSTACK2'><block type='data_setvariableto'><next><block type='output_key_tap'><value name='KEY'><shadow type='dropdown_key_keys'><field name='VALUE'>KEY_B</field></shadow></value></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>0</field></shadow></value><field name='VARIABLE' id='pPFSgBmR8!y]klYZ.+z#' variabletype=''>toggle</field></block></statement><value name='CONDITION'><block type='operator_equals'><value name='OPERAND2'><shadow type='math_number'><field name='NUM'>0</field></shadow></value><value name='OPERAND1'><shadow type='math_number'><field name='NUM'></field></shadow><block type='data_variable'><field name='VARIABLE' id='pPFSgBmR8!y]klYZ.+z#' variabletype=''>toggle</field></block></value></block></value></block></statement><next><block type='control_wait'><value name='DURATION'><shadow type='math_positive_number'><field name='NUM'>0.2</field></shadow></value></block></next><value name='CONDITION'><block type='input_circuit_touch_touched'><value name='PLACE'><shadow type='dropdown_circuit_touch_places'><field name='VALUE'>PLACE_HORN</field></shadow></value></block></value></block></statement></block></next><value name='VALUE'><shadow type='math_number'><field name='NUM'>0</field></shadow></value><field name='VARIABLE' id='pPFSgBmR8!y]klYZ.+z#' variabletype=''>toggle</field></block></next></block></xml>",
				"slides" : [
					{
						"id" : "block-touch-to-alternate-keys",
						"title" : "coding_cards.block.slide.code-and-hardware.title"
					}
				]
			}
		}
	}
}
