Skip to main content

UTS Assignment Marking Package

Project description

git tag -a v0.1.1 -m "version 0.1.1" #poetry version 0.1.1 poetry build poetry publish

poetry run pytest

Code in src Folder

src
├─── assignment                         => Folder that contains Py scripts for managing an assignment
│    │
│    ├─── __init__.py                   => Contains `AssignmentMarking` class that is used for running the marking engine for an assignment (no need to change it)
│    │
│    ├─── config.py                     => Contains the variables that will be used during marking (need to update it according to the assignment requirements)
│    │
│    ├─── utils                         => Folder that contains Py scripts that will be useful for assessing some defined citeria
│    │ 
│    ├─── __init__.py                   => Contains `BaseFolder` class that is used to managed the directory structure for each student's submission (no need to change it)
│    │
│    ├─── similarities.py               => Contains functions used for assessing similarities between texts or numerics (can add more functionalities)
│    │
│    └─── sysmodules.py                 => Contains functions used for adding the path to the students folders in order to import thaier functions and/or classes (can add more functionalities)
│    
├─── checks                             => Folder that contains Py scripts used for performing checks and provide marks (need to update it according to the assignment requirements)
│    │
│    └─── pythonfile
│    │   ├─── __init__.py               => Contains `PythonFileChecker` class that is used to perform checks on python scripts only (no need to change it)
│    │   ├─── api_test.py               => Contains list of scenarios used for marking student's apy.py (need to update it according to the assignment requirements)
│    │   ├─── currency_test.py          => Contains list of scenarios used for marking student's currency.py (need to update it according to the assignment requirements)
│    │   └─── frankfurter_test.py       => Contains list of scenarios used for marking student's frankfurter.py (need to update it according to the assignment requirements)
│    │
│    └─── structure
│    │   ├─── __init__.py               => Contains `TemplateChecker` class that is used to verify if student's submission complies with the provided template structure (no need to change it)
│    │   └─── template.py               => Contains list of scenarios used for verifying and marking compliance of student's submission to provided template (need to update it according to the assignment requirements)
|
└─── submission.py                      => Contains `StudentMarking` class that is used to perform all checks on a student's submission complies with the provided template structure (need to update it according to the assignment requirements)

At the end of the marking process, a grouping is performed on the raw CSV file for each student in order to get the final view by category for each student.

Notebook

A Jupyter notebook is saved in the notebooks folder. This is used to import the relevant classes and launch the marking engine.

You need to install all required dependencies by running:

poetry install

Then you can launch Jupyter:

poetry run jupyter lab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utsam-0.1.33.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utsam-0.1.33-py3-none-any.whl (24.6 kB view details)

Uploaded Python 3

File details

Details for the file utsam-0.1.33.tar.gz.

File metadata

  • Download URL: utsam-0.1.33.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.2.0

File hashes

Hashes for utsam-0.1.33.tar.gz
Algorithm Hash digest
SHA256 0defc84d586e4796c8c6495e1b7e161789b147ad84e58a02dbb5bc4ce1a97b20
MD5 b6152c0373c7bd143b19013ce0a34eb1
BLAKE2b-256 b4228370d5ed06c49e96b3af3f618f4b6fa5a1498a26400291b496171975e57f

See more details on using hashes here.

File details

Details for the file utsam-0.1.33-py3-none-any.whl.

File metadata

  • Download URL: utsam-0.1.33-py3-none-any.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.2.0

File hashes

Hashes for utsam-0.1.33-py3-none-any.whl
Algorithm Hash digest
SHA256 5af0d495b2241e0336b020b426ee57009510e01f5fbe61e799aae3d70a9a90b3
MD5 067b22b2b40684ba06aeeb50f5c7de1b
BLAKE2b-256 0e8812cae8a09c0aea7029145ba9b2d6759060ada0d5a09ed0f78c4399f6d405

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page