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

Correlated Grading #46

Closed
jolyonb opened this issue Jun 30, 2018 · 1 comment
Closed

Correlated Grading #46

jolyonb opened this issue Jun 30, 2018 · 1 comment
Assignees
Milestone

Comments

@jolyonb
Copy link
Collaborator

jolyonb commented Jun 30, 2018

When we have a ListGrader that contains multiple inputs (lowest-level of nesting), the grading for an input should be able to depend on the content of another input. A simple example would be "enter any number here", then "enter its square here". Because the first entry can accept basically anything, that would require a custom comparer. The second entry would also require a custom comparer. The easiest implementation of this would be to allow a custom comparer to have a special parameter that evaluates another input. We'd just need to be careful so as to have no circular references!

@jolyonb jolyonb self-assigned this Jul 6, 2018
@jolyonb jolyonb added this to the Version 1.2 milestone Jul 11, 2018
@jolyonb
Copy link
Collaborator Author

jolyonb commented Jul 12, 2018

Resolved by #80.

@jolyonb jolyonb closed this as completed Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant