File size: 988 Bytes
d923f87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "description": "Few-shot story arcs for AdventureAgent (expand via build_adventure_finetune_jsonl.py)",
  "blockly": {
    "Easy": {
      "story_arc_title": "The Friendship List",
      "levels": [
        {
          "type": "blockly",
          "level_id": "fs_1",
          "title": "Say Hello",
          "story": "Captain Cody lands at the Antaria welcome station. Engineer Zara says the computer only speaks when you use a print block.",
          "concept_tutorial": "Print shows text on the screen. Snap a print block and attach a text block.",
          "problem": "Print the message: Welcome to Antaria",
          "toolbox_categories": ["Text", "Variables"],
          "initial_code": "",
          "validation_rules": {
            "required_concepts": ["print"],
            "expected_output": "Welcome to Antaria"
          },
          "hint_1": "Drag a print block first.",
          "hint_2": "Type your message inside the text block."
        }
      ]
    }
  }
}