henrixapp / mampf

Mathematische Medienplattform - an e-learning platform for mathematics featuring a hypermediaplayer and editor

Home Page:https://mampf.mathi.uni-heidelberg.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

About

MaMpf (Mathematische Medienplattform) is an innovative open source E-Learning platform for the mathematical sciences. Central point is the interconnection between different content in the sense of a hypermedia system.

MaMpf uses the contextual classification of a course as visual leitmotiv, instead of organizational aspects.

mampf-gui

MaMpf comes with its own hypermedia player and editor THymE (The hypermedia Experience). ThymeE uses the internal structure of mathematical content (consisting of theorems, remarks, definitions etc.) and allows exact navigation between content that is related, but temporally apart. References can be created not only to content within the same video, but within the whole MaMpf database.

thyme

ThymE is lean and makes use of WebVTT and HTML5 video capabilites of modern browsers. A sample hypervideo can be found here.

MaMpf is equipped with a tagging system and rich visualisations for content relations, making use of cytoscape.js.

tags

MaMpf has a quiz system that allows you to create complex quizzes quite easily.

quizzes

MaMpf makes use of the JS based symbolic math expression evaluator nerdamer to parse student's input in quizzes.

For more information see this blog. There you can also find a screenshot gallery.

System background

MaMpf codecov

MaMpf is implemented in Ruby on Rails.

  • Ruby version: 2.7.2
  • Rails Version: 6.0.3.2
  • Test suite: rspec, cypress
  • support for I18n

Installation (with docker-compose)

To simply try out mampf you can use docker-compose. Simply clone the mampf repository and run docker-compose by executing

git clone -b main --recursive git@github.com:fosterfarrell9/mampf.git
cd mampf/docker/development/
docker-compose up

For more information about that visit INSTALL.md.

About

Mathematische Medienplattform - an e-learning platform for mathematics featuring a hypermediaplayer and editor

https://mampf.mathi.uni-heidelberg.de

License:MIT License


Languages

Language:Ruby 44.1%Language:HTML 36.2%Language:CoffeeScript 14.4%Language:JavaScript 2.7%Language:SCSS 1.4%Language:TeX 0.5%Language:Shell 0.4%Language:Dockerfile 0.3%Language:Sass 0.0%