Skip to content

Commit 8b2f85b

Browse files
authored
Merge branch 'carpentries-incubator:main' into main
2 parents 1c16019 + 7737363 commit 8b2f85b

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: Pilot Workshop Feedback
2+
description: Share feedback from a pilot workshop of this lesson.
3+
title: "[Pilot workshop feedback]: "
4+
labels: ["type:discussion"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for teaching this lesson and sharing feedback!
10+
Please answer the questions below,
11+
and note that feedback submitted with this form will be publicly visible.
12+
- type: textarea
13+
id: workshop
14+
attributes:
15+
label: 1. Workshop details
16+
description: |
17+
Tell us about the pilot workshop.
18+
When and where did it take place? Who hosted it? Who were the Instructors?
19+
How many Learners were there? What the background of the Learners e.g. their career stage, domain, prior knowledge of the lesson topic, etc?
20+
validations:
21+
required: true
22+
- type: markdown
23+
attributes:
24+
value: |
25+
## Instructor Feedback
26+
- type: textarea
27+
id: instructor-up
28+
attributes:
29+
label: 2. What did the Instructors find worked well when teaching the lesson?
30+
description: |
31+
What was good about the content and/or the design of the lesson?
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: instructor-down
36+
attributes:
37+
label: 3. What did the Instructors find that could be improved in the lesson?
38+
validations:
39+
required: true
40+
- type: textarea
41+
id: instructor-other
42+
attributes:
43+
label: 4. Do the Instructors have any other feedback on the lesson?
44+
- type: dropdown
45+
id: time
46+
attributes:
47+
label: 5. Were the Instructors able to teach the whole lesson in the time available?
48+
options:
49+
- "Not sure"
50+
- "Yes"
51+
- "No"
52+
validations:
53+
required: true
54+
- type: input
55+
id: time-details
56+
attributes:
57+
label: 6. Tell us more about the lesson duration
58+
description: |
59+
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?
60+
If they were able to teach the whole lesson, how much time did it take?
61+
If an episode-by-episode breakdown of the time taken was recorded, please share it here.
62+
- type: markdown
63+
attributes:
64+
value: |
65+
## Learner Feedback
66+
- type: textarea
67+
id: learner-feedback
68+
attributes:
69+
label: 7. Please share any feedback collected from Learners during the lesson pilot.
70+
description: |
71+
Feel free to exclude any feedback that is specific to the Instructors, venue, etc, or about other lessons taught at the workshop.
72+
- type: markdown
73+
attributes:
74+
value: |
75+
## Conclusion
76+
- type: textarea
77+
id: other
78+
attributes:
79+
label: 8. Is there anything else you would like to tell us?
80+

0 commit comments

Comments
 (0)