{{ block title }} 第{{subsession.round_number}}轮收益 {{ endblock }} {{ block content }} {{ if subsession.is_bad_state }}

经过随机,本轮实验的外部经济环境为:不好

{{ if player.id_in_group == 1 }}

你的角色:买方

本轮出价{{group.price_bad}}

本轮卖方猜测你的出价是{{group.belief_seller_price_bad}}

本轮你猜测卖方预测的价格是 {{group.belief_buyer_price_bad}}

本轮卖方提供{{group.quantity_G_bad}}单位G产品,余下为L产品

本轮你猜测卖方提供的G产品数量是 {{group.belief_seller_quantity_bad}}

本轮卖方猜测你预测的数量是 {{group.belief_buyer_quantity_bad}}

本轮收益为{{player.payoff}},其中交易收益为{{player.trade_payoff}},社会道德规范评价的收益为{{player.score_payoff}},预测的收益为{{player.belief_payoff}}

{{ else }}

你的角色:卖方

本轮买方出价{{group.price_bad}}

本轮你猜测买方的出价是{{group.belief_seller_price_bad}}

本轮买方猜测你的预测的价格是{{group.belief_buyer_price_bad}}

本轮提供{{group.quantity_G_bad}}单位G产品,余下为L产品

本轮买方猜测你提供的G产品数量是{{group.belief_seller_quantity_bad}}

本轮你猜测买方预测的数量是{{group.belief_buyer_quantity_bad}}

本轮收益为{{player.payoff}},其中交易收益为{{player.trade_payoff}},社会道德规范评价的收益为{{player.score_payoff}},预测的收益为{{player.belief_payoff}}

{{ endif }} {{ else }}

经过随机,本轮实验的外部经济环境为:好

{{ if player.id_in_group == 1 }}

你的角色:买方

本轮出价{{group.price_good}}购买5单位K产品

本轮收益{{player.payoff}}

{{ else }}

你的角色:卖方

本轮买方出价{{group.price_good}}购买5单位K产品

本轮收益{{player.payoff}}

{{ endif }} {{ endif }} {{ next_button }} {{ endblock }}