Skip to content

Redesign Autograding API #29

@cycomachead

Description

@cycomachead

We should make available 1-2 functions / objects. Not totally sure what the API should feel like, but some ideas...

SnapAutograder seems like a good one.
autograder = new SnapAutograder(world)
SnapAutograder.registerTests({} || function() {})

AutograderConfiguration should be an object or function that lets you configure:

  • where to post results to
  • any log transformations
  • callbacks functions for various events, "onRevertSubmission", "onRunTests", "onShowFeedback"
  • a debugging log level

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions