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