The Online Quiz Application is a web-based system developed using PHP and MySQL. It allows students to attempt quizzes, teachers to manage questions, and administrators to control the system. The ...
lab6/ ├── dump_pages_json.py # Step 1: OCR ├── filter_and_parse.py # Step 2: Parse ├── scrape_production.py # Step 3: Scrape ├── preprocess.py # Step 4: Clean ├── load_to_mysql.py # Step 5: Load ├── ...