Update tinyeval grader.

This commit is contained in:
Michael Zhang 2017-03-14 17:23:55 -05:00
parent aef8828a6b
commit 005b925171

View file

@ -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."