Update tinyeval grader.
This commit is contained in:
parent
aef8828a6b
commit
005b925171
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("it's_2017_who_still_uses_php?(jk_82.5%_of_websites)") != -1:
|
||||
if key.find("it's_2017_anD_we're_still_using_PHP???") != -1:
|
||||
return True, "You got it!"
|
||||
return False, "Nope. Keep poking around."
|
||||
|
|
Loading…
Reference in a new issue