mrdollarhere/quest-app-v3 — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a real time classroom assessment platform for teachers and students called DNTRNG. Teachers should be able to run a live quiz or mission from a Google Sheet, control the pace question by question, reveal answers, end the session, and see student standing or audit results right away.

Students should be able to join the live session in the browser and answer different question types like multiple choice, multi select, true or false rows, ordering, and matching. The app should sync quickly between teacher and student screens using live updates.

Use Google Sheets and Google Apps Script as the backend so there’s no separate database to manage. Include export options so a teacher can download assessments as JSON, Excel, Word, or PDF, with either questions only or answer keys. Make sure PDF export handles Vietnamese text cleanly and looks like the browser view.

Use the existing Next.js, React, Tailwind setup in this repo, and look up current docs online if needed.

Want more depth? Deep Reverse