dbis-exc-manager

RWTH Aachen Computer Science i5/dbis assets for Lecture Datenbanken und Informationssysteme


License
Apache-2.0
Install
pip install dbis-exc-manager==1.0.1

Documentation

DBIS Exercise Manager

pypi PyPI Status Github Actions Build GitHub issues GitHub closed issues

This class manages the state of the exercises. Example for arguments: ÃœB 1, Aufgabe 2.3 a), 2 Punkte

  • exc = 1
  • task = 2
  • subtask = 3a)
  • points = 2

Example usage:

exc = Exercise( 1 )
task1 = Task( exc, task = 1, subtask = "2 a)", points = 2 )