File size: 418 Bytes
72996f3
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "id": "mod_circuits_basics",
    "title": "Basic Electrical Circuits (Ohm's Law)",
    "description": "Construct a circuit to deliver a specific current target using basic components.",
    "category": "A",
    "subject": "Physics",
    "level": "Intermediate",
    "config": {
        "engine": "circuit_simulation",
        "target_value": "2.50",
        "unit": "A",
        "principle": "V = I * R"
    }
}