Add Number Properties lesson + 6 practice questions#16
Draft
DMDaudio wants to merge 1 commit into
Draft
Conversation
Seed the previously lesson-less Number Properties topic with a foundational lesson (factors, multiples, prime factorization, GCD/LCM) and six practice questions spanning its three subtopics with an easy->hard progression: - factors-multiples: counting multiples (easy), GCD/LCM product identity (medium), perfect-square divisor count (hard) - odds-evens-signs: parity "must be even" (easy) - remainders: linear remainder (medium), power cyclicity mod 5 (hard) Rebuild docs/data/content.json (now 38 questions, 9 lessons). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Li17xGwmWLwa15KEP5rp17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR add or change?
Seeds the previously lesson-less Number Properties topic. Adds one foundational lesson and six practice questions spanning its three subtopics with an easy→hard difficulty progression, then rebuilds the content index (
docs/data/content.json: now 38 questions, 9 lessons).quant-number-properties-factors-multiples: factors vs. multiples, prime factorization, divisor counting, GCD/LCM from primes, and thegcd × lcm = productidentity.3n+5 mod 7(medium), power cyclicity7^100 mod 5(hard).Type of change
Author checklist
idmatches the filename;topic/subtopicexist incurriculum.md).statusisin-review. I did not set my own content toverified.🤖 Generated with Claude Code
Generated by Claude Code