> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uflo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Refining Rubrics

> Diagnose rubric issues, fix common problems, and regrade

After [reviewing results](/instructors/grading/grading-the-exam#phase-4-3-reviewing-results), you may notice scores that don't match your expectations. This usually points to a rubric issue, not a grading issue.

## <Badge color="yellow" size="lg" icon="stethoscope" iconType="regular">Phase 4.4</Badge> Diagnosing Rubric Issues

<Steps>
  <Step title="Review a sample of graded responses">
    Look at 5–10 submissions across the score range: a few high scores, a few low scores, and a few in the middle.

    Navigate quickly with keyboard shortcuts: `←` `→` to switch questions, `↑` `↓` to switch students, and `M` for manual grading mode.
  </Step>

  <Step title="Look for patterns">
    * Students with correct reasoning are losing marks.
    * Similar responses are receiving inconsistent partial credit.
    * Students are earning full credit despite flawed logic.
    * A single criterion accounts for most of the lost points.
  </Step>

  <Step title="Identify the problematic criterion">
    Open the score breakdown for affected submissions and check which criteria are misfiring. Match the pattern to one of the [common problems](#phase-4-5-common-rubric-problems) below.
  </Step>

  <Step title="Update the rubric and regrade">
    Navigate to the question, open the actions menu, and edit the rubric. Then open the regrade menu and select **Regrade Question For All Students**.
  </Step>
</Steps>

<Warning>
  **Regrade Before Releasing Grades**

  Rubric refinement is much simpler before grades are released. Once students can see their scores, any changes need to be communicated. Catch issues during your [review](/instructors/grading/grading-the-exam#phase-4-3-reviewing-results), not after release.
</Warning>

***

## <Badge color="yellow" size="lg" icon="wrench" iconType="regular">Phase 4.5</Badge> Common Rubric Problems

<AccordionGroup>
  <Accordion title="Rubric doesn't include the correct answer">
    **Problem:** The rubric does not specify the correct answer.

    **Solution:** Embed the correct answer directly into each criterion. For specific values use phrases like "must be exactly...". For approximations, provide the acceptable range.

    | Before                      | After                                                          |
    | --------------------------- | -------------------------------------------------------------- |
    | "Mode is correct"           | "Mode is correctly calculated as exactly 15.75"                |
    | "Median is roughly correct" | "Median is correctly calculated somewhere between 17.25-17.75" |
  </Accordion>

  <Accordion title="Rubric doesn't define how to award partial credit">
    **Problem:** Criteria are binary and don't specify how to award partial credit.

    **Solution:** Add explicit scoring tiers to each criterion. Define what earns full credit, what earns partial credit (and how much), and what earns zero.

    | Before                                      | After                                                                                                                                                                                          |
    | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | "Student identifies the pH of the solution" | "Student identifies the pH of the solution as 4.5. Award 50% if the student identifies the solution as acidic but does not calculate the exact pH. Award 0% if no pH or acidity is mentioned." |
  </Accordion>

  <Accordion title="Rubric is too strict/specific">
    **Problem:** The rubric only recognizes one form of a correct answer. Students who express the same answer in an alternative method are marked wrong.

    **Solution:** List all acceptable answer forms and solution methods explicitly in the criterion. Review a batch of graded responses to identify common alternatives students are using.

    | Before                            | After                                                                                                |
    | --------------------------------- | ---------------------------------------------------------------------------------------------------- |
    | "The y-axis is labeled frequency" | "The y-axis has an appropriate label such as frequency, f, count, number of students, or equivalent" |
  </Accordion>

  <Accordion title="Rubric puts too much weight into one criterion">
    **Problem:** One criterion carries so much weight the score is essentially determined by a single element of the response.

    **Solution:** Redistribute weight toward process-oriented criteria. No single criterion should dominate the total score unless the question genuinely tests one thing.

    | Before                                                                                                       | After                                                                                                        |
    | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
    | "Arrives at the correct answer" (50%), "Sets up the equation correctly" (20%), "Shows algebraic steps" (30%) | "Arrives at the correct answer" (20%), "Sets up the equation correctly" (40%), "Shows algebraic steps" (40%) |
  </Accordion>

  <Accordion title="Rubric is misordered">
    **Problem:** Criteria don't follow the sequence the answer is written in. For visual responses, this causes the AI to jump around and mismatch elements.

    **Solution:** Reorder criteria to match the sequence the answer is written in or a human grader would naturally follow when grading the response.

    | Before                                                                                              | After                                                                                               |
    | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
    | "Nucleus is labeled", "Cell membrane is labeled", "Mitochondria is labeled", "Cytoplasm is labeled" | "Cell membrane is labeled", "Cytoplasm is labeled", "Nucleus is labeled", "Mitochondria is labeled" |
  </Accordion>

  <Accordion title="Criteria overlap">
    **Problem:** Two criteria evaluate the same aspect of the response from different angles. A student gets penalized or rewarded twice for a single element.

    **Solution:** Merge the overlapping criteria into one and combine their weights.

    | Before                                                                                     | After                                                                          |
    | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
    | "Correctly applies Newton's second law" (30%), "Uses F=ma to solve for acceleration" (30%) | "Correctly applies Newton's second law (F=ma) to solve for acceleration" (30%) |
  </Accordion>

  <Accordion title="Criterion is too broad">
    **Problem:** A single criterion bundles multiple independent concepts.

    **Solution:** Split the criterion into separate criteria, each testing one concept, and redistribute the weight.

    | Before                                                                         | After                                                                                       |
    | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------- |
    | "Student identifies the literary device and explains its effect on tone" (40%) | "Student identifies the literary device" (20%), "Student explains its effect on tone" (20%) |
  </Accordion>
</AccordionGroup>

<Tip>
  **Iterate Over The Rubric**

  You don't need to get the rubric perfect on the first pass. Update the rubric and regrade student submissions as many times as you need to get to the desired results.
</Tip>

<Note>
  If accuracy remains below 95% after two rounds of rubric refinement and regrading, contact [**support@uflo.io**](mailto:support@uflo.io) for assistance.
</Note>

<Accordion title="What to expect after rubric refinement">
  After refining a rubric and regrading, estimate accuracy by counting how many scores you disagree with out of the sample you reviewed:

  * **Below 95% accuracy:** The rubric likely still has an issue. [Contact us](mailto:support@uflo.io) so we diagnose the issue and provide a resolution. 
  * **95–99% accuracy:** The rubric is working well. Address the remaining individual discrepancies during the [student regrade request window](/instructors/grading/after-grading), where students can flag specific issues for your review.
</Accordion>

***

## <Badge color="yellow" size="lg" icon="arrows-rotate" iconType="regular">Phase 4.6</Badge> Regrading After Changes

After updating a rubric, regrade the affected question using one of these workflows:

<Tabs>
  <Tab title="Manual Score Adjustments">
    Use when only a specific submission needs a score change. To adjust a score:

    <Steps>
      <Step title="Open Assessment">
        Open the assessment and navigate to the student's submission.
      </Step>

      <Step title="Review Student Response">
        Locate the question and review the scanned response and score breakdown.
      </Step>

      <Step title="Adjust the Score">
        Add a comment explaining the change to create a transparent record with the student.
      </Step>

      <Step title="Save Response">
        Uflo automatically recalculates the total exam score.
      </Step>
    </Steps>
  </Tab>

  <Tab title="AI-Powered Regrades">
    Use when a rubric change affects how every response should be scored. To regrade a question for all students:

    <Steps>
      <Step title="Modify the Question">
        Navigate to the question, open the actions menu and select edit.
      </Step>

      <Step title="Regrade Question">
        Then open the regrade menu and select **Regrade Question For All Students**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

<Card title="Next: After Grading" icon="bullhorn" href="/instructors/grading/after-grading">
  Release grades and handle student regrade requests.
</Card>
