{{ block title }}
Result
{{ endblock }}
{{ block content }}
Round {{selectedRound}} was randomly selected in which
{{if player.investmentChoice}}
you chose legitimate economy for your project and you
{{if not player.tax_compliance}}
did not pay your tax.
{{if player.control}} You were checked in that round by the tax audit mechanism, and the penalty was deducted from your profit.
{{else}} You have not been subjected to the control mechanism in that round, which means you have neither paid the tax nor incurred a penalty.
{{endif}}
{{else}} paid the tax in that round so you are not subject to pay any penalty.
{{endif}}
{{else}}
you chose shadow economy for your project and you
{{if not player.tax_compliance}}
did not pay for the hiding feature.
{{if player.control}} You were checked in that round by the audit mechanism, and the penalty was deducted from your payoff.
{{else}} You have not been subjected to the audit mechanism in that round, which means you have neither paid for the feature nor incurred a penalty.
{{endif}}
{{else}} paid the hiding feature in that round so you were protected from the penalty.
{{endif}}
{{endif}}
Therefore, your final net profit is {{player.payoff}}.
Click here
to complete the study.
{{ endblock }}