{{ block title }} test {{ endblock }} {{ block content }}
1. (Konstellation: Fall 2 (Hohe Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Keine Strafaussetzung; Proband hat den Expertenrat nicht berücksichtigt)
{{ if player.case == True && player.parole == False && player.parole_advice == 0 }} {{ include "law_study/1_high_rec_no_par_no_adv.html"}} {{ endif }} {{ if player.case == True && player.parole == False && player.parole_advice > 0 }} {{ include "law_study/2_high_rec_no_par_adv.html"}} {{ endif }} {{ if player.case == False && player.parole == True && player.parole_advice == 0 }} {{ include "law_study/3_low_rec_par_no_adv.html"}} {{ endif }} {{ if player.case == False && player.parole == True && player.parole_advice > 0 }} {{ include "law_study/4_low_rec_par_adv.html"}} {{ endif }} {{ if player.case == False && player.parole == False && player.parole_advice == 0 }} {{ include "law_study/5_low_rec_no_par_no_adv.html"}} {{ endif }} {{ if player.case == False && player.parole == False && player.parole_advice > 0 }} {{ include "law_study/6_low_rec_no_par_adv.html"}} {{ endif }} {{ if player.case == True && player.parole == True && player.parole_advice == 0 }} {{ include "law_study/7_high_rec_par_no_adv.html"}} {{ endif }} {{ if player.case == True && player.parole == True && player.parole_advice > 0 }} {{ include "law_study/8_high_rec_par_adv.html"}} {{ endif }}
2. (Konstellation: Fall 2 (Hohe Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Keine Strafaussetzung; Proband hat den Expertenrat berücksichtigt)
{{ if player.case == True && player.parole == False && player.parole_advice > 0 }} {{ include "law_study/2_high_rec_no_par_adv.html"}} {{ endif }}
3. (Konstellation: Fall 1 (Niedrige Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Strafaussetzung; Proband hat den Expertenrat nicht berücksichtigt)
{{ if player.case == False && player.parole == True && player.parole_advice == 0 }} {{ include "law_study/3_low_rec_par_no_adv.html"}} {{ endif }}
4. (Konstellation: Fall 1 (Niedrige Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Strafaussetzung; Proband hat den Expertenrat berücksichtigt)
{{ if player.case == False && player.parole == True && player.parole_advice > 0 }} {{ include "law_study/4_low_rec_par_adv.html"}} {{ endif }}
5. (Konstellation: Fall 1 (Niedrige Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Keine Strafaussetzung; Proband hat den Expertenrat nicht berücksichtigt)
{{ if player.case == False && player.parole == False && player.parole_advice == 0 }} {{ include "law_study/5_low_rec_no_par_no_adv.html"}} {{ endif }}
6. (Konstellation: Fall 1 (Niedrige Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Keine Strafaussetzung; Proband hat den Expertenrat berücksichtigt)
{{ if player.case == False && player.parole == False && player.parole_advice > 0 }} {{ include "law_study/6_low_rec_no_par_adv.html"}} {{ endif }}
7. (Konstellation: Fall 2 (Hohe Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Strafaussetzung; Proband hat den Expertenrat nicht berücksichtigt)
{{ if player.case == True && player.parole == True && player.parole_advice == 0 }} {{ include "law_study/7_high_rec_par_no_adv.html"}} {{ endif }}
8. (Konstellation: Fall 2 (Hohe Rückfallwahrscheinlichkeit beim Angeklagten); Entscheidung des Probanden: Strafaussetzung; Proband hat den Expertenrat berücksichtigt)
{{ if player.case == True && player.parole == True && player.parole_advice > 0 }} {{ include "law_study/8_high_rec_par_adv.html"}} {{ endif }}


Value:

Remaining Value:

{{for choice in form.q1.choices}} {{endfor}} {{for field in form}} {{for choice in field}} {{endfor}} {{endfor}}
Strongly disagree Disagree More or less disagree Neutral More or less agree Agree Strongly agree
{{choice}}
{{ field.label }}{{choice}}



{{ endblock }}