Spaces:
Running
Running
| { | |
| "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." | |
| } | |
| ] | |
| } | |
| } | |
| } | |