From c2bf0689b658f6a87a1b68b1ea82e64a6ce76e22 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Tue, 20 Nov 2012 19:24:39 -0500 Subject: [PATCH] Remove correct from expected tags --- common/lib/capa/capa/responsetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index 31fb7b0f0f..ba9f03549e 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -2055,7 +2055,7 @@ class OpenEndedResponse(LoncapaResponse): for tag in ['score','feedback']: if tag not in score_result: log.error("External grader message is missing one or more required" - " tags: 'correct', 'score', 'feedback") + " tags: 'score', 'feedback") return fail # Next, we need to check that the contents of the external grader message