Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grade_all: Enforce non-alnum chars around numbers #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 21, 2020

  1. grade_all: Enforce non-alnum chars around numbers

    If the exam numbers could partially overlap (e.g., 5 and 15), the script
    could not differentiate between files. The script now searches for files
    that have non-alphanumeric characters around the exam number (e.g., spaces).
    
    Signed-off-by: Darius Mihai <[email protected]>
    darius-m committed May 21, 2020
    Configuration menu
    Copy the full SHA
    ac5bb6d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Add check for #files matched by class+number pair

    Signed-off-by: Darius Mihai <[email protected]>
    darius-m committed May 25, 2020
    Configuration menu
    Copy the full SHA
    61f6354 View commit details
    Browse the repository at this point in the history