fix: rewrite CSS Filters tasks to describe visual outcomes instead of exact code #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pedagogy audit: Filters module has 100% copy-paste score. All exercises give exact CSS declaration. Rewrite ONLY the filters module (lessons/11-filters.json) tasks to describe the desired visual effect instead of the exact code. Example: 'Add filter: blur(4px)' becomes 'Blur the background image to create a frosted-glass effect. Use a blur radius between 2px and 8px.' Accept multiple valid blur values in validations. Do NOT change any other module.