Tex2quiz is a quiz app, built with Svelte Kit, that can automatically create a (complex) quiz from a simple text. 13 question types are available (True/False, MCQ, Cloze test, Flashcards, Short answers, Drag and drop, Ordering …).
Text2quiz is a quiz app built with Svelte Kit that can generate a complex quiz from a simple text. The app offers 13 different question types, including True/False, Multiple Choice Questions (MCQ), Cloze test, Flashcards, Short answers, Drag and drop, and Ordering. Currently, it is only available in French. The app is designed to be user-friendly and accessible to non-professional developers.
Text2quiz is a user-friendly quiz app built with Svelte Kit. It allows users to create quizzes by entering simple text, which the app automatically converts into a complex quiz. With 13 different question types available, users can create diverse and engaging quizzes. Although currently limited to the French language, Text2quiz provides a convenient solution for non-professional developers and individuals looking to create quizzes easily.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.