From b7b3c26683ba1a5ed3da834a08c48b6db99fd74d Mon Sep 17 00:00:00 2001 From: Seth Poulsen Date: Tue, 12 Apr 2022 10:07:24 -0500 Subject: [PATCH] pl-order-blocks: add reference to partial credit grading paper (#5638) --- elements/pl-order-blocks/dag_checker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/pl-order-blocks/dag_checker.py b/elements/pl-order-blocks/dag_checker.py index 51e18df9593..516be50231e 100644 --- a/elements/pl-order-blocks/dag_checker.py +++ b/elements/pl-order-blocks/dag_checker.py @@ -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