/ezprobs

Problem visualization

Primary LanguagePythonMIT LicenseMIT

ezProbs

A framework to visualize problems for students and show the influence of selected variables on the results.

Start development server

export FLASK_APP=ezprobs
export FLASK_ENV=development
flask run

Documentation

A guide on how to create new problems or how to deploy the server can be seen in the doc directory.