Merge pull request #10938 from Stanford-Online/dcadams/remove_randomized_content_field
Remove unused filter field from Randomized Content Block edit form.
This commit is contained in:
@@ -99,7 +99,6 @@ class LibraryContentFields(object):
|
||||
values=_get_capa_types(),
|
||||
scope=Scope.settings,
|
||||
)
|
||||
filters = String(default="") # TBD
|
||||
has_score = Boolean(
|
||||
display_name=_("Scored"),
|
||||
help=_("Set this value to True if this module is either a graded assignment or a practice problem."),
|
||||
|
||||
Reference in New Issue
Block a user