Skip to content

Commit

Permalink
Enable survey and update links to point to JA content
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed May 28, 2024
1 parent 6344e13 commit 0b6d05e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ workshop_site: "https://carpentries.github.io/workshop-template"
cc_by_human: "https://creativecommons.org/licenses/by/4.0/"

# Surveys.
pre_survey: "https://carpentries.typeform.com/to/wi32rS?slug="
post_survey: "https://carpentries.typeform.com/to/UgVdRQ?slug="
pre_survey: "https://carpentries.typeform.com/to/CvmMM8re?slug="
post_survey: "https://carpentries.typeform.com/to/hIg7dK3r?slug="

# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
start_time: 0
Expand Down
4 changes: 2 additions & 2 deletions bin/boilerplate/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ workshop_site: "https://carpentries.github.io/workshop-template"
cc_by_human: "https://creativecommons.org/licenses/by/4.0/"

# Surveys.
pre_survey: "https://carpentries.typeform.com/to/wi32rS#slug="
post_survey: "https://carpentries.typeform.com/to/UgVdRQ#slug="
pre_survey: "https://carpentries.typeform.com/to/CvmMM8re?slug="
post_survey: "https://carpentries.typeform.com/to/hIg7dK3r?slug="
instructor_pre_survey: "https://carpentries.typeform.com/to/QVOarK#slug="
instructor_post_survey: "https://carpentries.typeform.com/to/cjJ9UP#slug="

Expand Down
5 changes: 1 addition & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enddate: 2024-05-31 # machine-readable end date for the workshop in YYYY-
instructor: ["ニッタ ジョエル", "西田 孝三"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["大田 達郎", "露崎 弘毅"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
email: ["[email protected]"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"]
collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
collaborative_notes: https://hackmd.io/@swcarpentry-ja/rkXVzlJV0 # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
---

Expand Down Expand Up @@ -310,14 +310,11 @@ available at https://codimd.carpentries.org
{% comment %}
SURVEYS - DO NOT EDIT SURVEY LINKS
{% endcomment %}
{% comment %}
<h2 id="surveys">アンケート</h2>
<p>ワークショップの前後に、これらのアンケートに必ずお答えください。</p>
<p><a href="{{ site.pre_survey }}{{ site.github.project_title }}">ワークショップ前のアンケート</a></p>
<p><a href="{{ site.post_survey }}{{ site.github.project_title }}">ワークショップ後のアンケート</a></p>
<hr/>
{% endcomment %}


{% comment %}
SCHEDULE
Expand Down

0 comments on commit 0b6d05e

Please sign in to comment.