index
:
moodle-qtype_algebra
master
allow /formulas/ as answers to moodle questions
jsd@av8n.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser.php
Age
Commit message (
Expand
)
Author
2021-11-11
implement floor(x), ceil(x), and modulo (x % y)
John Denker
2021-11-11
allow capital Greek letters
John Denker
2021-11-11
fix it so that -(123) shows correctly,
John Denker
2021-11-11
no longer any need to sort identifiers by length;
John Denker
2021-11-11
multi-character variable names, with and without auto-Greek,
John Denker
2021-11-10
more complete set of math functions
John Denker
2018-01-31
Test parser exceptions
Jean-Michel Vedrine
2018-01-29
Test parser exceptions
Jean-Michel Vedrine
2018-01-29
suppress require_login from parser
Jean-Michel Vedrine
2018-01-29
Whitespaces fix
Jean-Michel Vedrine
2018-01-27
svg icon, multiply setting
Jean-Michel Vedrine
2018-01-02
Small fix to the parser and more Behat tests
Jean-Michel Vedrine
2018-01-01
Fix bug in parser equals function
Jean-Michel Vedrine
2017-12-29
Solve uninitialized string index when no subscript
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 6
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 5
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 4
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 3
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 2
Jean-Michel Vedrine
2017-12-29
Fix parser style phase 1
Jean-Michel Vedrine
2017-12-29
Fix missing MOODLE_INTERNAL
Jean-Michel Vedrine
2017-12-17
Fix undefined property sign
Jean-Michel Vedrine
2017-12-17
PHP7 constructor and statistics bug fix
Jean-Michel Vedrine
2016-01-24
Solve display using MathJax for all websites
Jean-Michel Vedrine
2014-11-08
CONTRIB-5337 Wrong display of the multiply operator
Jean-Michel Vedrine
2013-01-04
Ability to use Mathjax for TeX rendering
Jean-Michel Vedrine
2012-09-09
First version of algebra question type initially written by Roger Moore for M...
Jean-Michel Vedrine