Remove correct from expected tags
This commit is contained in:
committed by
Victor Shnayder
parent
1a22d3a15f
commit
c2bf0689b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user