```json
{
    "unacceptable": ["low"],
    "acceptable": ["low", "med"],
    "very good": ["med", "high"],
    "good": ["high"]
}
```