mirror of
https://github.com/andre-wojtowicz/elearning-ims-cp-template.git
synced 2024-11-21 15:50:27 +01:00
Minimalistic IMS Content Package template for e-learning
materials | ||
imsmanifest.xml | ||
README.md |
Minimalistic IMS Content Package template for e-learning
This repository contains template files in order to prepare IMS Content Package 1.1 for e-learning purposes. Here you can prepare lesson modules as well as quizes. All content-based files are written HTML.
Whole zipped repository can be instantly imported as an IMS package in Moodle and OLAT.
Features and libraries
- Look & feel: Bootstrap,
- Math notation: MathJax,
- Table of contents auto-generation: Auto ToC,
- Code syntax highlighting: SyntaxHighlighter,
- Quiz: single and multiple choice.
Preview
Brief how-to
imsmanifest.xml
- defines tree of modules (lessons and quizes).materials/lesson.html
- header and footer have CSS and JS code to proper load the libraries; main part of body has content of the lesson.materials/quiz.html
- header and footer have CSS and JS code to proper load the libraries; main part of body has quiz questions; the beginning of body has list of correct answers.