Skip to content

Make it easier to run a single person #68

@benjamin051000

Description

@benjamin051000

Sometimes students make multiple submissions that look like this:

  1. zip with source code
  2. Non-zip (PDF, or something else)
    ...

It becomes incredibly difficult to grade just that one person, since the program unzips the primary .zip, and immediately reads the unzipped contents.

Possible solutions

  • Perhaps a flag like --pause-after-unzip would be useful to give us time to swap out the VHDL files... Although this could get really hairy depending on when the paths for the source code are found.
  • An ability to skip the unzip stage altogether. I like this one better, since it makes more intuitive sense, and it's typically only a problem with one or two students anyway. Maybe there's a mode that just traverses the submissions dir and creates a StudentData object for whatever it finds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions