new flag for listen closely
This commit is contained in:
parent
9918faf28e
commit
b9382cb34f
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.upper().find("CAN_YOU_EVEN_HEAR_ME_YET") != -1:
|
||||
if key.upper().find("DO_YOU_HEAR_THE_C_SHELLS_BASHING_AGAINST_THE_C_SHORE") != -1:
|
||||
return True, "Correct!"
|
||||
return False, "Nope!"
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue