The [% yapc_name %] Conference Surveys
[% IF loggedin %]
From here you can access and complete surveys pertaining to the [% yapc_name %] Perl Conference.
As you complete a survey, that survey will become unavailable, thus allowing you to keep a track of
what surveys you have and haven't completed. Further information about the surveys please see the
About the Surveys page on the official site.
Best regards,
[% yapc_host %]
[% yapc_city %]
[% IF survey_end %]
Surveys now closed.
[% END %]
Conference Survey
[% IF survey_end %]
[% IF data.survey.completed %]
- [% yapc_name %] Conference Survey
[% ELSE %]
- [% yapc_name %] Conference Survey
[% END %]
[% ELSE %]
[% IF survey_start %]
[% IF data.survey.completed %]
- [% yapc_name %] Conference Survey
[% ELSE %]
- [% yapc_name %] Conference Survey
[% END %]
[% ELSE %]
- [% yapc_name %] Conference Survey (unavailable until [% survey_open %])
[% END %]
[% END %]
[% IF data.courses %]
Course Evaluation Surveys
[% IF ! course_start %]
Please note these surveys are unavailable until [% course_open %].
[% END %]
[% FOREACH item = data.courses %]
[% IF survey_end %]
[% IF item.completed %]
- [% item.course %] by [% item.tutor %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% ELSE %]
[% IF course_start %]
[% IF item.completed %]
- [% item.course %] by [% item.tutor %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% END %]
[% END %]
[% END %]
[% IF data.talks %]
Talk Evaluations
[% IF ! talks_start %]
Please note these evaluations are unavailable until [% talks_open %].
[% ELSE %]
Note that each Talk Evaluation is enabled after the the start of the talk it refers to.
[% END %]
[% FOREACH day = data.talks %]
[% day.date %]
[% FOREACH item = day.talks %]
[% IF survey_end %]
[% IF item.completed %]
- [% item.course %] by [% item.tutor %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% ELSE %]
[% IF talks_start && item.datetime < talks_time %]
[% IF item.completed %]
- [% item.course %] by [% item.tutor %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% ELSE %]
- [% item.course %] by [% item.tutor %]
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]
[% ELSE %]
This is the survey site for [% yapc_name %]. In order to access the various surveys available, please use the link
containing your key sent to your registered email address. If you are unable to access this key, please see Barbie
during the conference or email the administrator.
Best regards,
[% yapc_host %]
[% yapc_city %]
[% END %]