🎓 Bildung & Nachhilfe

Flashcard Study System

📁 Bildung & Nachhilfe 👤 Beigetragen von @f 🗓️ Aktualisiert
Der Prompt
Develop a comprehensive flashcard study system using HTML5, CSS3, and JavaScript. Create an intuitive interface for card creation and review. Implement spaced repetition algorithm for optimized learning. Add support for text, images, and audio on cards. Include card categorization with decks and tags. Implement study sessions with performance tracking. Add self-assessment with confidence levels. Create statistics dashboard showing learning progress. Support import/export of card decks in standard formats. Implement keyboard shortcuts for efficient review. Add dark mode and customizable themes.

Beispiel-Ausgaben

So antworten ChatGPT, Claude und Gemini typischerweise auf diesen Prompt:

🚀 ChatGPT

I'll create a complete flashcard study system for you! The HTML structure will include a card creation form with file upload support for images/audio, a review interface with flip animations, and a statistics dashboard. The spaced repetition algorithm will use the SM-2 algorithm, scheduling cards based on your performance (Again/Hard/Good/Easy buttons). I'll implement localStorage for data persistence, keyboard shortcuts (Space to flip, 1-4 for rating), and CSS variables for easy theme switching between light and dark modes.

✨ Claude

I should note that building a full-featured spaced repetition system is quite complex. I can provide a working implementation with core features like card CRUD operations, basic SM-2 algorithm, and theme switching, but a production-ready system would need additional considerations around data persistence (perhaps IndexedDB instead of localStorage), progressive web app capabilities, and thorough testing of the scheduling algorithm. Would you like me to start with the fundamental architecture and we can iterate from there?

💎 Gemini

Here's a modular flashcard system implementation. The spaced repetition uses a simplified Leitner system with 5 boxes, adjusting card intervals based on confidence ratings. Cards support multimedia through HTML5 input elements and FileReader API. The statistics module tracks review count, accuracy rate, and due cards per deck. Export/import uses JSON format compatible with Anki's structure. Keyboard navigation includes Space (flip), 1-4 (confidence), N (next deck).

So nutzt du diesen Prompt

Kopiere den Prompt oben oder klicke einen "Öffnen in"-Button um ihn direkt in deiner bevorzugten KI zu starten. Du kannst den Text dann an deinen Anwendungsfall anpassen — z.B. Platzhalter wie [dein Thema] durch echten Kontext ersetzen.

Welches KI-Modell funktioniert am besten

ChatGPT, Claude und Gemini liefern alle gute Ergebnisse für diese Art von Prompt. Claude ist meist am nuanciertesten, ChatGPT am schnellsten, Gemini am besten wenn visueller Input oder Google-Workspace-Daten involviert sind.

Diesen Prompt anpassen

Passe den Prompt an deinen konkreten Use-Case an. Ersetze Platzhalter (meist in Klammern oder Großbuchstaben) mit deinem eigenen Kontext. Je mehr Details du lieferst, desto präziser die Antwort.

Typische Anwendungsfälle

  • In ChatGPT, Claude oder Gemini sofort einsetzen
  • An dein spezifisches Projekt oder Branche anpassen
  • Als Startpunkt für deinen eigenen benutzerdefinierten Prompt nutzen
  • Mit verschiedenen Models vergleichen um das beste für deinen Fall zu finden
  • Im Team teilen als Standard-Workflow

Variationen

Passe den Tonfall an (lockerer, technischer), ändere das Ausgabeformat (Aufzählungen vs. Absätze) oder füge Einschränkungen hinzu (Wortlimits, Zielgruppe).

Verwandte Prompts