Implement Double Number Line Question

Create double number line questions with SVG rendering and four input slots.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-double-number-line-question
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implement Double Number Line Question
Source: https://github.com/asmith7013/coachingPlatform/tree/main/.claude/skills/question-types/implement-double-number-line-question
Command: npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-double-number-line-question

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables creation of double number line questions to model proportional relationships with missing values.

Core Features & Use Cases

  • Dual lines: Two parallel number lines showing a ratio.
  • Input slots: Students fill in missing values on both lines.
  • State management: Tracks responses for evaluation.

Quick Start

Build a double number line question with two parallel lines and four input positions.

Frequently Asked Questions about Implement Double Number Line Question

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a double number line question for proportional relationships?

A double number line question displays two parallel aligned lines with labeled ticks showing equivalent ratios. Students fill in missing values across both lines to demonstrate understanding of proportional relationships. The Skill provides SVG rendering and state management to track student responses.

What are missing values on a double number line and why do students need to complete them?

Missing values are blanks on one or both lines that students must fill to show they understand how ratios scale proportionally. Completing them demonstrates mastery of equivalent ratios and proportional reasoning—core concepts in math education.

Can I use a double number line to teach ratio and proportion concepts?

Yes. Double number lines model proportional relationships visually by displaying two quantities on aligned scales. This concrete representation helps students see how values change together and solidify their grasp of ratios before moving to abstract algebraic methods.

How does a double number line differ from other proportional relationship models?

Double number lines use parallel visual scales to show correspondence between quantities, making ratios and scaling immediately visible. Unlike tables or equations alone, the spatial alignment reinforces the proportional structure and is often more intuitive for early learners.

What input setup is required to build a double number line question?

The Skill uses four input positions (dnl1–dnl4) aligned with SVG-rendered tick marks on two labeled lines. State management syncs student entries to the host environment for evaluation, requiring only the scenario and answer key to configure.

Can students interact directly with the double number line or only fill in blanks?

Students fill in missing values at designated input slots positioned on both lines using SVG foreignObject alignment. The Skill handles rendering and response tracking; interaction is confined to completing the blanks within the visual model.