Implement Table Question

Generate fill-in-the-blank table questions with editable cells and numeric validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of D3-based or HTML table questions where students fill in missing values or complete a table based on a pattern or proportion.

Core Features & Use Cases

  • Table problems: Proportional relations, rates, and data interpretation.
  • Editable cells: Some cells are input-enabled for student responses.
  • Pattern guidance: Clear rules for valid inputs and edge cases.
  • Snippets & Components: Reusable table patterns and components for quick integration.

Quick Start

Use this skill to generate a new table-question node with 1–2 editable cells and a brief explanation.

Frequently Asked Questions about Implement Table Question

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

FAQPage Schema
How do I create fill-in-the-blank table questions for students?

Create fill-in-the-blank table questions by generating a table with editable cells where students complete missing values based on patterns, rates, or proportional relationships. The Skill supports both standard HTML components and custom D3 table implementations with configurable cell input mapping and numeric validation.

Can I use D3 tables for interactive student assessments?

Yes. D3 table questions enable interactive assessments where students fill in cells to demonstrate understanding of proportional relationships and data interpretation. The Skill handles editable cell configuration, input validation, and state restoration across component-based and D3 styling options.

What types of math problems work best with table questions?

Table questions excel for proportional relationships, rate problems, and data interpretation tasks where students identify patterns and complete missing entries. Each cell maps to student input with numeric validation, making tables ideal for structured mathematical reasoning assessments.

How do I configure which cells are editable in a table question?

Configure editable cells through per-cell input mapping in the table structure. Set a default state, designate which cells accept student responses, apply numeric validation rules, and the Skill restores state across sessions—supporting both component rendering and D3 custom styling.

Do table questions support different input validation rules?

Yes. Table questions apply numeric validation with configurable rules per cell to enforce correct input patterns. Combined with edge-case handling and clear guidance for valid inputs, this ensures students enter responses meeting your assessment criteria.

Can I reuse table patterns across multiple questions?

Yes. The Skill provides reusable table snippets and components for rapid integration. Quick-start patterns for common scenarios like proportions and rates accelerate question generation while maintaining consistent structure and validation logic.