diff --git a/_includes/syllabus.html b/_includes/syllabus.html index 6f113460..35f9c4f4 100644 --- a/_includes/syllabus.html +++ b/_includes/syllabus.html @@ -30,6 +30,14 @@

Schedule

Setup Download files required for the lesson + {% if site.instructor_training %} + + {% if multiday %}{% endif %} + + Pre-training survey + Please fill out our pre-training survey before the start of the course. + + {% endif %} {% for lesson_episode in lesson_episodes %} {% if site.episode_order %} {% assign episode = site.episodes | where: "slug", lesson_episode | first %} @@ -78,6 +86,17 @@

Schedule

{% endfor %} {% assign hours = current | divided_by: 60 %} {% assign minutes = current | modulo: 60 %} + {% if site.instructor_training %} + + {% if multiday %}{% endif %} + {% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif +++ %}{{ minutes }} + Post-training survey + Please fill out our post-training survey after the course. + + {% assign current = current | plus: 15 %} + {% assign hours = current | divided_by: 60 %} + {% assign minutes = current | modulo: 60 %} + {% endif %} {% if multiday %}{% endif %} {% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }} diff --git a/bin/boilerplate/_config.yml b/bin/boilerplate/_config.yml index 6aa17f69..242699cf 100644 --- a/bin/boilerplate/_config.yml +++ b/bin/boilerplate/_config.yml @@ -57,6 +57,8 @@ post_survey: "https://carpentries.typeform.com/to/UgVdRQ?slug=" instructor_pre_survey: "https://www.surveymonkey.com/r/instructor_training_pre_survey?workshop_id=" instructor_post_survey: "https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id=" +# Set to 'true' for instructor training websites only. +instructor_training: false # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am). start_time: 0