{% extends "global/Page.html" %} {% load otree %} {{ block title }} {{ Lexicon.group_result_title }} {{ endblock }} {{ block content }} {% if LANGUAGE_CODE == "en" %} {% if participant.private_target_met and participant.public_target_met %}

Congratulations! You solved the problem both privately and as a group. As a result, you get to keep all the money that you did not invest: {{ participant.funds }}MU. This will be converted into cash and sent to you as a bonus payment.

{% else %} {% if participant.private_target_met %}

Congratulations! You solved the problem privately by investing at least 60MU into your private account. As a result, you get to keep all the money that you did not invest: {{ participant.funds }}MU. This will be converted into cash and sent to you as a bonus payment.

{% elif participant.public_target_met %}

Congratulations! You solved the problem as a group by investing at least 160MU into the group account. As a result, you get to keep all the money that you did not invest: {{ participant.funds }}MU. This will be converted into cash and sent to you as a bonus payment.

{% else %}

Unfortunately, you did not solve the problem privately or collectively. Therefore, you lose all your remaining MU.

{% endif %} {% endif %} {% if effort_bonus %}

You will also receive a bonus of $1.50 for winning the mental arithmetic task.

{% endif %} {% elif LANGUAGE_CODE == "ja" %} {% if participant.private_target_met and participant.public_target_met %}

おめでとうございます!あなたは個人的にもグループとしても問題を解決しました。その結果、投資しなかったすべてのMU({{ participant.funds }}MU)を所持することができます。これは1MU=10円で日本円に換算され、謝金に加算されます。

{% else %} {% if participant.private_target_met %}

おめでとうございます!あなたは、個人アカウントに少なくとも60MUを投資することで、問題を個人的に解決しました。その結果、投資しなかったすべてのMU({{ participant.funds }}MU)を所持することができます。これは1MU=10円で日本円に換算され、謝金に加算されます。

{% elif participant.public_target_met %}

おめでとうございます!あなたのグループは、グループアカウントに少なくとも160MUを投資することで、問題をグループとして解決しました。その結果、投資しなかったすべてのMU({{ participant.funds }}MU)を所持することができます。これは1MU=10円で日本円に換算され、謝金に加算されます。

{% else %}

   残念ながら、あなたは個人的にも、グループとしても問題を解決しませんでした。したがって、残りのMUはすべて失われます。

{% endif %} {% endif %} {% if effort_bonus %}

暗算タスクに勝つことで、200円のボーナスがもらえます。

{% endif %}

   実験に参加してくださり、ありがとうございました。謝金を確実に受け取るために、下の「次へ」をクリックしてください。

{% elif LANGUAGE_CODE == "de" %} {% if participant.private_target_met and participant.public_target_met %}

Herzlichen Glückwunsch! Sie haben das Problem sowohl privat als auch in der Gruppe gelöst. Das Ergebnis ist, dass Sie das gesamte Geld, das Sie nicht investiert haben, behalten dürfen: {{ participant.funds }}ME. Dieses wird in Bargeld umgewandelt und Ihnen als Bonuszahlung zugesandt. Sie haben insgesamt {{ total_payout_local_currency }} € verdient (4€ Fixsumme + {{ funds_converted }} € Spielwert {% if effort_bonus %} + 1€ Kopfrechnen-Bonus {% endif %} ).

{% else %} {% if participant.private_target_met %}

Herzlichen Glückwunsch! Sie haben das Problem privat gelöst, indem Sie mindestens 60ME in Ihr privates Konto investiert haben. Daher dürfen Sie das gesamte Geld, das Sie nicht investiert haben, behalten: {{ participant.funds }}ME. Dieses wird in Bargeld umgewandelt und Ihnen als Bonuszahlung zugesandt. Sie haben insgesamt {{ total_payout_local_currency }} € verdient (4€ Fixsumme + {{ funds_converted }} € Spielwert {% if effort_bonus %} + 1€ Kopfrechnen-Bonus {% endif %} ).

{% elif participant.public_target_met %}

Herzlichen Glückwunsch! Sie haben das Problem als Gruppe gelöst, indem Sie mindestens 160ME in das Gruppenkonto investiert haben. Daher dürfen Sie das gesamte Geld, das Sie nicht investiert habt, behalten: {{ participant.funds }}ME. Dieses Geld wird in Bargeld umgewandelt und Ihnen als Bonuszahlung zugesandt. Sie haben insgesamt {{ total_payout_local_currency }} € verdient (4€ Fixsumme + {{ funds_converted }} € Spielwert {% if effort_bonus %} + 1€ Kopfrechnen-Bonus {% endif %} ).

{% else %}

Leider haben Sie das Problem weder privat noch kollektiv gelöst. Daher verlieren Sie all Ihre verbleibenden ME.

{% endif %} {% endif %} {% if effort_bonus %}

Außerdem erhalten Sie einen Bonus von 1 € für den Gewinn der Kopfrechnen-Aufgabe.

{% endif %}

Danke fürs Mitmachen! Um sicherzustellen, dass Sie Ihr Geld erhalten, klicken Sie bitte unten auf "Weiter".

{% elif LANGUAGE_CODE == "zh" %} {% if participant.private_target_met and participant.public_target_met %}

恭喜!你已经同时以私人和小组的形式解决了问题。因此,你可以保留所有未投资的剩余点数:{{ participant.funds }}点。这些点数将被转换为现金并支付给你。

{% else %} {% if participant.private_target_met %}

恭喜!你已经通过投资至少60点到私人账户得以私人解决了问题。因此,你可以保留所有未投资的剩余点数:{{ participant.funds }}点。这些点数将被转换为现金并支付给你。

{% elif participant.public_target_met %}

恭喜!你已经通过集体投资至少160点到小组账户得以以小组形式解决了问题。因此,你可以保留所有未投资的剩余点数:{{ participant.funds }}点。这些点数将被转换为现金并支付给你。

{% else %}

很遗憾,你既没能以小组形式也没能私下解决问题。因此,你将失去所有剩余点数。

{% endif %} {% endif %} {% if effort_bonus %}

你还将获得5元作为赢得心算任务的额外奖励。

{% endif %}

感谢参与这个游戏!请点击“下一步”。

{% elif LANGUAGE_CODE == "it" %} {% if participant.private_target_met and participant.public_target_met %}

Congratulazioni! Hai risolto il problema sia privatamente che come gruppo! Il risultato è che potrai tenere tutte le Unità Monetarie che non hai investito: {{ participant.funds }}UM. Questo ammontare verrà convertito in denaro e ti verrà inviato come pagamento bonus.

{% else %} {% if participant.private_target_met %}

Congratulazioni! Hai risolto il problema privatamente investendo almeno 60UM nel tuo conto personale. Il risultato è che potrai tenere tutte le Unità Monetarie che non hai investito: {{ participant.funds }}UM. Questo ammontare verrà convertito in denaro e ti verrà inviato come pagamento bonus.

{% elif participant.public_target_met %}

Congratulazioni! Hai risolto il problema come gruppo investendo collettivamente almeno 160UM nel vostro conto. Il risultato è che potrai tenere tutte le Unità Monetarie che non hai investito: {{ participant.funds }}UM. Questo ammontare verrà convertito in denaro e ti verrà inviato come pagamento bonus.

{% else %}

Purtroppo, non hai risolto il problema né privatamente né collettivamente. Pertanto, perderai tutte le Unità Monetarie rimanenti.

{% endif %} {% endif %} {% if effort_bonus %}

Riceverai un bonus di 1€ per aver vinto l’esercizio aritmetico mentale.

{% endif %} {% elif LANGUAGE_CODE == "es" %} {% if participant.private_target_met and participant.public_target_met %}

Felicitaciones. Has resuelto el problema tanto en privado como en grupo. Como resultado, te quedas con todo el dinero que no has invertido: {{ participant.funds }}UM. Esto se convertirá en efectivo y se te enviará como pago de bonificación.

{% else %} {% if participant.private_target_met %}

Felicitaciones. Has resuelto el problema de forma privada invirtiendo al menos 60UM en tu cuenta privada. Como resultado, te quedas con todo el dinero que no has invertido: {{ participant.funds }}UM. Esto se convertirá en efectivo y se te enviará como pago de bonificación.

{% elif participant.public_target_met %}

Felicitaciones. Has resuelto el problema como grupo invirtiendo al menos 160UM en la cuenta del grupo. Como resultado, te quedas con todo el dinero que no has invertido: {{ participant.funds }}UM. Esto se convertirá en efectivo y se te enviará como pago de bonificación.

{% else %}

Desgraciadamente, no has resuelto el problema de forma privada o colectiva. Por lo tanto, pierdes todos tus UM restantes.

{% endif %} {% endif %} {% if effort_bonus %}

También recibirá una bonificación de $4000 por ganar la tarea de cálculo mental.

{% endif %} {% elif LANGUAGE_CODE == "fr" %} {% if participant.private_target_met and participant.public_target_met %}

Félicitations ! Vous avez résolu le problème à la fois en privé et en groupe. Ainsi, vous pouvez garder tout l'argent que vous n'avez pas investi : {{ participant.funds }}UM. Ce montant sera converti en espèces et vous serez envoyés à titre de bonus.

{% else %} {% if participant.private_target_met %}

Félicitations ! Vous avez résolu le problème en privé, en investissant au moins 60UM dans votre compte en privé. Ainsi, vous pouvez garder tout l'argent que vous n'avez pas investi : {{ participant.funds }}UM. Ce montant sera converti en espèces et vous serez envoyés à titre de bonus.

{% elif participant.public_target_met %}

Félicitations ! Vous avez résolu le problème en groupe, en investissant au moins 160UM dans votre compte de groupe. Ainsi, vous pouvez garder tout l'argent que vous n'avez pas investi : {{ participant.funds }}UM. Ce montant sera converti en espèces et vous serez envoyés à titre de bonus.

{% else %}

Malheureusement, vous n'avez pas résolu le problème, ni en privé, ni collectivement. Ainsi, vous perdez toutes vos UM restantes.

{% endif %} {% endif %} {% if effort_bonus %}

Vous recevrez également un bonus de 1€ pour avoir gagné la tâche arithmétique mentale.

{% endif %} {% elif LANGUAGE_CODE == "ko" %} {% if participant.private_target_met and participant.public_target_met %}

축하드립니다! 귀하는 개인과 그룹 모두의 문제를 해결하였습니다. 귀하는 귀하가 투자하지 않고 남은 모든 화폐를 가지게 됩니다: {{ participant.funds }}MU. 이 화폐는 보너스 보상에서 현금으로 변환되어 지급될 것입니다.

{% else %} {% if participant.private_target_met %}

축하드립니다! 귀하는 귀하의 개인계좌에 60MU를 투자함으로써 개인으로 문제를 해결하였습니다. 귀하는 귀하가 투자하지 않고 남은 모든 화폐를 가지게 됩니다: {{ participant.funds }}MU. 이 화폐는 보너스 보상에서 현금으로 변환되어 지급될 것입니다.

{% elif participant.public_target_met %}

축하드립니다! 귀하의 그룹이 그룹계좌에 160MU를 투자함으로써 귀하는 그룹으로 문제를 해결하였습니다. 귀하가 투자하지 않고 남은 모든 화폐를 가지게 됩니다: {{ participant.funds }}MU. 이 화폐는 보너스 보상에서 현금으로 변환되어 지급될 것입니다.

{% else %}

안타깝게도, 귀하는 개인과 그룹 중 어떤 방법으로도 문제를 해결하지 못했습니다. 따라서 귀하는 남은 MU를 모두 잃게 됩니다.

{% endif %} {% endif %} {% if effort_bonus %}

귀하는 또한 암산문제에서의 승리 보상으로 1,500원의 보너스를 추가로 받게 됩니다.

{% endif %}

실험에 참여해주셔서 감사합니다! 보상을 받으시려면 아래의 다음 버튼을 눌러주시기 바랍니다.

{% elif LANGUAGE_CODE == "hu" %} {% if participant.private_target_met and participant.public_target_met %}

Gratulálunk! Egyedül és csoportként is megoldotta / megoldották a problémát. Így megkapja azt a pénzt, amit nem utalt a számlákra, azaz {{ participant.funds }} pénzegységet.

{% else %} {% if participant.private_target_met %}

Gratulálunk! Egyedül megoldotta a problémát, mert legalább 60 pénzegységet utalt az egyéni számlájára. Így megkapja azt a pénzt, amit nem utalt a számlákra, azaz {{participant.funds }} pénzegységet. Ezt átváltjuk forintra és megkapja bónuszként.

{% elif participant.public_target_met %}

Gratulálunk! Csoportként megoldották a problémát, mert legalább 160 pénzegységet utaltak a csoportszámlára. Így megkapja azt a pénzt, amit nem utalt a számlákra, azaz {{ participant.funds }} pénzegységet. Ezt átváltjuk forintra és megkapja bónuszként.

{% else %}

Sajnos a problémát nem sikerült sem egyedül, sem csoportként megoldania / megoldaniuk. Így elveszítette az összes el nem költött pénzét is.

{% endif %} {% endif %} {% if effort_bonus %}

Kap még 200 forint bónuszt azért, mert Ön volt a legjobb a fejszámoló feladatban.

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