/Moodle-Submissions-Viewer

A python website viewer for online-text submissions of assignment activity on Moodle.

Primary LanguageHTML

Moodle-Submissions-Viewer

A python website viewer for online-text submissions of assignment activity on Moodle.

Install

Install Flask

pip install -U Flask

Deploy and View Submissions

  1. Download submissions on Moodle (Download submissions in folders) and unzip the folder.
  2. Put viewer.py, the templates folder and the unzipped folder together.
  3. Run python viewer.py <folder_name> <port_number>. Recommended port number is 5000. Use a different port if you run multiple instances.
  4. Open the displayed link in a web browser.