What problem does it solve?
This Skill automates the generation of math problem sheets in Hancom HWPX format (2-column layout) from a structured JSON, enabling educators to produce exam-style papers and simple worksheets without manual XML editing.
Core Features & Use Cases
- Generate exam-style papers (default) with headers, 2-column layouts, and embedded formulas using hp:equation, including point allocations and multiple-choice options.
- Produce simple worksheet sheets (via --exam-type worksheet) with a clean 2-column layout and optional graphs.
- Graph support: automatically generates and embeds PNG graphs for problems that specify graph specs and includes them in the HWPX manifest.
- Reuse and compatibility: leverages the existing hwpx skill tooling (validation, packaging, and metadata updates) to ensure a production-grade document.
Quick Start
Place your problems.json file and run the build script to generate exam.hwpx or worksheet.hwpx, as desired.