oops switched the graders

This commit is contained in:
neptunia 2016-11-22 19:04:36 -05:00
parent de5ba4580c
commit 845b062a3a
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
def grade(autogen, answer):
if answer.find("d3let3d_f1l3z_r_k00l") != -1:
if answer.find("subs_r_b3tt3r_th@n_dub5") != -1:
return True, "Correct!"
return False, "Nope, try again."
return False, "Nope, try again."

View file

@ -1,4 +1,4 @@
def grade(autogen, answer):
if answer.find("subs_r_b3tt3r_th@n_dub5") != -1:
if answer.find("r3v3r5ed_4ensics") != -1:
return True, "Correct!"
return False, "Nope, try again."