study-guide-to-quiz

Convert study guides into interactive multiple-choice exams with rationales.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill study-guide-to-quiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: study-guide-to-quiz
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.claude/skills/study-guide-to-quiz
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill study-guide-to-quiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, unzip, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill converts study guides into interactive multiple-choice exams with feedback and rationales, streamlining the practice and testing process.

Core Features & Use Cases

  • Quiz Conversion: Converts five-part study guides into self-contained exam apps.
  • Interactive Features: Provides answer feedback, rationales, and "Why this is tested" expansions.
  • Use Case: Ideal for educators and students needing to practice with interactive, Pearson VUE/ATI-style exams.

Quick Start

Convert a study guide to a quiz by running the command: `npx tsx scripts/convert.mts "<path to guide.docx>" "<out.html>" --title "<exam title>"

Frequently Asked Questions about study-guide-to-quiz

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

FAQPage Schema
How do I convert a study guide into an interactive multiple-choice quiz?

To convert a study guide into an interactive multiple-choice quiz, the tool reads structured study guide formats and generates self-contained exam apps with embedded rationale and feedback using a TypeScript conversion script.

Can I generate Pearson VUE or ATI style exams from a study guide document?

Yes, you can generate Pearson VUE or ATI style exams directly from study guides. The conversion process reads structured study guide formats and produces interactive exams that mirror these specific educational testing styles.

Do I need TypeScript to convert study guides into interactive exams?

Yes, TypeScript is a required dependency to convert study guides into interactive exams. You must execute the provided conversion script using the TypeScript runtime environment via the npx tsx command.

What format should a study guide be in for multiple-choice quiz conversion?

The study guide should be in a .docx file format for multiple-choice quiz conversion. The custom parser requires this structured document input to recognize the guide format and generate interactive exams with rationales.

Does the interactive quiz provide answer feedback and rationales?

Yes, the interactive quiz provides answer feedback and rationales. Generated exams include embedded rationale, answer feedback, and explanations expanding on why specific content is tested.

What are the limitations of converting study guides to multiple-choice exams?

A key limitation of converting study guides to multiple-choice exams is the strict input format requirement. The custom parser only recognizes structured five-part study guide formats, meaning unstructured documents cannot be processed without prior formatting.