#36 Following the documentation is a short path to type errors
Closed: Fixed Opened by puiterwijk.

API documentation: "policies_satisified": "false".

Implementation: 'policies_satisified': all(answer.is_satisfied for answer in answers),.

Aka, string vs bool -> type error, or at the very least logic error.
Please make them match.


Metadata Update from @mjia:
- Issue status updated to: Closed (was: Open)

Metadata Update from @dcallagh:
- Issue assigned to mjia
- Issue close_status updated to: Fixed
- Issue set to the milestone: 0.1

Metadata