faaizashiq commited on
Commit
d923f87
·
verified ·
1 Parent(s): 862ac30

Upload 2 files

Browse files
backend/data/adventure_few_shot_examples.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Few-shot story arcs for AdventureAgent (expand via build_adventure_finetune_jsonl.py)",
3
+ "blockly": {
4
+ "Easy": {
5
+ "story_arc_title": "The Friendship List",
6
+ "levels": [
7
+ {
8
+ "type": "blockly",
9
+ "level_id": "fs_1",
10
+ "title": "Say Hello",
11
+ "story": "Captain Cody lands at the Antaria welcome station. Engineer Zara says the computer only speaks when you use a print block.",
12
+ "concept_tutorial": "Print shows text on the screen. Snap a print block and attach a text block.",
13
+ "problem": "Print the message: Welcome to Antaria",
14
+ "toolbox_categories": ["Text", "Variables"],
15
+ "initial_code": "",
16
+ "validation_rules": {
17
+ "required_concepts": ["print"],
18
+ "expected_output": "Welcome to Antaria"
19
+ },
20
+ "hint_1": "Drag a print block first.",
21
+ "hint_2": "Type your message inside the text block."
22
+ }
23
+ ]
24
+ }
25
+ }
26
+ }
backend/data/students_coding_questions.jsonl ADDED
The diff for this file is too large to render. See raw diff