Skip to content

Commit c584af7

Browse files
authored
Merge pull request code-dot-org#26674 from code-dot-org/revert-26673-revert-26625-rename-instructions-in-content
Revert "Revert "Rename Instructions in all levels""
2 parents 724603b + da1ec08 commit c584af7

File tree

7,966 files changed

+11945
-11945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,966 files changed

+11945
-11945
lines changed

dashboard/app/views/levels/show.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
= render partial: 'levels/not_started'
3838
- elsif @level.is_a?(Blockly) && @level.embed == 'true' && !@edit_blocks && [email protected]_a?(Applab) && [email protected]_a?(Gamelab) && [email protected]_a?(Weblab)
3939
#title
40-
- if @level.properties['instructions'].present?
41-
%h4{style: 'margin-left: auto; margin-right: auto; max-width: 800px;'}!= brakeman_no_warn(@level.properties['instructions'])
40+
- if @level.properties['short_instructions'].present?
41+
%h4{style: 'margin-left: auto; margin-right: auto; max-width: 800px;'}!= brakeman_no_warn(@level.properties['short_instructions'])
4242
-# Pass special parameters to Blockly partial for embedded level type.
4343
= render partial: 'levels/blockly'
4444
- elsif @level.is_a?(DSLDefined) || @level.is_a?(Widget) || @level.is_a?(FreeResponse) || @level.is_a?(StandaloneVideo) || @level.is_a?(ExternalLink) || @level.is_a?(CurriculumReference)

dashboard/config/scripts/levels/'pre-assessment survey q25A'.level

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"level_num": "custom",
66
"user_id": 340,
77
"properties": {
8-
"markdown_instructions": "If yes, what computer science course(s) had you taken before your current computer science class? \r\n",
8+
"long_instructions": "If yes, what computer science course(s) had you taken before your current computer science class? \r\n",
99
"submittable": "false",
1010
"allow_user_uploads": "false",
1111
"peer_reviewable": "false",

dashboard/config/scripts/levels/2-3 Artist 1 new.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Hi, I'm an artist. You can write code to make me draw almost anything. Use a few blocks to make me draw over the grey lines in the picture. (Each line is 100 pixels long)",
9+
"short_instructions": "Hi, I'm an artist. You can write code to make me draw almost anything. Use a few blocks to make me draw over the grey lines in the picture. (Each line is 100 pixels long)",
1010
"x": "100",
1111
"y": "100",
1212
"start_direction": "90",
@@ -24,7 +24,7 @@
2424
"use_contract_editor": "false",
2525
"impressive": "false",
2626
"disable_sharing": "false",
27-
"markdown_instructions": "Hi, I'm an artist. You can write code to make me draw almost anything. Use a few blocks to make me draw over the grey lines in the picture. (Each line is 100 pixels long)\r\n\r\n",
27+
"long_instructions": "Hi, I'm an artist. You can write code to make me draw almost anything. Use a few blocks to make me draw over the grey lines in the picture. (Each line is 100 pixels long)\r\n\r\n",
2828
"contract_highlight": "false",
2929
"contract_collapse": "false",
3030
"examples_highlight": "false",

dashboard/config/scripts/levels/2-3 Artist 11.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Give the stop sign a border by making an octagon with 100 pixels sides. \r\n\r\n",
9+
"short_instructions": "Give the stop sign a border by making an octagon with 100 pixels sides. \r\n\r\n",
1010
"x": "150",
1111
"y": "100",
1212
"start_direction": "90",
@@ -16,7 +16,7 @@
1616
"ideal": "4",
1717
"slider_speed": "0.7",
1818
"embed": "false",
19-
"markdown_instructions": "Give the stop sign a border by making an octagon with 100 pixels sides. ",
19+
"long_instructions": "Give the stop sign a border by making an octagon with 100 pixels sides. ",
2020
"disable_param_editing": "true",
2121
"disable_variable_editing": "false",
2222
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 12.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Create a circle to finish the eyeball!\r\n\r\nIf the artist turns 1 degree with each loop, how many times do you need to repeat the code to draw a circle? 180? 360? 500?",
9+
"short_instructions": "Create a circle to finish the eyeball!\r\n\r\nIf the artist turns 1 degree with each loop, how many times do you need to repeat the code to draw a circle? 180? 360? 500?",
1010
"x": "140",
1111
"y": "125",
1212
"start_direction": "90",
@@ -16,7 +16,7 @@
1616
"free_play": "false",
1717
"ideal": "4",
1818
"embed": "false",
19-
"markdown_instructions": "Create a circle to finish the eyeball! \r\n\r\nIf the artist turns 1 degree with each loop, how many times do you need to repeat the code to draw a circle? ",
19+
"long_instructions": "Create a circle to finish the eyeball! \r\n\r\nIf the artist turns 1 degree with each loop, how many times do you need to repeat the code to draw a circle? ",
2020
"disable_param_editing": "true",
2121
"disable_variable_editing": "false",
2222
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 2 new.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall. ",
9+
"short_instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall. ",
1010
"x": "250",
1111
"y": "250",
1212
"start_direction": "90",
@@ -16,7 +16,7 @@
1616
"ideal": "3",
1717
"slider_speed": "0.4",
1818
"embed": "false",
19-
"markdown_instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall.",
19+
"long_instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall.",
2020
"disable_param_editing": "true",
2121
"disable_variable_editing": "false",
2222
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 2.level

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 19,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall. ",
9+
"short_instructions": "This house has a half-finished wall. Each side is 100, but the half-finished wall is only 50. Complete the wall. ",
1010
"x": 250,
1111
"y": 250,
1212
"start_direction": 90

dashboard/config/scripts/levels/2-3 Artist 3.4.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "The jump block moves the artist without drawing. Draw the dashed line using both the `jump forward` and `move forward` blocks. Each line is 50 pixels long.",
9+
"short_instructions": "The jump block moves the artist without drawing. Draw the dashed line using both the `jump forward` and `move forward` blocks. Each line is 50 pixels long.",
1010
"x": "100",
1111
"y": "300",
1212
"start_direction": "90",
@@ -15,7 +15,7 @@
1515
"free_play": "false",
1616
"slider_speed": "0.4",
1717
"embed": "false",
18-
"markdown_instructions": "The jump block moves the artist without drawing. Draw the dashed line using both the `jump forward` and `move forward` blocks. Each line is 50 pixels long.",
18+
"long_instructions": "The jump block moves the artist without drawing. Draw the dashed line using both the `jump forward` and `move forward` blocks. Each line is 50 pixels long.",
1919
"disable_param_editing": "true",
2020
"disable_variable_editing": "false",
2121
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 3.level

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 28,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "This hat is 100 pixels high. Draw a hat that is 70 pixels less.",
9+
"short_instructions": "This hat is 100 pixels high. Draw a hat that is 70 pixels less.",
1010
"x": 175,
1111
"y": 200,
1212
"start_direction": 90

dashboard/config/scripts/levels/2-3 Artist 3new.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "The red hat is 100 pixels tall. Finish drawing a black hat that is 70 pixels shorter. \r\n(Note: The width of each hat is 50 pixels.)",
9+
"short_instructions": "The red hat is 100 pixels tall. Finish drawing a black hat that is 70 pixels shorter. \r\n(Note: The width of each hat is 50 pixels.)",
1010
"x": "175",
1111
"y": "250",
1212
"start_direction": "90",
@@ -29,7 +29,7 @@
2929
"examples_collapse": "false",
3030
"definition_highlight": "false",
3131
"definition_collapse": "false",
32-
"markdown_instructions": "The red hat is 100 pixels tall. Finish drawing a black hat that is 70 pixels shorter. \r\n\r\n*(Note: The width of each hat is 50 pixels.)*",
32+
"long_instructions": "The red hat is 100 pixels tall. Finish drawing a black hat that is 70 pixels shorter. \r\n\r\n*(Note: The width of each hat is 50 pixels.)*",
3333
"examples_required": "false",
3434
"disable_examples": "false",
3535
"authored_hints": "[\r\n {\r\n \"hint_class\": \"pointer\",\r\n \"hint_markdown\": \"What is 100-70? Based on the story problem, that's how tall the hat needs to be!\",\r\n \"hint_id\": \"2-3_Artist_3new_a\",\r\n \"hint_type\": \"general\"\r\n },\r\n {\r\n \"hint_class\": \"content\",\r\n \"hint_markdown\": \"The artist doesn't seem to be pointing in the correct direction. Can you make them turn first before drawing the line?\",\r\n \"hint_id\": \"2-3_Artist_3new_b\",\r\n \"hint_type\": \"general\"\r\n }\r\n]",

dashboard/config/scripts/levels/2-3 Artist 4.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Help me complete the house for this cat.",
9+
"short_instructions": "Help me complete the house for this cat.",
1010
"x": "150",
1111
"y": "250",
1212
"start_direction": "90",
@@ -16,7 +16,7 @@
1616
"free_play": "false",
1717
"slider_speed": "0.4",
1818
"embed": "false",
19-
"markdown_instructions": "Help me complete the house for this cat.",
19+
"long_instructions": "Help me complete the house for this cat.",
2020
"disable_param_editing": "true",
2121
"disable_variable_editing": "false",
2222
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 5.level

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Replace this code with a \"repeat times\" block to draw the same house using only 3 blocks.",
9+
"short_instructions": "Replace this code with a \"repeat times\" block to draw the same house using only 3 blocks.",
1010
"x": 250,
1111
"y": 250,
1212
"start_direction": 90

dashboard/config/scripts/levels/2-3 Artist 6.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "This house needs a roof! Draw the triangle. Hint: all three sides are the same length.",
9+
"short_instructions": "This house needs a roof! Draw the triangle. Hint: all three sides are the same length.",
1010
"x": "150",
1111
"y": "200",
1212
"start_direction": "90",
@@ -15,7 +15,7 @@
1515
"free_play": "false",
1616
"slider_speed": "0.4",
1717
"embed": "false",
18-
"markdown_instructions": "This house needs a roof! Draw the triangle. \r\n\r\nHint: all three sides are the same length.\r\n\r\n<img src=\"https://images.code.org/8b10073fd1a7fe53b4da33ec2229894b-image-1468018903891.gif\" width=\"300\"/>",
18+
"long_instructions": "This house needs a roof! Draw the triangle. \r\n\r\nHint: all three sides are the same length.\r\n\r\n<img src=\"https://images.code.org/8b10073fd1a7fe53b4da33ec2229894b-image-1468018903891.gif\" width=\"300\"/>",
1919
"disable_param_editing": "true",
2020
"disable_variable_editing": "false",
2121
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 7.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Finish drawing the last set of windows on the school so that everyone in class can see outside. The sides of each square window pane are 25 pixels long. ",
9+
"short_instructions": "Finish drawing the last set of windows on the school so that everyone in class can see outside. The sides of each square window pane are 25 pixels long. ",
1010
"x": "290",
1111
"y": "200",
1212
"start_direction": "90",
@@ -29,7 +29,7 @@
2929
"definition_collapse": "false",
3030
"disable_examples": "false",
3131
"disable_sharing": "false",
32-
"markdown_instructions": "Finish drawing the last set of windows on the school so that everyone in class can see outside. \r\n\r\nThe sides of each square window pane are 25 pixels long. ",
32+
"long_instructions": "Finish drawing the last set of windows on the school so that everyone in class can see outside. \r\n\r\nThe sides of each square window pane are 25 pixels long. ",
3333
"examples_required": "false",
3434
"never_autoplay_video": "false",
3535
"authored_hints": "[\r\n {\r\n \"hint_class\": \"pointer\",\r\n \"hint_markdown\": \"The easiest way to solve this puzzle is to draw the first square and end with the artist pointing down before starting your second square.\",\r\n \"hint_id\": \"2-3_Artist_7_a\",\r\n \"hint_type\": \"general\"\r\n }\r\n]",

dashboard/config/scripts/levels/2-3 Artist 8.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Complete the rooms for each of the animals by splitting the rectangle into 2 equal-sized squares. The rectangle is 200 pixels wide and 100 pixels tall. There are many different ways to solve this puzzle, so have some fun!",
9+
"short_instructions": "Complete the rooms for each of the animals by splitting the rectangle into 2 equal-sized squares. The rectangle is 200 pixels wide and 100 pixels tall. There are many different ways to solve this puzzle, so have some fun!",
1010
"x": "100",
1111
"y": "250",
1212
"start_direction": "90",
@@ -22,7 +22,7 @@
2222
"use_modal_function_editor": "false",
2323
"use_contract_editor": "false",
2424
"impressive": "false",
25-
"markdown_instructions": "Time to build a barn!\r\n\r\nMake the rooms for each animal by splitting the barn into 2 equal-sized squares. \r\n\r\nHint: The rectangle is 200 pixels wide and 100 pixels tall.\r\n\r\nThere are many different ways to solve this puzzle.",
25+
"long_instructions": "Time to build a barn!\r\n\r\nMake the rooms for each animal by splitting the barn into 2 equal-sized squares. \r\n\r\nHint: The rectangle is 200 pixels wide and 100 pixels tall.\r\n\r\nThere are many different ways to solve this puzzle.",
2626
"contract_highlight": "false",
2727
"contract_collapse": "false",
2828
"examples_highlight": "false",

dashboard/config/scripts/levels/2-3 Artist 9 NEW.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Finish this kite",
9+
"short_instructions": "Finish this kite",
1010
"x": "225",
1111
"y": "175",
1212
"start_direction": "45",
@@ -15,7 +15,7 @@
1515
"free_play": "false",
1616
"slider_speed": "0.4",
1717
"embed": "false",
18-
"markdown_instructions": "Finish this kite",
18+
"long_instructions": "Finish this kite",
1919
"disable_param_editing": "true",
2020
"disable_variable_editing": "false",
2121
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist 9 REPLACEMENT.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"properties": {
88
"skin": "artist",
99
"embed": "false",
10-
"instructions": "Finish drawing these stairs!",
11-
"markdown_instructions": "Finish drawing these stairs!",
10+
"short_instructions": "Finish drawing these stairs!",
11+
"long_instructions": "Finish drawing these stairs!",
1212
"is_k1": "false",
1313
"skip_instructions_popup": "false",
1414
"never_autoplay_video": "false",

dashboard/config/scripts/levels/2-3 Artist 9.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Finish this kite",
9+
"short_instructions": "Finish this kite",
1010
"x": "225",
1111
"y": "175",
1212
"start_direction": "90",
@@ -15,7 +15,7 @@
1515
"free_play": "false",
1616
"slider_speed": "0.4",
1717
"embed": "false",
18-
"markdown_instructions": "Finish this kite",
18+
"long_instructions": "Finish this kite",
1919
"disable_param_editing": "true",
2020
"disable_variable_editing": "false",
2121
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist Assessment 1.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "Assessment: Finish drawing the last tooth. It is 25 pixels wide and 25 pixels tall.",
9+
"short_instructions": "Assessment: Finish drawing the last tooth. It is 25 pixels wide and 25 pixels tall.",
1010
"x": "250",
1111
"y": "250",
1212
"start_direction": "90",
@@ -31,7 +31,7 @@
3131
"impressive": "false",
3232
"disable_sharing": "false",
3333
"permitted_errors": "0",
34-
"markdown_instructions": "**Assessment:** Finish drawing the last tooth. It is 25 pixels wide and 25 pixels tall.",
34+
"long_instructions": "**Assessment:** Finish drawing the last tooth. It is 25 pixels wide and 25 pixels tall.",
3535
"examples_required": "false",
3636
"never_autoplay_video": "false",
3737
"hint_prompt_attempts_threshold": 5,

dashboard/config/scripts/levels/2-3 Artist Debugging 1.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "This hat should only be 50 pixels wide. Can you fix it?",
9+
"short_instructions": "This hat should only be 50 pixels wide. Can you fix it?",
1010
"x": "140",
1111
"y": "225",
1212
"start_direction": "90",
@@ -30,7 +30,7 @@
3030
"permitted_errors": "0",
3131
"impressive": "false",
3232
"disable_sharing": "false",
33-
"markdown_instructions": "This hat should only be 50 pixels wide. \r\nCan you fix it?\r\n\r\n<br/>\r\n",
33+
"long_instructions": "This hat should only be 50 pixels wide. \r\nCan you fix it?\r\n\r\n<br/>\r\n",
3434
"examples_required": "false",
3535
"disable_examples": "false",
3636
"callout_json": "[\r\n {\r\n \"localization_key\": \"2-3_Artist_Debugging_1_a\",\r\n \"callout_text\": \"Artist doesn't have a \\\"Step\\\" button, but you can drag the slider left to watch your program run more carefully.\",\r\n \"element_id\": \"#fastClipPath\",\r\n \"on\": \"\",\r\n \"qtip_config\": {\r\n \"style\": {\r\n \"classes\": \"\"\r\n },\r\n \"position\": {\r\n \"my\": \"bottom left\",\r\n \"at\": \"top right\",\r\n \"adjust\": {\r\n \"x\": 0,\r\n \"y\": 0\r\n }\r\n }\r\n }\r\n }\r\n]",

dashboard/config/scripts/levels/2-3 Artist Debugging 10.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "The direction pad on my game controller is too narrow. \r\n\r\nCan you make it wider by 10 pixels?\r\n\r\nTry running the code first to see what's wrong.",
9+
"short_instructions": "The direction pad on my game controller is too narrow. \r\n\r\nCan you make it wider by 10 pixels?\r\n\r\nTry running the code first to see what's wrong.",
1010
"x": "65",
1111
"y": "200",
1212
"start_direction": "90",
@@ -16,7 +16,7 @@
1616
"slider_speed": "0.4",
1717
"free_play": "false",
1818
"embed": "false",
19-
"markdown_instructions": "The direction pad on my game controller is too narrow. \r\n\r\nCan you make it wider by 10 pixels?\r\n\r\nTry running the code first to see what's wrong.",
19+
"long_instructions": "The direction pad on my game controller is too narrow. \r\n\r\nCan you make it wider by 10 pixels?\r\n\r\nTry running the code first to see what's wrong.",
2020
"disable_param_editing": "true",
2121
"disable_variable_editing": "false",
2222
"use_modal_function_editor": "false",

dashboard/config/scripts/levels/2-3 Artist Debugging 11.level

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "My snowflake is falling apart!\r\n\r\nCan you figure out what's going wrong?",
9+
"short_instructions": "My snowflake is falling apart!\r\n\r\nCan you figure out what's going wrong?",
1010
"x": "225",
1111
"y": "200",
1212
"start_direction": "0",
@@ -22,7 +22,7 @@
2222
"use_contract_editor": "false",
2323
"disable_sharing": "false",
2424
"impressive": "false",
25-
"markdown_instructions": "My snowflake is falling apart!\r\n\r\nCan you figure out what's going wrong?",
25+
"long_instructions": "My snowflake is falling apart!\r\n\r\nCan you figure out what's going wrong?",
2626
"contract_highlight": "false",
2727
"contract_collapse": "false",
2828
"examples_highlight": "false",

dashboard/config/scripts/levels/2-3 Artist Debugging 12.level

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"user_id": 6,
77
"properties": {
88
"skin": "artist",
9-
"instructions": "I'm supposed to add an ocean wave to this scene. Can you help me?",
9+
"short_instructions": "I'm supposed to add an ocean wave to this scene. Can you help me?",
1010
"x": "75",
1111
"y": "275",
1212
"start_direction": "0",

0 commit comments

Comments
 (0)