Installation

To install the eSTEeM: Measuring Qualification effects project's framework unzip esteem-mqe-framework.zip (Windows systems) or extract esteem-mqe-framework.tar (Mac/*nix systems) to a directory of your choice.

This will replicate the directory structure:

|- LICENSE.txt
|- README.md
|- README.html
|    |-- classifiers
|    |-- docs
|    |-- forums
|    |-- mbz
|    |-- scripts

The supplied directories are:

classifiers
Contains a sample classifier, using Bloom's cognitive taxonomy. A second classifier, using the SOLO taxonomy, has been added since the project finished.
docs
Contains assorted documents covering the overall framework, (docx, pptx and png files) and more technical aspects (rst and html files).
forums
This is an empty directory.
mbz
This is an empty directory.
scripts
Contains Python scripts, managed by git and accompanied by TODO docs.

All other directories required by esteem-framework are generated on demand when running each script.

The framework requires Python 3 to execute the scripts. Where possible built-in Python libraries have been used. However, there are two dependencies for specialist tasks:

The dependencies have to be installed separately using Python's supplied pip installer.

Note on versions used in developing the framework: Python 3.5.2, matplotlib 1.5.1, nltk 3.1 and pip 9.0.0.