oops switched the graders
This commit is contained in:
parent
de5ba4580c
commit
845b062a3a
2 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue