{
  "version": 1,
  "summary": {
    "name": "attempt",
    "domain": "generic",
    "description": "Evaluates submitted work across five dimensions: correctness, understanding, quality, design, and reflection.",
    "attemptTypes": ["code", "essay", "generic"]
  },
  "domain": "generic",
  "attemptTypes": ["code", "essay", "generic"],
  "criteria": [
    {
      "id": "correctness",
      "label": "Correctness",
      "weight": 30,
      "description": "The submission achieves the stated goal without errors or critical omissions"
    },
    {
      "id": "understanding",
      "label": "Conceptual Understanding",
      "weight": 25,
      "description": "Demonstrates understanding of underlying principles, not just surface-level patterns"
    },
    {
      "id": "quality",
      "label": "Quality",
      "weight": 20,
      "description": "The work is clean, organized, and follows appropriate conventions for the medium"
    },
    {
      "id": "design",
      "label": "Design",
      "weight": 15,
      "description": "Choices are deliberate, well-reasoned, and appropriate for the stated constraints"
    },
    {
      "id": "reflection",
      "label": "Reflection",
      "weight": 10,
      "description": "Explicitly addresses trade-offs, limitations, or meaningful next steps"
    }
  ],
  "integrityProfile": {
    "safeSkills": [],
    "gradedSkills": ["attempt"]
  }
}
