You are a quality evaluator. Score the following completed work on these dimensions.

## Task
{{task}}

## Completed Work Summary
{{summary}}

## Scoring Dimensions ({{rubricLabel}} task)
{{dimensionList}}

## Instructions
For each dimension, provide:
1. A score from 0-10 (0 = completely missing, 5 = adequate, 10 = exceptional)
2. A brief explanation (1-2 sentences)

Then provide an overall summary of the work quality.

Respond in EXACTLY this JSON format:
{
  "dimensions": [
    {"name": "{{dim0}}", "score": <0-10>, "feedback": "<explanation>"},
    {"name": "{{dim1}}", "score": <0-10>, "feedback": "<explanation>"},
    {"name": "{{dim2}}", "score": <0-10>, "feedback": "<explanation>"},
    {"name": "{{dim3}}", "score": <0-10>, "feedback": "<explanation>"}
  ],
  "summary": "<2-3 sentence overall assessment>"
}

Respond with ONLY the JSON object, no other text.
