Custom Lesson Puzzle

Orchestrate a multi-phase quiz application integrating 14 puzzle types.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill custom-lesson-puzzle-badgujarkunal93-blip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Custom Lesson Puzzle
Source: https://github.com/badgujarkunal93-blip/Tenali/tree/main/supermarket/custom
Command: npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill custom-lesson-puzzle-badgujarkunal93-blip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This component solves the challenge of creating a unified, flexible quiz environment that supports diverse puzzle types without requiring complex backend infrastructure for every new quiz format.

Core Features & Use Cases

  • Multi-Type Orchestration: Seamlessly cycles through 14 different puzzle types, including arithmetic, polynomial math, and general knowledge.
  • Configurable Quiz Logic: Allows users to define difficulty, question count, and ordering (random vs. sequential) for a personalized learning experience.
  • Use Case: A student can configure a single session to practice both basic multiplication and advanced simultaneous equations, receiving immediate feedback and a final performance summary.

Quick Start

Launch the custom lesson puzzle interface to configure and begin a new quiz session with your selected puzzle types and difficulty level.

Frequently Asked Questions about Custom Lesson Puzzle

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

FAQPage Schema
How do I build a custom math and logic quiz with multiple puzzle types?

You can build a custom math and logic quiz by orchestrating a multi-phase application that integrates 14 distinct puzzle types into a single session, configuring difficulty, question count, and ordering to create a cohesive user experience.

Can I mix arithmetic and advanced polynomial math questions in one assessment?

Yes, you can mix arithmetic and advanced polynomial math questions in one assessment. The orchestration logic seamlessly cycles through diverse puzzle types, enabling a single session to practice both basic multiplication and simultaneous equations.

How does real-time performance tracking work in a multi-type quiz application?

Real-time performance tracking in a multi-type quiz application works by managing complex state transitions between setup, quiz, and results phases, providing immediate feedback and a final performance summary as users advance through questions.

Does the custom quiz logic support configuring question difficulty and ordering?

Yes, the custom quiz logic supports configuring question difficulty and ordering. You can define whether puzzle types are presented randomly or sequentially, alongside setting the specific question count for your learning session.

What is the best way to validate answers across different puzzle formats without complex backend infrastructure?

The best way to validate answers across different puzzle formats without complex backend infrastructure is reusing existing puzzle-specific API endpoints for validation while the orchestration layer handles type-specific input rendering and automated question advancement.