Usage

To use Moodle String Generator in a project:

import moodlesg

At this moment only works the math module.

Math module

To use Moodle String Generator math utility

import moodlesg.math as mm

You can find in mm all [intended] public members as a common and easy interface to grade and answer calculation, with names that remember python math core.

Not all is finished but is usable (grade calculation is full supported).