From 17070b8d514e21e58973863eabd4248974468e7f Mon Sep 17 00:00:00 2001 From: Francesco Nattino <49899980+fnattino@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:26:08 +0100 Subject: [PATCH] Add pilot workshop feedback Added a template to submit feedback via GitHub issues --- .../pilot_workshop_feedback.yml | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pilot_workshop_feedback.yml diff --git a/.github/ISSUE_TEMPLATE/pilot_workshop_feedback.yml b/.github/ISSUE_TEMPLATE/pilot_workshop_feedback.yml new file mode 100644 index 00000000..c81c4ec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pilot_workshop_feedback.yml @@ -0,0 +1,80 @@ +name: Pilot Workshop Feedback +description: Share feedback from a pilot workshop of this lesson. +title: "[Pilot workshop feedback]: " +labels: ["type:discussion"] +body: + - type: markdown + attributes: + value: | + Thank you for teaching this lesson and sharing feedback! + Please answer the questions below, + and note that feedback submitted with this form will be publicly visible. + - type: textarea + id: workshop + attributes: + label: 1. Workshop details + description: | + Tell us about the pilot workshop. + When and where did it take place? Who hosted it? Who were the Instructors? + How many Learners were there? What the background of the Learners e.g. their career stage, domain, prior knowledge of the lesson topic, etc? + validations: + required: true + - type: markdown + attributes: + value: | + ## Instructor Feedback + - type: textarea + id: instructor-up + attributes: + label: 2. What did the Instructors find worked well when teaching the lesson? + description: | + What was good about the content and/or the design of the lesson? + validations: + required: true + - type: textarea + id: instructor-down + attributes: + label: 3. What did the Instructors find that could be improved in the lesson? + validations: + required: true + - type: textarea + id: instructor-other + attributes: + label: 4. Do the Instructors have any other feedback on the lesson? + - type: dropdown + id: time + attributes: + label: 5. Were the Instructors able to teach the whole lesson in the time available? + options: + - "Not sure" + - "Yes" + - "No" + validations: + required: true + - type: input + id: time-details + attributes: + label: 6. Tell us more about the lesson duration + description: | + If the Instructors were not able to teach the complete lesson in the time available, how much time did they have and how far through the lesson did they get? What content, if any, did they skip when teaching the lesson? + If they were able to teach the whole lesson, how much time did it take? + If an episode-by-episode breakdown of the time taken was recorded, please share it here. + - type: markdown + attributes: + value: | + ## Learner Feedback + - type: textarea + id: learner-feedback + attributes: + label: 7. Please share any feedback collected from Learners during the lesson pilot. + description: | + Feel free to exclude any feedback that is specific to the Instructors, venue, etc, or about other lessons taught at the workshop. + - type: markdown + attributes: + value: | + ## Conclusion + - type: textarea + id: other + attributes: + label: 8. Is there anything else you would like to tell us? +