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