Because I am not teacher since long time and I am not considering in future, this project is unmainteined.

Moodle String Generator

https://img.shields.io/pypi/v/moodlesg.svg https://api.travis-ci.com/cosmoscalibur/moodlesg.svg?branch=master Documentation Status Updates

Python package to generate common strings used in moodle for users (not admin level) and manage exported files from moodle and generate files for import.

Description

MoodleSG (Moodle String Generator) is a python package with the purpose of help to generate common strings using for users (not admin level) when manage a course in moodle, e.g. answer formulas, grade formulas and question generation in markdown or XML.

This package is not intended to use as admin level and is developed because management of some formulas are very uncomfortable because not variable is available as user level (some universities has very strange methods for grade calculation and vary each semester or some math problems has many substitutions). So, you finish with a longer formula with pattern repetitions that you add manually and many brackets and then your math expression for grade or answer formula is very susceptible to fail.

Also, you can think in some automatic question generation that Moodle not support but you can create and export as a question database of questions (not calculated questions that support numeric or text variables only -not both in the same question-) or import from a question database backup and modify that.

Features

n: null support

b: basic support

p: partial support

f: full support

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.