Class_generator/js/content/test-minimal.js
StillHammer fe7153d28b Fix compatibility system and improve UX
- Add intelligent content-game compatibility system with visual badges
- Fix Adventure Reader to work with Dragon's Pearl content structure
- Implement multi-column games grid for faster navigation
- Add pronunciation display for Chinese vocabulary and sentences
- Fix navigation breadcrumb to show proper hierarchy (Home > Levels > Content)
- Add back buttons to all navigation pages
- Improve JSONContentLoader to preserve story structure
- Add comprehensive debugging and diagnostic tools

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 19:29:21 +08:00

15 lines
376 B
JavaScript

// === CONTENU DE TEST MINIMAL ===
window.ContentModules = window.ContentModules || {};
window.ContentModules.TestMinimal = {
id: "test-minimal",
name: "Test Minimal (2 mots)",
description: "Contenu minimal pour tester la compatibilité - seulement 2 mots",
difficulty: "easy",
vocabulary: {
"hello": "bonjour",
"world": "monde"
}
};