From 845b062a3abb32652f40546678f8d1508e119da2 Mon Sep 17 00:00:00 2001 From: neptunia Date: Tue, 22 Nov 2016 19:04:36 -0500 Subject: [PATCH] oops switched the graders --- ogrewatch/grader.py | 4 ++-- scisnerof/grader.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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."