Skip to content

Grader Templates #124

Description

@JasonGrace2282

It would be nice if teachers could just choose some basic templates to kickstart writing a grader. For example, a template could be "run student submission" and just be something like

import subprocess
import sys

subprocess.run(
    [sys.executable, sys.argv[1]],
    stdout=sys.stdout,
    stderr=subprocess.STDOUT,
    check=False,
)

Or it could be more complicated as necessary.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions