removing scored/has_score from randomized content block

for TNL-4171
This commit is contained in:
Sanford Student
2016-09-29 17:14:42 -04:00
parent 91bae6701d
commit 39fb66fccf
4 changed files with 2 additions and 38 deletions

View File

@@ -99,12 +99,6 @@ class LibraryContentFields(object):
values=_get_capa_types(),
scope=Scope.settings,
)
has_score = Boolean(
display_name=_("Scored"),
help=_("Set this value to True if this module is either a graded assignment or a practice problem."),
default=False,
scope=Scope.settings,
)
selected = List(
# This is a list of (block_type, block_id) tuples used to record
# which random/first set of matching blocks was selected per user