Revert "genericizing transformer" (#13063)

This reverts commit 4e65b1f14b.
This commit is contained in:
sanfordstudent
2016-07-21 17:04:07 -04:00
committed by Eric Fischer
parent d27bec6111
commit f2a1984f1a
7 changed files with 236 additions and 282 deletions

View File

@@ -117,14 +117,6 @@ class ProctoringFields(object):
scope=Scope.settings,
)
@property
def is_timed_exam(self):
"""
Alias the permutation of above fields that corresponds to un-proctored timed exams
to the more clearly-named is_timed_exam
"""
return not self.is_proctored_enabled and not self.is_practice_exam and self.is_time_limited
@property
def is_proctored_exam(self):
""" Alias the is_proctored_enabled field to the more legible is_proctored_exam """