quiz-html

Convert JSON question data into interactive HTML quizzes.

Updated May 3, 2026
One-click install
npx skills add https://github.com/marktantongco/remotion-video-pro --skill quiz-html-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-html
Source: https://github.com/marktantongco/remotion-video-pro/tree/main/skills/quiz-html
Command: npx skills add https://github.com/marktantongco/remotion-video-pro --skill quiz-html-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires json, html, template, and includes scripts (resource) and templates (resource) components.

What problem does it solve?

This Skill transforms question data into interactive HTML quizzes, making it easy to create and share quizzes online.

Core Features & Use Cases

  • Quiz Creation: Convert question arrays into standalone HTML files with different question types and interactive features.
  • Question Types: Supports single-choice, true/false, fill-in-the-blank, and short answer questions.
  • Interactive Features: Includes category and state filtering, a simulation test mode, and keyboard shortcuts.
  • Use Case: If you have a set of questions in JSON format and want to create a quiz for your students or users, this skill can generate an interactive HTML quiz.

Quick Start

Generate a quiz from the provided question data JSON using the quiz-html skill.

Frequently Asked Questions about quiz-html

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

FAQPage Schema
How do I create an interactive HTML quiz from JSON data?

To create an interactive HTML quiz, you need structured JSON data containing question types and content. This process converts that JSON input into standalone HTML files with interactive features accessible through browsers.

What question types are supported when generating HTML quizzes?

HTML quiz generation supports single-choice, true/false, fill-in-the-blank, and short answer question types. These formats are defined within structured JSON data before converting into an interactive web-based quiz.

Do I need Python to convert question data into an interactive HTML file?

Yes, Python is required to convert question data into an interactive HTML file. The conversion process uses Python scripts alongside web-based templates to transform structured JSON data into browser-based quizzes.

Can I filter questions by category in an interactive HTML quiz?

Yes, interactive HTML quizzes support category and state filtering for displayed questions. Additional interactive features include a simulation test mode and keyboard shortcuts for quiz navigation.

What is the best way to share an interactive quiz with students online?

The best way to share an interactive quiz online is by generating a standalone HTML file. This approach transforms structured question data into a browser-accessible format without requiring specialized software.