File tree Expand file tree Collapse file tree 3 files changed +39
-18
lines changed Expand file tree Collapse file tree 3 files changed +39
-18
lines changed Original file line number Diff line number Diff line change 1
1
[
2
- " Blink Blink " ,
3
- " Servo Wave " ,
4
- " Spin Motor Spin " ,
5
- " Light Switch " ,
6
- " Street Lamp " ,
7
- " Ping Bell " ,
8
- " Robot Arm " ,
9
- " Remote Temperature " ,
10
- " Fire Alarm "
2
+ " blink_blink " ,
3
+ " servo_wave " ,
4
+ " spin_motor_spin " ,
5
+ " light_switch " ,
6
+ " street_lamp " ,
7
+ " ping_bell " ,
8
+ " robot_arm " ,
9
+ " remote_temperature " ,
10
+ " fire_alarm "
11
11
]
Original file line number Diff line number Diff line change
1
+ {
2
+ "title" : " NodeBot Workshop" ,
3
+ "exercise" : {
4
+ "blink_blink" : " Blink Blink" ,
5
+ "servo_wave" : " Servo Wave" ,
6
+ "spin_motor_spin" : " Spin Motor Spin" ,
7
+ "light_switch" : " Light Switch" ,
8
+ "street_lamp" : " Street Lamp" ,
9
+ "ping_bell" : " Ping Bell" ,
10
+ "robot_arm" : " Robot Arm" ,
11
+ "remote_temperature" : " Remote Temperature" ,
12
+ "fire_alarm" : " Fire Alarm"
13
+ },
14
+ "common" : {
15
+ "exercise" : {
16
+ "pass" : {},
17
+ "fail" : {}
18
+ }
19
+ },
20
+ "exercises" : {}
21
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " JavaScriptでのハードウェア制御を楽しもう!" ,
3
3
"exercise" : {
4
- "Blink Blink " : " Lチカ" ,
5
- "Servo Wave " : " サーボウェーブ" ,
6
- "Spin Motor Spin " : " くるくるモーター回転" ,
7
- "Light Switch " : " ライトスイッチ" ,
8
- "Street Lamp " : " ストリートランプ" ,
9
- "Ping Bell " : " ピング ベル" ,
10
- "Robot Arm " : " ロボットアーム" ,
11
- "Remote Temperature " : " 遠隔地の温度" ,
12
- "Fire Alarm " : " 火災報知器"
4
+ "blink_blink " : " Lチカ" ,
5
+ "servo_wave " : " サーボウェーブ" ,
6
+ "spin_motor_spin " : " くるくるモーター回転" ,
7
+ "light_switch " : " ライトスイッチ" ,
8
+ "street_lamp " : " ストリートランプ" ,
9
+ "ping_bell " : " ピング ベル" ,
10
+ "robot_arm " : " ロボットアーム" ,
11
+ "remote_temperature " : " 遠隔地の温度" ,
12
+ "fire_alarm " : " 火災報知器"
13
13
},
14
14
"common" : {
15
15
"exercise" : {
You can’t perform that action at this time.
0 commit comments