MetEd
  • Process Documentation
  • Lesson Development
  • Interactions Catalog
  • Tools
  • Introduction to MetEd Lesson Development
  • Building a Lesson
    • Meted Lesson Generator
    • Gdocs Lesson Builder Extension
    • Prototype Viewer
    • Articulate Storyline 360
    • Legacy Tools
  • Latest Core Template
    • Introduction
    • Basic Snippets
    • Media Elements
    • Question Snippets
      • Multi Question
      • Single Question
    • iFrame Data Loopers
    • MetEd Contributors List
    • Custom Components
Powered by GitBook
On this page
Edit on GitHub
  1. Latest Core Template

Introduction

This is the developer documentation for using the LATEST CORE (LC) template to generate lessons for MetEd. The LC template is a semi-standalone php site that uses Server-Side Rendering to display inside MetEd, but can be exported as a fully static site using the Download function.

Each LC based lesson should contain the following file tree structure:

~root

  • assets

    • module-cover.jpg

    • modulename-thumb.jpg

  • bootstrap

    • css

    • fonts

    • js

  • css

    • fonts

    • meted-base.min.css

    • module-custom.css

    • module-print.css

  • ie-support

    • html5shiv.js

    • ie-support.css

    • respond.js

  • jquery

    • apps

    • img

    • meted-player

    • defaults.js

    • module-custom.js

    • jquery.min.js

    • jquery-plugins.min.js

    • jquery-ui.min.js

    • jquery-ui.min.css

  • media

    • audio

    • graphics

    • loops

    • video

  • modernizr

    • modernizer.min.js

  • index.htm

  • download.php

  • media_gallery.php

  • index.htm

  • print.php

  • navmenu.php

  • navmenu.inc.php

  • pageTemplate.php

  • simple_html_dom.php

PreviousLatest Core TemplateNextBasic Snippets

Last updated 5 months ago