amauricunha commited on
Commit
a011aee
·
verified ·
1 Parent(s): a4aad50

Create study_plans/alice_plan.json

Browse files
Files changed (1) hide show
  1. hf_data/study_plans/alice_plan.json +10 -0
hf_data/study_plans/alice_plan.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "user_id": "alice",
3
+ "plan_id": "plan_alice_001",
4
+ "title": "Semana 1 - Vocabulário Básico",
5
+ "created_at": "2025-10-13T12:10:00Z",
6
+ "sessions": [
7
+ {"day": 1, "focus": "vocabulário: cores e números", "duration_minutes": 20},
8
+ {"day": 2, "focus": "prática de pronúncia", "duration_minutes": 15}
9
+ ]
10
+ }