{{ extends 'global/Page.html' }} {{ block title }}Checking...{{ endblock }} {{ block content }}
Final experiment period: {{ round_number }}
Final reason: {{ final_reason }}
| Final market outcomes stored correctly | {{ if all_final_storage_ok }} PASS {{ else }} FAIL {{ endif }} |
|---|---|
| Prediction bonus lotteries correct | {{ if all_bonus_ok }} PASS {{ else }} FAIL {{ endif }} |
| Overall final-stage check | {{ if overall_ok }} PASS {{ else }} FAIL {{ endif }} |
| Link | Fund End | Fund End Reason | Final Period | Final Reason | Final Cash | Market Payment | Final Storage | Eligible Responses | Stored Eligible | Selected Period | Selected Question | Selected Correct | Bonus | Eligible Targets Valid | Bonus Check |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| P{{ row.link_number }} | {{ row.fund_end_round }} | {{ row.fund_end_reason }} | {{ row.final_round }} | {{ row.final_reason }} | {{ row.final_cash|to2 }} | ${{ row.market_payment_dollars|to2 }} | {{ if row.final_storage_ok }} PASS {{ else }} FAIL {{ endif }} | {{ row.reconstructed_num_eligible }} | {{ row.stored_num_eligible }} | {{ row.selected_round }} | {{ if row.selected_question }} {{ row.selected_question }} {{ else }} — {{ endif }} | {{ if row.selected_round == 0 }} N/A {{ elif row.selected_correct }} Yes {{ else }} No {{ endif }} | ${{ row.bonus_amount|to2 }} | {{ if row.eligible_targets_ok }} PASS {{ else }} FAIL {{ endif }} | {{ if row.participant_bonus_ok }} PASS {{ else }} FAIL {{ endif }} |