{{ block title }} Welche der Alternativen ist besser oder gleich gut als die andere: {{ endblock }} {{ block content }} A ( Bekleidung 10%, Restaurant 40%, Bücher 20%, direkte Auszahlung 30% )
B ( Bekleidung 20%, Restaurant 10%, Bücher 40%, direkte Auszahlung 30% )
C ( Bekleidung 30%, Restaurant 20%, Bücher 30%, direkte Auszahlung 40% )
D ( Bekleidung 40%, Restaurant 30%, Bücher 10%, direkte Auszahlung 20% )
E ( Bekleidung 30%, Restaurant 20%, Bücher 30%, direkte Auszahlung 20% )

Geben Sie jeweils an welche der Alternativen besser oder gleich gut ist als die andere:

{{if player.PMax == 6}} {{ formfields }} {{endif}} {{if player.PMax == 1}} {{ formfield 'Paar_B_C'}} {{ formfield 'Paar_B_D'}} {{ formfield 'Paar_B_E'}} {{ formfield 'Paar_C_D'}} {{ formfield 'Paar_C_E'}} {{ formfield 'Paar_D_E'}} {{endif}} {{if player.PMax == 2}} {{ formfield 'Paar_A_C'}} {{ formfield 'Paar_A_D'}} {{ formfield 'Paar_A_E'}} {{ formfield 'Paar_C_D'}} {{ formfield 'Paar_C_E'}} {{ formfield 'Paar_D_E'}} {{endif}} {{if player.PMax == 3}} {{ formfield 'Paar_A_B'}} {{ formfield 'Paar_A_D'}} {{ formfield 'Paar_A_E'}} {{ formfield 'Paar_B_D'}} {{ formfield 'Paar_B_E'}} {{ formfield 'Paar_D_E'}} {{endif}} {{if player.PMax == 4}} {{ formfield 'Paar_A_B'}} {{ formfield 'Paar_A_C'}} {{ formfield 'Paar_A_E'}} {{ formfield 'Paar_B_C'}} {{ formfield 'Paar_C_E'}} {{ formfield 'Paar_D_E'}} {{endif}} {{if player.PMax == 5}} {{ formfield 'Paar_A_B'}} {{ formfield 'Paar_A_C'}} {{ formfield 'Paar_A_D'}} {{ formfield 'Paar_B_C'}} {{ formfield 'Paar_B_D'}} {{ formfield 'Paar_C_D'}} {{endif}} Wenn Sie Ihre Angaben überprüft haben, drücken Sie den Weiter-Button:

{{ next_button }} {{ endblock }}