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

pl-order-blocks: add reference to partial credit grading paper #5638

Merged
merged 1 commit into from Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions elements/pl-order-blocks/dag_checker.py
Expand Up @@ -134,6 +134,7 @@ def lcs_partial_credit(submission, depends_graph, group_belonging):
relationships found in step 2.
4. Once we know the minimum required deletions, you may simply add nodes to the student
solution until it is the correct solution, so you can directly calculate the edit distance.
For more details, see the paper: https://arxiv.org/abs/2204.04196
:param submission: the block ordering given by the student
:param depends_graph: The dependency graph between blocks specified in the question
:param group_belonging: which pl-block-group each block belongs to, specified in the question
Expand Down