UNPKG

mcp-quiz-server

Version:

🧠 AI-Powered Quiz Management via Model Context Protocol (MCP) - Create, manage, and take quizzes directly from VS Code, Claude, and other AI agents.

17 lines (16 loc) • 714 B
"use strict"; /** * @fileoverview Quiz Result Repository Interface - Domain Layer * @version 1.0.0 * @since 2025-07-29 * @lastUpdated 2025-07-29 * @module IQuizResultRepository Interface * @description Repository interface for Quiz Result entities following * Repository pattern and Dependency Inversion Principle. * Handles quiz attempt results and user performance data. * @contributors Claude Code Agent * @dependencies QuizResult domain entity, QuizId value objects * @requirements REQ-ARCH-001 (Clean Architecture Domain Layer) * @testCoverage Unit tests for interface contracts via mock implementations */ Object.defineProperty(exports, "__esModule", { value: true });