{% extends 'base.landing.html.twig' %} {% block header_cta_label %}Essayer Scormia{% endblock %} {% block header_active_code %}scormia{% endblock %} {# Couleurs de l'outil (depuis la DB si présentes, sinon repli indigo Scormia). #} {% set c1 = tool is not null and tool.colorPrimary is not null ? tool.colorPrimary : '#1E40AF' %} {% set c2 = tool is not null and tool.colorSecondary is not null ? tool.colorSecondary : '#3B82F6' %} {% set c3 = tool is not null and tool.colorBackground is not null ? tool.colorBackground : '#EEF2FF' %} {% set c1dark = '#1E3A8A' %} {# Dégradé texte réutilisable — pattern documenté par l'atom _atoms/gradient-text (cf. Slidia/Monalisia/Pixia). #} {% set gtStyle = 'background:linear-gradient(135deg,' ~ c1 ~ ',' ~ c2 ~ ');-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;' %} {% block title %}Scormia — Créez des modules SCORM interactifs avec l'IA | Bubul{% endblock %} {% block meta_description %}Transformez un PDF ou un simple sujet en module SCORM interactif : quiz notés, flashcards, exercices. Export SCORM 1.2 pour Moodle et tous les LMS. Bêta gratuite.{% endblock %} {% block meta_keywords %}scormia, création scorm ia, module scorm, pdf vers scorm, export scorm moodle, e-learning interactif, générateur scorm{% endblock %} {% block canonical %}https://bubul.app/outils/scormia{% endblock %} {% block og_title %}Scormia — Vos cours au format SCORM, générés par l'IA.{% endblock %} {% block og_description %}Un PDF ou un sujet suffit : l'IA génère un module e-learning interactif, exportable en SCORM pour Moodle et tous les LMS.{% endblock %} {% block twitter_title %}Scormia — Vos cours au format SCORM, générés par l'IA.{% endblock %} {% block twitter_description %}De votre PDF à un module SCORM interactif en quelques minutes. Quiz, flashcards, exercices. Bêta gratuite sur Bubul.{% endblock %} {% block landing_content %}