QEC Auto-Filler
I. Charge
Air University requires students to complete multi-page course evaluation forms before they can view their final grades. The forms are mandatory, repetitive, and contribute no academic value to the student.
II. Investigation
This extension was built during finals week to automate the evaluation forms. A content script runs on the university portal, detects the form fields, and fills them with pre-configured default answers. An autonomous loop mode processes all subjects in sequence without requiring the student to intervene between forms.
III. Exhibits - Architecture
- A content script identifies evaluation form fields in the portal DOM and populates them with the student's pre-configured answers.
- Autonomous loop mode processes every pending subject form in sequence. Each form completes and submits before the script moves to the next.
- Subject-specific exclusion filters let students opt specific courses out of automation when they want to provide genuine manual feedback.
- The project uses native HTML, CSS, JavaScript, and Chrome Extension APIs with no external dependencies.

IV. Cross-Examination
Q: Does the manual override mode defeat the purpose of the automation?
A: No. It removes friction without removing control. Students automate the courses they have no specific feedback for and review the courses where their input matters. The tool handles the bureaucratic requirement; the student decides when to engage.
Verdict
ALLOW - Adopted by over 1,000 students within days of release.