Skip to content

Commit

Permalink
pl-order-blocks: add reference to partial credit grading paper (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethPoulsen committed Apr 12, 2022
1 parent 45891ab commit b7b3c26
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit b7b3c26

Please sign in to comment.