nclarius / Moode-group-assignment-administration

Set of scripts and instructions for administering group-wise assignment submissions via the Moodle learning management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is a set of instructions and scripts to

  • use the Moodle learning management platform to create user groups for tutorial classes and homework teams, and let participants submit assignments using these groups (setup_files.py),
  • automatically sort the submissions by tutor and teams (sort_submissions.py),
  • easily enter points and corrections into the grading system (sort_corrections.py).

Natalie Clarius <clarius@informatik.uni-tuebingen.de>

University of Tübingen, Department of Computer Science, 2020

Dependencies

  • Python (version >= 3.9)
  • Python packages:
    • PyPDF2

Usage

See instructions.

Instructions and program output are currently in German. If you are interested in an English translation, please contact me.

About

Set of scripts and instructions for administering group-wise assignment submissions via the Moodle learning management system


Languages

Language:Python 100.0%