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