Mechanism:
Number of agents: {{p.length}}

{{ pay(i,0).toFixed(3) }} / {{ pay(i,1).toFixed(3) }} — 𝔼 {{ hasGroundTruth ? ((truth*pay(i,1) + (100-truth)*pay(i,0)) / 100).toFixed(3) : ((p[i]*pay(i,1) + (100-p[i])*pay(i,0)) / 100).toFixed(2) }} — wager ${{w[i].toFixed(1)}}

x = {{x}}:
{{i + 1}}
Ground truth {{hasGroundTruth ? "on" : "off"}}
x = {{truth}}%:
{{i + 1}}