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