{{ block title }} ヒューリスティックス {{ endblock }} {{ block styles }} {{ endblock }} {{ block content }}
ケース1において:
{{ if player.selection_a == 1 }}あなたはプラン A を選びました。
{{ elif player.selection_a == 2 }}あなたはプラン B を選びました。
{{ else }}あなたは選択を放棄しました。
{{ endif }}ケース1において、プラン A を選んだ被験者とプラン B を選んだ被験者のそれぞれの割合
ケース2において:
{{ if player.selection_d == 1 }}あなたはプラン C を選びました。
{{ elif player.selection_d == 2 }}あなたはプラン D を選びました。
{{ else }}あなたは選択を放棄しました。
{{ endif }}ケース2において、プラン C を選んだ被験者とプラン D を選んだ被験者のそれぞれの割合