{{ extends "survey_pre_screen/Page.html" }} {{ load otree }} {{ block styles }} {{ endblock }} {{ block title }} Questions about the applications {{ endblock }} {{ block content }}
33%

In the candidate's applications did you see evidence of the following.
If you wish you can briefly give details and say how this affected that candidate's score.

Did you notice any... Yes No
{{ for choice in form.workExperienceInc }} {{ endfor }} {{ for choice in form.educationInc }} {{ endfor }} {{ for choice in form.health }} {{ endfor }} {{ for choice in form.crime }} {{ endfor }} {{ for choice in form.discrimination }} {{ endfor }} {{ for choice in form.anythingElse }} {{ endfor }}
{{ form.workExperienceInc.label|linebreaks }}{{ choice }}
{{ form.educationInc.label|linebreaks }}{{ choice }}
{{ form.health.label|linebreaks }}{{ choice }}
{{ form.crime.label|linebreaks }}{{ choice }}
{{ form.discrimination.label|linebreaks }}{{ choice }}
{{ form.anythingElse.label|linebreaks }}{{ choice }}
{{ next_button }}
{{ endblock }}