Guided Upload
Build quizzes without JSON
Advanced JSON import
Technical users can still paste a JSON array or JavaScript-style array here and import it into the form.
Start with one quiz, add questions, and choose the correct answer for each one.
Normalized Output
Generated JSON preview
[]
Stored Quizzes
Current database content
REST API
Available endpoints
GET /api/quizzesreturns every stored quiz with questions and choices.GET /api/quizzes/{quizId}returns a single quiz by uploadedquizId.POST /api/quizzes/importaccepts a JSON array of quizzes and upserts them byquizId.