Test Management System
August 2024
Test Management System
Overview
Created a command-line test management system for organizing and tracking assessments. Features include test creation, result tracking, and performance analytics with file system storage.
A command-line application for managing and tracking educational assessments. The system allows for test creation, student result tracking, and comprehensive performance analytics. Data is stored using file system operations, demonstrating proficiency in Python programming, data structures, and system design.
Key Features
- Test creation and management
- Student result tracking
- Performance analytics
- File system data storage
- Command-line interface
- Data persistence and retrieval
Technologies Used
PythonCLIFile SystemData Structures