diff --git a/ogrewatch/grader.py b/ogrewatch/grader.py index 2839a7e..f305689 100644 --- a/ogrewatch/grader.py +++ b/ogrewatch/grader.py @@ -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." \ No newline at end of file + return False, "Nope, try again." diff --git a/scisnerof/grader.py b/scisnerof/grader.py index f305689..808a08b 100644 --- a/scisnerof/grader.py +++ b/scisnerof/grader.py @@ -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."