Pitanja Za Teorijski Ispit Page

CREATE TABLE answers ( id SERIAL PRIMARY KEY, question_id INT REFERENCES questions(id) ON DELETE CASCADE, text TEXT NOT NULL, is_correct BOOLEAN DEFAULT FALSE );

This is a great feature request. "Pitanja za teorijski ispit" (Questions for the theoretical exam) typically refers to driver's license tests, professional certifications, or academic exams.

If you want, I can now write for any part of this feature (e.g., the mock exam backend + frontend in React + Django, or just a standalone JavaScript exam simulator). Let me know which part you'd like to implement first.