Skip to content

An ILIAS PageComponent for JSXGraph

Notifications You must be signed in to change notification settings

rob0403/jsxgraphpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSXGraph

Page Component Plugin for ILIAS 5.1.x and 5.2.x

Page Component that allows interactive geometry, plotting and visualization

This Plugin will add a Page Component, that allows:

  • Euclidean Geometry:
  • Points, lines, circle, intersections, perpendicular lines, angles
  • Curve plotting: Graphs, parametric curves, polar curves, data plots, Bezier curves
  • Differential equations
  • Turtle graphics
  • Lindenmayer systems
  • Interaction via sliders
  • Animations
  • Polynomial interpolation, spline interpolation
  • Tangents, normals
  • Basic support for charts
  • Vectors
  • ...

See JSXGraph-Homepage

###Installation

Start at your ILIAS root directory

mkdir -p Customizing/global/plugins/Services/COPage/PageComponent  
cd Customizing/global/plugins/Services/COPage/PageComponent
git clone --recursive https://github.com/TIK-NFL/jsxgraphpc.git JSXGraph

and activate it in the ILIAS-Admin-GUI.

Credits

  • Developed for ILIAS 5.1 by Per Pascal Grube, University Stuttgart, 2016

About

An ILIAS PageComponent for JSXGraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.0%
  • CSS 13.3%
  • HTML 12.7%