Contents:
-
[% sect = 0 %]
[% FOREACH section = survey.sections %]
[% sect = sect + 1 %]
[% IF section.show %]
- [% section.label %] [% END %] [% END %]
[% yapc_name %] - Survey Results
The following survey results are a simple presentation of the raw data. No attempt has been made to analyse the data and compare with previous years. See forthcoming PDFs for more in depth analysis.
Click on pie charts to view larger image version.
[% sect = 0 -%] [% FOREACH section = survey.sections -%] [% sect = sect + 1 -%] [% IF section.show %] [% IF section.label != 'Talk Ratings' AND section.label != 'Feedback' -%][% section.label %]
[% IF section.preamble %][% section.preamble %]
[% END -%] [% FOREACH question = section.questions -%] [% IF question.status != 'hidden' && question.show -%][% question.label %]
[% IF question.multipart -%] [% question.multijoin = 1 -%] [% FOREACH q = question.multipart -%] [% q.label = question.label -%] [% INCLUDE "survey/results-survey-question.html" %] [% END -%] [% IF question.multijoin == 2 %][% END -%] [% question.multijoin = 0 -%] [% ELSE -%] [% q = question -%] [% INCLUDE "survey/results-survey-question.html" -%] [% END -%] [% END -%] [% END -%] [% IF section.footnote %][% section.footnote %]
[% END -%] [% END -%] [% END -%] [% END -%]