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

Feature wish: handle several different graders for the same exercise #395

Open
erikmd opened this issue May 14, 2021 · 0 comments
Open

Feature wish: handle several different graders for the same exercise #395

erikmd opened this issue May 14, 2021 · 0 comments
Labels
kind: feature New user-facing feature.

Comments

@erikmd
Copy link
Member

erikmd commented May 14, 2021

  • As a teacher using learn-ocaml,
  • I would like to easily handle a set of (at least) 2 different graders (test.ml) for a given subject (descr.md),
  • In order to allow students to exercise themselves with test_1.ml, then use a more thorough grader implementation test_2.ml to give students a final grade for the assignment.

This appears to be an important feature when we focus on graded assignments, and currently it is only done manually by having two different exercises {exo-v1, exo-v2}/{descr.md, test.ml, solution.ml, etc.} and typically checking manually that exo-v2/solution.ml gets a 100% grade with exo-v1/test.ml.

@YoanwM recently started working on this feature, just opening an issue as some heads-up / to track progress on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New user-facing feature.
Projects
None yet
Development

No branches or pull requests

1 participant