QuizMaker

A tool for creating HTML quizzes.

Project Overview

QuizMaker is a tool that converts questions in JSON format to an interactive HTML quiz. It supports single-solution questions and is designed for easy integration and testing.

Features

  • JSON input support
  • Interactive HTML output
  • Test-driven development
  • Unit and integration testing

Technologies Used

  • Python
  • JSON
  • HTML/JavaScript
  • unittest