function erexit_png_to_svg_enqueue_scripts() { $theme_js_url = get_stylesheet_directory_uri() . '/js'; // Librería ImageTracer wp_enqueue_script( 'imagetracer', $theme_js_url . '/imagetracer_v1.2.6.js', array(), '1.2.6', true ); // Tu script personalizado wp_enqueue_script( 'png-to-svg-tool', $theme_js_url . '/png-to-svg-tool.js', array('imagetracer'), '1.0', true ); } add_action( 'wp_enqueue_scripts', 'erexit_png_to_svg_enqueue_scripts' ); function erexit_png_to_svg_shortcode() { $html = <<
Arrastra aquí tu imagen (PNG/JPG)
PREVIEW


HTML; return $html; } add_shortcode( 'png_to_svg_tool', 'erexit_png_to_svg_shortcode' );
Contenido del curso
Introduction to digital learning
Explore the evolution of online education, key terms, and the advantages of digital learning in modern education systems.
0/3
Understanding online learners
Learn about learner profiles, motivations, challenges, and how to design experiences that meet their needs.
0/2
Instructional design basics
Get introduced to the core principles of instructional design, including learning objectives, content structuring, and learner-centered design.
0/2
Tools and platforms
Review essential tools, platforms (LMS, authoring tools), and technologies used in creating and managing online courses.
0/2
Engaging content creation
Learn how to design multimedia content—videos, quizzes, discussions—that keeps learners engaged and improves retention.
0/2
Intro to project management

Creating engaging content isn’t just about what you teach — it’s how you present it. In this lesson, you’ll learn how to transform static information into dynamic learning experiences that captivate and inspire. Topics include:

  • Storytelling in education:

    • Using narratives to explain concepts, build emotional connection, and increase retention

    • Structuring lessons with a beginning (context), middle (concept), and end (application)

  • Chunking content:

    • Breaking complex topics into digestible units

    • Using headings, bullet points, and visual breaks for clarity

  • Using the “hook” method:

    • Starting each lesson with a question, case study, statistic, or real-life problem to grab attention

  • Writing for clarity:

    • Simple language, active voice, and short sentences

    • Avoiding jargon unless necessary (and explaining it when used)

  • Creating learner connections:

    • Addressing learners directly using “you”

    • Acknowledging common struggles and offering encouragement

  • Examples and analogies:

    • Making abstract topics relatable with everyday comparisons

    • Providing multiple formats: text, video, and visual examples

  • Including reflection points:

    • Pause-and-think questions

    • “What would you do?” scenarios

    • Journaling prompts

By the end of this lesson, you’ll know how to plan and deliver content that not only informs but engages and inspires learners to continue.