{% extends 'base.landing.html.twig' %} {% block header_cta_label %}Essayer Moodia{% endblock %} {% block header_active_code %}moodia{% endblock %} {% set c1 = tool is not null and tool.colorPrimary is not null ? tool.colorPrimary : '#1281E4' %} {% set c2 = tool is not null and tool.colorSecondary is not null ? tool.colorSecondary : '#38B2FA' %} {% set c3 = tool is not null and tool.colorBackground is not null ? tool.colorBackground : '#EDF5FD' %} {% set c1dark = '#0A6BC4' %} {% block title %}Moodia — Créez un cours Moodle complet en 20 minutes | Bubul{% endblock %} {% block meta_description %}Transformez n'importe quel PDF en cours Moodle structuré en 20 minutes. Sections, quiz, audio, export .mbz. Essai gratuit pour formateurs.{% endblock %} {% block meta_keywords %}moodia, création cours moodle ia, pdf vers moodle, générateur formation ia, export mbz moodle{% endblock %} {% block canonical %}https://bubul.app/outils/moodia{% endblock %} {% block og_title %}Moodia — Un PDF suffit. Moodia fait le reste.{% endblock %} {% block og_description %}Importez votre PDF, l'IA génère sections, quiz et audio. Export .mbz en 20 minutes. Bêta gratuite sur Bubul.app.{% endblock %} {% block twitter_title %}Moodia — Un PDF suffit. Moodia fait le reste.{% endblock %} {% block twitter_description %}De votre PDF à un cours Moodle déployé en 20 minutes. Sections, quiz, audio. Bêta gratuite.{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block landing_content %}
Chaque ligne de votre ancien workflow, transformée.
{# Lignes de comparaison #} {% set compareRows = [ { before: 'Rédiger le contenu du cours', tb: '4–6h', after: 'Un PDF ou un simple sujet suffit', ta: '10 sec' }, { before: 'Copier-coller entre 4 outils', tb: '1–2h', after: 'Tout généré dans une seule interface', ta: '~7 min' }, { before: 'Quiz rédigés un par un', tb: '2–3h', after: 'Quiz créés par l\'IA, éditables à la main', ta: 'inclus' }, { before: 'Mise en page manuelle dans le LMS', tb: '1–2h', after: 'Export .mbz natif, zéro configuration', ta: '30 sec' }, { before: 'Aucun support audio', tb: '—', after: 'Audio intégré dans les sections', ta: 'inclus' } ] %}