-
Notifications
You must be signed in to change notification settings - Fork 6
solution bonus c
github-actions[bot] edited this page May 5, 2026
·
1 revision
This shows an example group challenge design.
Designed for: 3-5 students
Students audit a sample web page for accessibility issues, relay-style. Each person has a different focus area:
- Student 1: Checks all images for meaningful alt text
- Student 2: Reviews heading hierarchy (H1, H2, H3 order)
- Student 3: Tests every link for descriptive text (no "click here")
- Student 4: Checks color contrast on text elements
- Student 5 (if present): Reviews keyboard navigation order
- The group forks a sample repository containing a deliberately imperfect HTML page
- Each student creates a branch for their focus area
- Each student files issues for the problems they find
- The group discusses which fixes to prioritize
- Each student submits a PR fixing at least one issue
- The group reviews and merges each other's PRs
Each student posts: their issues filed, their PR, and one review they gave.
- Every student has a defined role so no one is left out
- The relay structure means students depend on each other (Student 3 cannot fix link text if Student 1 has not pushed their alt text fixes yet)
- The final product is a genuinely more accessible page
The learning objective is designing collaborative work that gives every participant a meaningful role. If your challenge design includes clear roles, concrete deliverables, and a reason for people to work together (not just alongside each other), you completed this bonus.