Commit 66a52497 by David Adams

Remove unused filter field from Randomized Content Block edit form.

parent 259de407
......@@ -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."),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment