-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address accessibility/universal design in the lesson #102
Comments
After viewing Carli's talk and taking some UX design classes with her and other instructors, I have some suggestions for improvements for this lesson: 1. Keep the goals and objectives front and centerIn Episode 1, there is not a clear objective for why librarians of all skillsets should learn regex. The objective is not clear and nor is it entirely accurate:
"Searches" from a librarian standpoint means a whole lot of things. Suggest something like:
Also: There is a small paragraph right before the group exercise in Episode 1 "This logic is useful when you have..." that contextualizes why librarians would learn regex. This should be moved up to near the start of the teaching portion. 2. Visualizations to help comprehensionIn Episode 1, the idea of pattern matching is introduced. That is a visual term, so I think there needs to be a visualization of what regex is right at the start of the teaching portion. Here is an example that can be used with attribution. Alternatively, we could include the regexper visual of the very first exercise. 3. Accessible to everyoneThe prerequisites for this class state that a computer is not needed, but all the exercises in Episode 2 require a computer. Are these Episode 2 exercises meant to be done by the instructor with everyone watching? It is unclear from the instructions. 4. How to apply this beyond the lessonThere are some great use-cases at the bottom of this ACRL Tech Connect post. These use cases or others collected by those who have taught/taken this course would be a great addition to the teaching portion and provide context. |
This is amazing @kmiller621 🚀 All of your advice is 👍For 2 I’d say the latter option of using a visual with regexpr is best. For 3 I believe the original intent of the lesson was to do Regex exercises with pencil and paper but then it does have the later exercises using something like regexpr so you do need a computer. That language needs to be updated. For 4 it would be great to add this link as a resource. Please do put in these changes as pull requests. Great suggestions!!! |
I've merged #165. Are there other planned pull requests for this issue? |
Hi everyone, |
Thanks, @Libraryan-prog! I've opened #174 with this suggestion for the maintainer team to review. |
"1. Keep the goals and objectives front and center" Thank you, @kmiller621 I was wondering if this lesson could include more practical examples that would be easily grasped by librarians. The Google Sheets exercise is good. There could be an example using MarcEdit for example. Or also Notepad++ |
Per #102, added suggested text regarding Regex101.com in order to provide context for novice learners.
Watch Carli Spina talk on Universal Design for Learning and determine if there are common issues/improvements to address in the lesson.
Universal Design for Learning
In this Carpentries in Libraries community call, Carli Spina talks about Universal Design for Learning (UDL). She provides an overview of UDL and examples of how it can be applied to Carpentries lessons.
Slides: https://github.com/LibraryCarpentry/governance/blob/master/community-calls/2019-03-07-Spina-UDL.pdf
Video: https://www.youtube.com/watch?v=56rhFeU5-Ig&feature=youtu.be
The text was updated successfully, but these errors were encountered: