# Score status reference

> Each gymnast's score has a status that indicates where it is in the scoring process.

## Status Overview

| Status          | Color  | Meaning                                               |
| --------------- | ------ | ----------------------------------------------------- |
| **Not Started** | Gray   | No score has been entered.                            |
| **In Progress** | Yellow | A judge has started entering but has not submitted.   |
| **Submitted**   | Green  | The score is submitted and visible on the scoreboard. |
| **In Review**   | Amber  | The score is under inquiry/review.                    |
| **Scratch**     | Red    | The gymnast did not compete.                          |

## After Resubmission

When a score that was **In Review** is resubmitted, it returns to **Submitted** status. On the final scoreboard, it displays with a **star (★)** symbol to indicate it was reviewed.

## Status Transitions

* **Not Started** → **In Progress**: A judge begins entering a score.
* **In Progress** → **Submitted**: The judge taps Submit.
* **Submitted** → **In Review**: The score is [revoked for inquiry](https://docs.gymart.org/judges-companion/index/revoke-score-inquiry).
* **In Review** → **Submitted**: The corrected score is resubmitted (shown with ★).
* **Any status** → **Not Started**: The score is [fully reset](https://docs.gymart.org/judges-companion/index/reset-score).
* **Any status** → **Scratch**: The gymnast is [scratched](https://docs.gymart.org/judges-companion/index/scratch-unscratch).
* **Scratch** → **Not Started**: The gymnast is [unscratched](https://docs.gymart.org/judges-companion/index/scratch-unscratch).

## Related

* [Revoke a score (inquiry)](https://docs.gymart.org/judges-companion/index/revoke-score-inquiry)
* [Reset a score](https://docs.gymart.org/judges-companion/index/reset-score)
* [Scratch and unscratch](https://docs.gymart.org/judges-companion/index/scratch-unscratch)

[Back to guide](https://docs.gymart.org/judges-companion/index)
