dan-zheng / loncapa-manual

A manual for authoring in LON-CAPA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LON-CAPA Manual

A manual for authoring in LON-CAPA.

This manual focuses on creating math problems using Perl scripting and the Maxima computer algebra system. It does not go into great detail about web development, nor does it explain Python scripting or the R computer algebra system, as Perl and Maxima are primarily used at Purdue University where I work.

Topics

  • LON-CAPA
    • Overview
    • Problem structure
    • Responses
    • HTML/CSS
    • LaTeX
  • Perl
    • Variables
    • Conditions
    • Loops
    • Functions
    • Subroutines
    • Regex
  • Maxima
    • Evaluation
    • Simplification
    • Solving
  • GeoGebra
    • Graphing

Contributors

Author: Dan Zheng.

If you are interested in contributing, you can create a pull request or contact me directly.

License

MIT

About

A manual for authoring in LON-CAPA.

License:MIT License